Date: Mon, 20 Oct 2014 20:13:32 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371297 - in head/devel: omniORB omniORB-4.1 Message-ID: <201410202013.s9KKDW59078060@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410202013.s9KKDW59078060>