summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2009-07-25 10:05:16 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2009-07-25 10:05:16 +0000
commit8091081076dac7062bac0eca1f2a87dc521a02c8 (patch)
treef68c10f1b9a83c771e8c88c7c96286d4b6f34d63 /lang
parent- Update to v1.0.14 (diff)
Fix CONFLICTS
Add LATEST_LINK PR: 137113 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=238350
Diffstat (limited to 'lang')
-rw-r--r--lang/open-cobol-devel/Makefile5
-rw-r--r--lang/open-cobol/Makefile4
2 files changed, 6 insertions, 3 deletions
diff --git a/lang/open-cobol-devel/Makefile b/lang/open-cobol-devel/Makefile
index 8e50079cff1a..81e344c5fb4a 100644
--- a/lang/open-cobol-devel/Makefile
+++ b/lang/open-cobol-devel/Makefile
@@ -6,7 +6,7 @@
PORTNAME= open-cobol
PORTVERSION= 1.1
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://freebsd.dev-urandom.com/open-cobol/
@@ -15,8 +15,9 @@ COMMENT= An open-source COBOL compiler
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4
-CONFLICTS= open-cobol-1.[0]
+CONFLICTS= open-cobol-1.[0]*
+LATEST_LINK= open-cobol-devel
USE_GNOME= gnometarget
USE_BDB= yes
USE_GMAKE= yes
diff --git a/lang/open-cobol/Makefile b/lang/open-cobol/Makefile
index 6100352f3e30..c4675f6fe195 100644
--- a/lang/open-cobol/Makefile
+++ b/lang/open-cobol/Makefile
@@ -8,7 +8,7 @@
PORTNAME= open-cobol
PORTVERSION= 1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= lang
MASTER_SITES= SF
@@ -17,6 +17,8 @@ COMMENT= An open-source COBOL compiler
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4
+CONFLICTS= open-cobol-1.[1]*
+
USE_GNOME= gnometarget
USE_BDB= yes
USE_GMAKE= yes