diff options
author | marino <marino@FreeBSD.org> | 2014-05-15 21:40:48 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-05-15 21:40:48 +0800 |
commit | 131bb88ba371e864b7d782a622d6b1f104e9d54a (patch) | |
tree | c1f1bad79730ab3c935a1ab0cf5a6317c80e9339 /net | |
parent | f5242ad01acebd6c45ea24b0255b86b809cf427e (diff) | |
download | freebsd-ports-gnome-131bb88ba371e864b7d782a622d6b1f104e9d54a.tar.gz freebsd-ports-gnome-131bb88ba371e864b7d782a622d6b1f104e9d54a.tar.zst freebsd-ports-gnome-131bb88ba371e864b7d782a622d6b1f104e9d54a.zip |
net/polyorb: Upgrade version 2.10.0 (2013) => 2.11.1 (2014)
The annual Adacore release happened!
Diffstat (limited to 'net')
-rw-r--r-- | net/polyorb/Makefile | 9 | ||||
-rw-r--r-- | net/polyorb/distinfo | 4 | ||||
-rw-r--r-- | net/polyorb/files/patch-Makefile.in | 6 |
3 files changed, 10 insertions, 9 deletions
diff --git a/net/polyorb/Makefile b/net/polyorb/Makefile index cc9e2d08f42e..309da2e31ba6 100644 --- a/net/polyorb/Makefile +++ b/net/polyorb/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= polyorb -PORTVERSION= 2.10.0 +PORTVERSION= 2.11.1 CATEGORIES= net MASTER_SITES= http://downloads.dragonlace.net/src/ -DISTNAME= polyorb-gpl-2013-src -EXTRACT_SUFX= .tgz +DISTNAME= polyorb-gpl-${YEAR}-src MAINTAINER= marino@FreeBSD.org COMMENT= CORBA, SOAP, Ada 95 Distributed System Annex middleware @@ -18,6 +17,8 @@ BUILD_DEPENDS= xmlada>=3.2:${PORTSDIR}/textproc/xmlada USES= ada gmake GNU_CONFIGURE= yes NO_MTREE= yes +YEAR= 2014 +WRKSRC= ${WRKDIR}/polyorb-${YEAR}-src USE_PYTHON_BUILD= yes @@ -33,6 +34,7 @@ CONFIGURE_ARGS= --with-appli-perso="corba dsa moma" \ # Polyorb 2011 = PCS version 4 GNAT GCC 4.6 = PCS version 4 # Polyorb 2012 = PCS version 5 GNAT GCC 4.7 = PCS version 5 # Polyorb 2013 = PCS version 6 GNAT GCC 4.9 = PCS version 6 +# Polyorb 2014 = PCS version 6 GNAT GCC 4.9 = PCS version 6 do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} default @@ -47,6 +49,5 @@ post-install: @echo "@unexec rmdir %D/lib/gnat 2>/dev/null || true" >> ${TMPPLIST} @echo "@unexec rmdir %D/share/gps/plug-ins 2>/dev/null || true" >> ${TMPPLIST} @echo "@unexec rmdir %D/share/gps 2>/dev/null || true" >> ${TMPPLIST} - @echo "@unexec rmdir %D/share/doc 2>/dev/null || true" >> ${TMPPLIST} .include <bsd.port.mk> diff --git a/net/polyorb/distinfo b/net/polyorb/distinfo index 83e49ff35f43..76ef1dc19af1 100644 --- a/net/polyorb/distinfo +++ b/net/polyorb/distinfo @@ -1,2 +1,2 @@ -SHA256 (polyorb-gpl-2013-src.tgz) = 126148536d1bfedcdf0aad6c61905cf9ee6d7f7f4db2bb3592b61fb4b3050f30 -SIZE (polyorb-gpl-2013-src.tgz) = 3133934 +SHA256 (polyorb-gpl-2014-src.tar.gz) = 928f4fd728d1e75e878fc39f2436052272b11ff28a0ef2271e53d60e1a808acb +SIZE (polyorb-gpl-2014-src.tar.gz) = 3313427 diff --git a/net/polyorb/files/patch-Makefile.in b/net/polyorb/files/patch-Makefile.in index ae52b9c8a086..22b2c7fbd931 100644 --- a/net/polyorb/files/patch-Makefile.in +++ b/net/polyorb/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2013-08-11 21:54:41.000000000 +0000 +--- Makefile.in.orig 2013-11-20 14:58:55.000000000 +0000 +++ Makefile.in -@@ -826,10 +826,10 @@ host=@host@ +@@ -824,10 +824,10 @@ host=@host@ target=@target@ ifeq (${target}, ${host}) @@ -14,7 +14,7 @@ else target_prefix=${prefix}/${target} -@@ -886,10 +886,10 @@ install: +@@ -884,10 +884,10 @@ install: # pre-built and packaged with sources. if [ -r docs/polyorb_ug.html ]; \ then \ |