svn commit: r354164 - in head/lang/asis: . files

John Marino marino at FreeBSD.org
Thu May 15 18:40:12 UTC 2014


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


More information about the svn-ports-head mailing list