ports/137113: [patch][maintainer] lang/open-cobol lang/open-cobol-devel: Fix LATEST_LINK

Glen Barber glen.j.barber at gmail.com
Fri Jul 24 23:10:02 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list