Date: Fri, 24 Jul 2009 23:05:33 GMT From: Glen Barber <glen.j.barber@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/137113: [patch][maintainer] lang/open-cobol lang/open-cobol-devel: Fix LATEST_LINK Message-ID: <200907242305.n6ON5XYL010278@www.freebsd.org> Resent-Message-ID: <200907242310.n6ONA1cX027348@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137113 >Category: ports >Synopsis: [patch][maintainer] lang/open-cobol lang/open-cobol-devel: Fix LATEST_LINK >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 24 23:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Glen Barber >Release: 8.0-BETA2 >Organization: >Environment: FreeBSD orion 8.0-BETA2 FreeBSD 8.0-BETA2 #10 r195816: Tue Jul 21 23:39:40 EDT 2009 root@orion:/usr/obj/usr/src/sys/ORION i386 >Description: lang/open-cobol and lang/open-cobol-devel duplicate LATEST_LINK values. >How-To-Repeat: >Fix: The attached patch addresses the following: - Sets unique LATEST_LINK values - Fixes failed 'port test' due to a space in lang/open-cobol/Makefile, where a [tab] should be used - Adds a CONFLICT entry to lang/open-cobol Patch attached with submission follows: Index: open-cobol-devel/Makefile =================================================================== --- open-cobol-devel/Makefile (revision 71) +++ open-cobol-devel/Makefile (working copy) @@ -17,6 +17,7 @@ CONFLICTS= open-cobol-1.[0] +LATEST_LINK= open-cobol-devel USE_GNOME= gnometarget USE_BDB= yes USE_GMAKE= yes Index: open-cobol/Makefile =================================================================== --- open-cobol/Makefile (revision 71) +++ open-cobol/Makefile (working copy) @@ -17,6 +17,9 @@ LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 +CONFLICTS= open-cobol-1.[1] + +LATEST_LINK= open-cobol USE_GNOME= gnometarget USE_BDB= yes USE_GMAKE= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907242305.n6ON5XYL010278>