Although currently unfinished, the open-cobol developers have been working on version 1.1 for some time now. Because this version will eventually replace the 1.0 version, I wanted to get this into the tree for better bug testing, rather than replacing 1.0 with 1.1 upon release. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I'll take it.
State Changed From-To: open->repocopy Request Repo copy
Responsible Changed From-To: pgollucci->portmgr Request Repo copy lang/open-cobol -> lang/open-cobol-devel
On Mon, Jul 20, 2009 at 1:36 AM, <pgollucci@freebsd.org> wrote: > Synopsis: [new port] lang/open-cobol-devel - development preview > > State-Changed-From-To: open->repocopy > State-Changed-By: pgollucci > State-Changed-When: Mon Jul 20 05:36:37 UTC 2009 > State-Changed-Why: > Request Repo copy > I want to make sure this is not going to copy the current lang/open-cobol to lang/open-cobol-devel. The patch I have submitted is for the 1.1 branch (which is in development). The 1.0 branch is/was not affected, and is still obtainable. -- Glen Barber
Glen Barber wrote: > I want to make sure this is not going to copy the current > lang/open-cobol to lang/open-cobol-devel. The patch I have submitted > is for the 1.1 branch (which is in development). The 1.0 branch > is/was not affected, and is still obtainable. > Its going to duplicate the PORTS infrastructure like the Makefile and pkg-plist in order to keep CVS history. Your patch will be applied over top of that then commit ted, leaving the original untouched. -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Consultant - P6M7G8 Inc. http://p6m7g8.net Senior Sys Admin - RideCharge, Inc. http://ridecharge.com ASF Member - Apache Software Foundation http://apache.org FreeBSD Committer - FreeBSD Foundation http://freebsd.org Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.
State Changed From-To: repocopy->open Repocopy complete.
Responsible Changed From-To: portmgr->pgollucci Repocopy complete.
pgollucci 2009-07-24 02:17:56 UTC FreeBSD ports repository Modified files: lang Makefile lang/open-cobol-devel Makefile distinfo pkg-plist Log: Development preview OpenCOBOL is an open-source COBOL compiler, which translates COBOL programs to C code and compiles it using GCC. WWW: http://www.opencobol.org/ PR: ports/136204 Submitted by: Glen Barber <glen.j.barber@gmail.com> Revision Changes Path 1.651 +1 -0 ports/lang/Makefile 1.34 +8 -8 ports/lang/open-cobol-devel/Makefile 1.13 +3 -3 ports/lang/open-cobol-devel/distinfo 1.13 +2 -0 ports/lang/open-cobol-devel/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!