From owner-svn-ports-all@freebsd.org Fri Jun 10 00:34:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 226A8ADC321; Fri, 10 Jun 2016 00:34:35 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 F12061979; Fri, 10 Jun 2016 00:34:34 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5A0YYma029542; Fri, 10 Jun 2016 00:34:34 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5A0YXUE029535; Fri, 10 Jun 2016 00:34:33 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201606100034.u5A0YXUE029535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 10 Jun 2016 00:34:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416646 - in head: lang/adacontrol lang/asis lang/asis/files textproc/adabrowse www/aws 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.22 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: Fri, 10 Jun 2016 00:34:35 -0000 Author: marino Date: Fri Jun 10 00:34:33 2016 New Revision: 416646 URL: https://svnweb.freebsd.org/changeset/ports/416646 Log: lang/asis: Upgrade version 2015 => 2016 Bump ports that depend on ASIS as well. Deleted: head/lang/asis/files/patch-asis_a4g-mapping.adb Modified: head/lang/adacontrol/Makefile head/lang/asis/Makefile head/lang/asis/distinfo head/lang/asis/files/patch-asis_a4g-gnat__int.adb head/lang/asis/pkg-plist head/textproc/adabrowse/Makefile head/www/aws/Makefile Modified: head/lang/adacontrol/Makefile ============================================================================== --- head/lang/adacontrol/Makefile Thu Jun 9 23:59:53 2016 (r416645) +++ head/lang/adacontrol/Makefile Fri Jun 10 00:34:33 2016 (r416646) @@ -3,7 +3,7 @@ PORTNAME= adacontrol PORTVERSION= 1.17r3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= SF/adacontrol DISTNAME= adactl-${PORTVERSION}-src Modified: head/lang/asis/Makefile ============================================================================== --- head/lang/asis/Makefile Thu Jun 9 23:59:53 2016 (r416645) +++ head/lang/asis/Makefile Fri Jun 10 00:34:33 2016 (r416646) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= asis -PORTVERSION= 2015 -PORTREVISION= 2 +PORTVERSION= 2016 CATEGORIES= lang MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= ${PORTNAME}-gpl-${PORTVERSION}-src @@ -22,7 +21,11 @@ USES= ada gmake NO_MTREE= yes MAKE_ENV= PROCESSORS=${MAKE_JOBS_NUMBER} GUSTATIC= ${LOCALBASE}/lib/gnat_util/libgnat_util.a -PORTDOCS= html pdf *.txt +PORTDOCS= * + +OPTIONS_DEFINE= DOCS + +DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx post-extract: @${REINPLACE_CMD} -e 's|OPSYS|ASISOPSYS|g' \ @@ -37,29 +40,24 @@ do-build: # MAKE_JOBS_UNSAFE=yes would break PROCESSORS value (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} all) +do-build-DOCS-on: + (cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} html-all) + do-install: # gprinstall seems to be malfunctioning, just install manually ${MKDIR} ${STAGEDIR}${PREFIX}/bin \ ${STAGEDIR}${PREFIX}/include/asis \ ${STAGEDIR}${PREFIX}/lib/asis \ - ${STAGEDIR}${PREFIX}/lib/gnat \ - ${STAGEDIR}${PREFIX}/share/gps/plug-ins \ - ${STAGEDIR}${DOCSDIR}/html \ - ${STAGEDIR}${DOCSDIR}/pdf + ${STAGEDIR}${PREFIX}/lib/gnat ${INSTALL_PROGRAM} ${WRKSRC}/tools/asistant/asistant \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/asis/*.ad[bs] \ ${STAGEDIR}${PREFIX}/include/asis ${INSTALL_DATA} ${WRKSRC}/lib/*.ali ${STAGEDIR}${PREFIX}/lib/asis ${INSTALL_DATA} ${WRKSRC}/lib/*.a ${STAGEDIR}${PREFIX}/lib/asis - ${INSTALL_DATA} ${WRKSRC}/documentation/*.html \ - ${STAGEDIR}${DOCSDIR}/html - ${INSTALL_DATA} ${WRKSRC}/documentation/*.pdf \ - ${STAGEDIR}${DOCSDIR}/pdf - ${INSTALL_DATA} ${WRKSRC}/documentation/*.txt \ - ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/documentation/asis.xml \ - ${STAGEDIR}${PREFIX}/share/gps/plug-ins ${INSTALL_DATA} ${FILESDIR}/asis.gpr ${STAGEDIR}${PREFIX}/lib/gnat +do-install-DOCS-on: + (cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) + .include Modified: head/lang/asis/distinfo ============================================================================== --- head/lang/asis/distinfo Thu Jun 9 23:59:53 2016 (r416645) +++ head/lang/asis/distinfo Fri Jun 10 00:34:33 2016 (r416646) @@ -1,2 +1,3 @@ -SHA256 (asis-gpl-2015-src.tar.gz) = 5c011786ed4173d14bda2194c5f0255dfcde4c102ee7b428567014f6c5c87bbb -SIZE (asis-gpl-2015-src.tar.gz) = 4792357 +TIMESTAMP = 1465515802 +SHA256 (asis-gpl-2016-src.tar.gz) = 3e36e0835e291dafe6dd2246748ed12b449d33044c32209d3af012c83064c38e +SIZE (asis-gpl-2016-src.tar.gz) = 5240554 Modified: head/lang/asis/files/patch-asis_a4g-gnat__int.adb ============================================================================== --- head/lang/asis/files/patch-asis_a4g-gnat__int.adb Thu Jun 9 23:59:53 2016 (r416645) +++ head/lang/asis/files/patch-asis_a4g-gnat__int.adb Fri Jun 10 00:34:33 2016 (r416646) @@ -1,6 +1,6 @@ ---- asis/a4g-gnat_int.adb.orig 2015-05-06 10:56:06 UTC +--- asis/a4g-gnat_int.adb.orig 2016-05-16 09:17:27 UTC +++ asis/a4g-gnat_int.adb -@@ -231,40 +231,10 @@ package body A4G.GNAT_Int is +@@ -231,46 +231,10 @@ package body A4G.GNAT_Int is Opt.Tree_Read; if Strong_Version_Check then @@ -16,19 +16,25 @@ - Last_A_Idx := Index (Source => ASIS_GNAT_V, - Pattern => ")") - 1; - -- if Index (Source => ASIS_GNAT_V, Pattern => "-") /= 0 then -- Last_A_Idx := Index (Source => ASIS_GNAT_V, -- Pattern => "-") - 1; +- if Index +- (Source => ASIS_GNAT_V (First_A_Idx .. Last_A_Idx), +- Pattern => "-") /= 0 +- then +- Last_A_Idx := +- Index (Source => ASIS_GNAT_V (First_A_Idx .. Last_A_Idx), +- Pattern => "-") - 1; - end if; - - Last_T_Idx := Index (Source => Tree_Version_String.all, - Pattern => ")") - 1; - -- if Index (Source => Tree_Version_String.all, Pattern => "-") /= -- 0 +- if Index +- (Source => Tree_Version_String.all (First_T_Idx .. Last_T_Idx), +- Pattern => "-") /= 0 - then - Last_T_Idx := -- Index (Source => Tree_Version_String.all, +- Index (Source => +- Tree_Version_String.all (First_T_Idx .. Last_T_Idx), - Pattern => "-") - 1; - end if; - Modified: head/lang/asis/pkg-plist ============================================================================== --- head/lang/asis/pkg-plist Thu Jun 9 23:59:53 2016 (r416645) +++ head/lang/asis/pkg-plist Fri Jun 10 00:34:33 2016 (r416646) @@ -47,6 +47,7 @@ include/asis/a4g-get_unit.adb include/asis/a4g-get_unit.ads include/asis/a4g-gnat_int.adb include/asis/a4g-gnat_int.ads +include/asis/a4g-gnsa_switch.ads include/asis/a4g-int_knds.ads include/asis/a4g-itests.adb include/asis/a4g-itests.ads @@ -159,6 +160,7 @@ lib/asis/a4g-encl_el.ali lib/asis/a4g-expr_sem.ali lib/asis/a4g-get_unit.ali lib/asis/a4g-gnat_int.ali +lib/asis/a4g-gnsa_switch.ali lib/asis/a4g-int_knds.ali lib/asis/a4g-itests.ali lib/asis/a4g-knd_conv.ali @@ -208,4 +210,3 @@ lib/asis/asis-text.ali lib/asis/asis.ali lib/asis/libasis.a lib/gnat/asis.gpr -share/gps/plug-ins/asis.xml Modified: head/textproc/adabrowse/Makefile ============================================================================== --- head/textproc/adabrowse/Makefile Thu Jun 9 23:59:53 2016 (r416645) +++ head/textproc/adabrowse/Makefile Fri Jun 10 00:34:33 2016 (r416646) @@ -3,7 +3,7 @@ PORTNAME= adabrowse PORTVERSION= 4.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://home.datacomm.ch/t_wolf/tw/ada95/adabrowse/ DISTNAME= ${PORTNAME}_${PORTVERSION}_src Modified: head/www/aws/Makefile ============================================================================== --- head/www/aws/Makefile Thu Jun 9 23:59:53 2016 (r416645) +++ head/www/aws/Makefile Fri Jun 10 00:34:33 2016 (r416646) @@ -3,7 +3,7 @@ PORTNAME= aws PORTVERSION= 3.3.0.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= http://downloads.dragonlace.net/src/