diff options
-rw-r--r-- | devel/omniORB/Makefile | 7 | ||||
-rw-r--r-- | devel/omniORB/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile index 628c613..46b8182 100644 --- a/devel/omniORB/Makefile +++ b/devel/omniORB/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= omniORB -PORTVERSION= 4.2.1 +DISTVERSION= 4.2.1-2 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTNAME}-${DISTVERSION:S/-2//} MAINTAINER= bofh@FreeBSD.org COMMENT= Robust high performance CORBA ORB for C++ and Python @@ -12,7 +12,7 @@ COMMENT= Robust high performance CORBA ORB for C++ and Python LICENSE= GPLv2 CONFLICTS= omniORB41-4.1.* -PLIST_SUB+= SONUM=${PORTVERSION:C/.*\.//} +PLIST_SUB+= SONUM=1 GNU_CONFIGURE= yes USE_OPENSSL= yes USES= gmake pkgconfig python tar:bzip2 @@ -26,6 +26,7 @@ OPTIONS_DEFINE= DOCS STATIC OPTIONS_DEFAULT= DOCS STATIC OPTIONS_SUB= yes STATIC_CONFIGURE_OFF= --disable-static +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S/-2//} post-patch: @${REINPLACE_CMD} -e 's#-O2#${CFLAGS}#g' ${WRKSRC}/mk/beforeauto.mk.in diff --git a/devel/omniORB/distinfo b/devel/omniORB/distinfo index cbc7093..a2f9b25 100644 --- a/devel/omniORB/distinfo +++ b/devel/omniORB/distinfo @@ -1,2 +1,2 @@ -SHA256 (omniORB-4.2.1.tar.bz2) = e877e8766f25c98309eef8fa22d900fbf6b15ed372cdcc3e2ad7d100bff43cbd -SIZE (omniORB-4.2.1.tar.bz2) = 2657144 +SHA256 (omniORB-4.2.1-2.tar.bz2) = 9b638c7047a05551c42fe13901194e63b58750d4124654bfa26203d09cb5072d +SIZE (omniORB-4.2.1-2.tar.bz2) = 2663504 |