Update lang/open-cobol port: 1.0 -> 1.1 No "official" change log seem to be available. I would urge developers using this port to test in a development environment, as this update is a major rewrite over the 1.0 version. Fix: Patch is attached. Tinderbox logs can be found here: https://builder.glenbarber.us/tb/logs/10-32-FreeBSD/open-cobol-1.1.log https://builder.glenbarber.us/tb/logs/9-32-FreeBSD/open-cobol-1.1.log https://builder.glenbarber.us/tb/logs/8-32-FreeBSD/open-cobol-1.1.log https://builder.glenbarber.us/tb/logs/7-32-FreeBSD/open-cobol-1.1.log https://builder.glenbarber.us/tb/logs/10-64-FreeBSD/open-cobol-1.1.log https://builder.glenbarber.us/tb/logs/9-64-FreeBSD/open-cobol-1.1.log https://builder.glenbarber.us/tb/logs/8-64-FreeBSD/open-cobol-1.1.log https://builder.glenbarber.us/tb/logs/7-64-FreeBSD/open-cobol-1.1.log Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->gjb Submitter is maintainer and has GNATS access (via the GNATS Auto Assign Tool)
Responsible Changed From-To: gjb->freebsd-ports-bugs Over to the ports committers.
Responsible Changed From-To: freebsd-ports-bugs->jgh I'll take it.
Is there a reason for the CONFLICTS line here? I see no other version in the tree, and now it only CONFLICTS with itself. [jhelfman@dormouse.experts-exchange ~/workspace/ports/lang/open-cobol]$ make -V CONFLICTS open-cobol-1.[1]* [jhelfman@dormouse.experts-exchange ~/workspace/ports/lang/open-cobol]$ make -V PORTVERSION 1.1 Thanks! -jgh
jgh 2012-05-07 23:06:36 UTC FreeBSD ports repository Modified files: lang/open-cobol Makefile distinfo pkg-plist Log: - update to 1.1 - while here, remove unnecessary conflict - developers using this port should test in a development environment, as this update is a major rewrite over the 1.0 version. PR: ports/167602 Submitted by: gjb@ Revision Changes Path 1.41 +1 -4 ports/lang/open-cobol/Makefile 1.13 +2 -2 ports/lang/open-cobol/distinfo 1.12 +2 -0 ports/lang/open-cobol/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!