svn commit: r371297 - in head/devel: omniORB omniORB-4.1
Antoine Brodin
antoine at FreeBSD.org
Mon Oct 20 20:13:32 UTC 2014
Author: antoine
Date: Mon Oct 20 20:13:31 2014
New Revision: 371297
URL: https://svnweb.freebsd.org/changeset/ports/371297
QAT: https://qat.redports.org/buildarchive/r371297/
Log:
Fix duplicate pkgnames
Modified:
head/devel/omniORB-4.1/Makefile
head/devel/omniORB/Makefile
Modified: head/devel/omniORB-4.1/Makefile
==============================================================================
--- head/devel/omniORB-4.1/Makefile Mon Oct 20 20:08:54 2014 (r371296)
+++ head/devel/omniORB-4.1/Makefile Mon Oct 20 20:13:31 2014 (r371297)
@@ -5,6 +5,7 @@ PORTNAME= omniORB
PORTVERSION= 4.1.7
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
+PKGNAMESUFFIX= 41
MAINTAINER= ports at FreeBSD.org
COMMENT= Robust high performance CORBA ORB for C++ and Python
Modified: head/devel/omniORB/Makefile
==============================================================================
--- head/devel/omniORB/Makefile Mon Oct 20 20:08:54 2014 (r371296)
+++ head/devel/omniORB/Makefile Mon Oct 20 20:13:31 2014 (r371297)
@@ -11,7 +11,7 @@ COMMENT= Robust high performance CORBA O
LICENSE= GPLv2
-CONFLICTS= omniORB-4.1.*
+CONFLICTS= omniORB41-4.1.*
PLIST_SUB+= SONUM=${PORTVERSION:C/.*\.//}
GNU_CONFIGURE= yes
USE_OPENSSL= yes
More information about the svn-ports-head
mailing list