From owner-svn-ports-all@FreeBSD.ORG Thu May 15 13:40:50 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02290399; Thu, 15 May 2014 13:40:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D70A0291D; Thu, 15 May 2014 13:40:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4FDenR0097488; Thu, 15 May 2014 13:40:49 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4FDena1096928; Thu, 15 May 2014 13:40:49 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201405151340.s4FDena1096928@svn.freebsd.org> From: John Marino Date: Thu, 15 May 2014 13:40:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354125 - in head/net/polyorb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2014 13:40:50 -0000 Author: marino Date: Thu May 15 13:40:48 2014 New Revision: 354125 URL: http://svnweb.freebsd.org/changeset/ports/354125 QAT: https://qat.redports.org/buildarchive/r354125/ Log: net/polyorb: Upgrade version 2.10.0 (2013) => 2.11.1 (2014) The annual Adacore release happened! Modified: head/net/polyorb/Makefile head/net/polyorb/distinfo head/net/polyorb/files/patch-Makefile.in Modified: head/net/polyorb/Makefile ============================================================================== --- head/net/polyorb/Makefile Thu May 15 13:32:12 2014 (r354124) +++ head/net/polyorb/Makefile Thu May 15 13:40:48 2014 (r354125) @@ -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}/t 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="corb # 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 Modified: head/net/polyorb/distinfo ============================================================================== --- head/net/polyorb/distinfo Thu May 15 13:32:12 2014 (r354124) +++ head/net/polyorb/distinfo Thu May 15 13:40:48 2014 (r354125) @@ -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 Modified: head/net/polyorb/files/patch-Makefile.in ============================================================================== --- head/net/polyorb/files/patch-Makefile.in Thu May 15 13:32:12 2014 (r354124) +++ head/net/polyorb/files/patch-Makefile.in Thu May 15 13:40:48 2014 (r354125) @@ -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 \