1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

net/polyorb: Upgrade version 2.10.0 (2013) => 2.11.1 (2014)

The annual Adacore release happened!
This commit is contained in:
John Marino 2014-05-15 13:40:48 +00:00
parent cad8571cbc
commit 74320b1dbf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354125
3 changed files with 10 additions and 9 deletions

View File

@ -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>

View File

@ -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

View File

@ -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 \