From owner-svn-ports-all@FreeBSD.ORG Thu May 15 18:40:12 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 1CDFF8DD; Thu, 15 May 2014 18:40:12 +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 09D862609; Thu, 15 May 2014 18:40:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4FIeBon039410; Thu, 15 May 2014 18:40:11 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4FIeBZJ039406; Thu, 15 May 2014 18:40:11 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201405151840.s4FIeBZJ039406@svn.freebsd.org> From: John Marino Date: Thu, 15 May 2014 18:40:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354164 - in head/lang/asis: . 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 18:40:12 -0000 Author: marino Date: Thu May 15 18:40:10 2014 New Revision: 354164 URL: http://svnweb.freebsd.org/changeset/ports/354164 QAT: https://qat.redports.org/buildarchive/r354164/ Log: lang/asis: Upgrade version 2013 => 2014 The annual Adacore release happened! Modified: head/lang/asis/Makefile head/lang/asis/distinfo head/lang/asis/files/patch-Makefile.stub head/lang/asis/files/patch-asis_a4g-gnat__int.adb Modified: head/lang/asis/Makefile ============================================================================== --- head/lang/asis/Makefile Thu May 15 17:56:02 2014 (r354163) +++ head/lang/asis/Makefile Thu May 15 18:40:10 2014 (r354164) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= asis -PORTVERSION= 2013 +PORTVERSION= 2014 CATEGORIES= lang MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= ${PORTNAME}-gpl-${PORTVERSION}-src -EXTRACT_SUFX= .tgz MAINTAINER= marino@FreeBSD.org COMMENT= GNAT implementation of Ada Semantic Interface Specification @@ -43,8 +42,6 @@ post-install: ${SORT} -r | ${SED} -e '/lib\/gnat$$/d' -e '/share\/doc$$/d' \ -e '/share\/gps$$/d' -e '/share\/gps\/plug-ins$$/d' \ -e 's/^/@dirrm /g' >> ${TMPPLIST} - @echo "@unexec rmdir %D/lib/gnat 2>/dev/null || true" >> ${TMPPLIST} - @echo "@unexec rmdir %D/share/doc 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} Modified: head/lang/asis/distinfo ============================================================================== --- head/lang/asis/distinfo Thu May 15 17:56:02 2014 (r354163) +++ head/lang/asis/distinfo Thu May 15 18:40:10 2014 (r354164) @@ -1,2 +1,2 @@ -SHA256 (asis-gpl-2013-src.tgz) = 5f900654ffe0a8a86bcea0c32f1777b039e261bc7ba0e262706cff9de003a23a -SIZE (asis-gpl-2013-src.tgz) = 4728571 +SHA256 (asis-gpl-2014-src.tar.gz) = 429d3ff2c8c72397c1cf3c39bb49cbe2268bd1b0353ff81b56734fed273a2324 +SIZE (asis-gpl-2014-src.tar.gz) = 4830531 Modified: head/lang/asis/files/patch-Makefile.stub ============================================================================== --- head/lang/asis/files/patch-Makefile.stub Thu May 15 17:56:02 2014 (r354163) +++ head/lang/asis/files/patch-Makefile.stub Thu May 15 18:40:10 2014 (r354164) @@ -1,4 +1,4 @@ ---- Makefile.stub.orig 2014-03-09 22:02:56.822564000 +0000 +--- Makefile.stub.orig 2014-05-15 18:18:09.000000000 +0000 +++ Makefile.stub @@ -3,8 +3,7 @@ host := $(shell gcc -dumpmachine) Modified: head/lang/asis/files/patch-asis_a4g-gnat__int.adb ============================================================================== --- head/lang/asis/files/patch-asis_a4g-gnat__int.adb Thu May 15 17:56:02 2014 (r354163) +++ head/lang/asis/files/patch-asis_a4g-gnat__int.adb Thu May 15 18:40:10 2014 (r354164) @@ -1,7 +1,7 @@ ---- asis/a4g-gnat_int.adb.orig 2013-04-16 14:49:49.000000000 +0000 +--- asis/a4g-gnat_int.adb.orig 2014-04-10 13:38:35.000000000 +0000 +++ asis/a4g-gnat_int.adb -@@ -231,44 +231,11 @@ package body A4G.GNAT_Int is - end if; +@@ -229,40 +229,10 @@ package body A4G.GNAT_Int is + Opt.Tree_Read; if Strong_Version_Check then - -- We check only the dates here! @@ -35,18 +35,13 @@ - if ASIS_GNAT_V (First_A_Idx .. Last_A_Idx) /= - Tree_Version_String (First_T_Idx .. Last_T_Idx) - then -- Close (Desc, File_Closed); -- Ada.Exceptions.Raise_Exception -- (Program_Error'Identity, -- A_Name_Buffer (1 .. A_Name_Len) & -- ": Inconsistent versions of GNAT [" & Tree_Version_String.all & -- "] and ASIS [" & ASIS_GNAT_V & ']'); +- Note_Version_Mismatch; - end if; +- + -- No need for any version check at all + -- FreeBSD Ports system ensures gnat_util is from same sources -+ -- as comiler building ASIS -+ ++ -- as compiler building ASIS + null; - end if; + -- GNAT/ASIS version check