From owner-svn-ports-all@freebsd.org Thu Jun 9 23:14:43 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 82405B70E6A; Thu, 9 Jun 2016 23:14:43 +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 5E46C1C5B; Thu, 9 Jun 2016 23:14:43 +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 u59NEgvr099505; Thu, 9 Jun 2016 23:14:42 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u59NEgGu099499; Thu, 9 Jun 2016 23:14:42 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201606092314.u59NEgGu099499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 9 Jun 2016 23:14:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416641 - in head: devel/gps textproc/templates_parser textproc/templates_parser/files www/aws www/aws-demos 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: Thu, 09 Jun 2016 23:14:43 -0000 Author: marino Date: Thu Jun 9 23:14:41 2016 New Revision: 416641 URL: https://svnweb.freebsd.org/changeset/ports/416641 Log: textproc/templates-parser: Upgrade version 11.10.0.0 => 17.0.0 There was a numbering scheme change where 11.10 jumped to 17.0, and there is an associated soname change. The ports that depend on the templates parser have been bumped accordingly. Deleted: head/textproc/templates_parser/files/patch-Makefile Modified: head/devel/gps/Makefile head/textproc/templates_parser/Makefile head/textproc/templates_parser/distinfo head/textproc/templates_parser/pkg-plist head/www/aws-demos/Makefile head/www/aws/Makefile Modified: head/devel/gps/Makefile ============================================================================== --- head/devel/gps/Makefile Thu Jun 9 23:12:55 2016 (r416640) +++ head/devel/gps/Makefile Thu Jun 9 23:14:41 2016 (r416641) @@ -3,7 +3,7 @@ PORTNAME= gps PORTVERSION= 6.1.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= gps-6.1.1-src Modified: head/textproc/templates_parser/Makefile ============================================================================== --- head/textproc/templates_parser/Makefile Thu Jun 9 23:12:55 2016 (r416640) +++ head/textproc/templates_parser/Makefile Thu Jun 9 23:14:41 2016 (r416641) @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= templates_parser -PORTVERSION= 11.10.0.0 -PORTREVISION= 4 +PORTVERSION= 17.0.0 CATEGORIES= textproc -MASTER_SITES= http://downloads.dragonlace.net/src/ MAINTAINER= marino@FreeBSD.org COMMENT= Web page template engine module for the Ada Web Server @@ -16,7 +14,12 @@ BUILD_DEPENDS= gprbuild:devel/gprbuild \ xmlada>=4.4:textproc/xmlada RUN_DEPENDS= xmlada>=4.4:textproc/xmlada -USES= ada gmake tar:bzip2 +USES= ada:run gmake tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= AdaCore +GH_PROJECT= templates-parser +GH_TAGNAME= 1d62939 + DESTINC= ${STAGEDIR}${PREFIX}/include/templates_parser PLIST_SUB= LIBVER=${PORTVERSION:R} MAKE_ARGS+= PROCESSORS=${MAKE_JOBS_NUMBER} \ @@ -49,5 +52,6 @@ post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat ${INSTALL_DATA} ${FILESDIR}/templates_parser.gpr \ ${STAGEDIR}${PREFIX}/lib/gnat + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/templates* .include Modified: head/textproc/templates_parser/distinfo ============================================================================== --- head/textproc/templates_parser/distinfo Thu Jun 9 23:12:55 2016 (r416640) +++ head/textproc/templates_parser/distinfo Thu Jun 9 23:14:41 2016 (r416641) @@ -1,2 +1,3 @@ -SHA256 (templates_parser-11.10.0.0.tar.bz2) = bd1a332cbc9284488dadc13600d7735fbcea462a9d0df2b6cf796ef95e3d184e -SIZE (templates_parser-11.10.0.0.tar.bz2) = 168905 +TIMESTAMP = 1465511680 +SHA256 (AdaCore-templates-parser-17.0.0-1d62939_GH0.tar.gz) = fd90fd9a0ac879ab62040abaa1e7cbcbf9261150c081d9ae678e5e31da515f51 +SIZE (AdaCore-templates-parser-17.0.0-1d62939_GH0.tar.gz) = 216712 Modified: head/textproc/templates_parser/pkg-plist ============================================================================== --- head/textproc/templates_parser/pkg-plist Thu Jun 9 23:12:55 2016 (r416640) +++ head/textproc/templates_parser/pkg-plist Thu Jun 9 23:14:41 2016 (r416641) @@ -3,6 +3,7 @@ bin/templatespp include/templates_parser.relocatable/templates_parser-cached_files.adb include/templates_parser.relocatable/templates_parser-configuration.ads include/templates_parser.relocatable/templates_parser-data.adb +include/templates_parser.relocatable/templates_parser-debug.adb include/templates_parser.relocatable/templates_parser-debug.ads include/templates_parser.relocatable/templates_parser-definitions.adb include/templates_parser.relocatable/templates_parser-expr.adb @@ -11,10 +12,12 @@ include/templates_parser.relocatable/tem include/templates_parser.relocatable/templates_parser-input__standalone.adb include/templates_parser.relocatable/templates_parser-macro.adb include/templates_parser.relocatable/templates_parser-print_tree.adb +include/templates_parser.relocatable/templates_parser-query.adb include/templates_parser.relocatable/templates_parser-query.ads include/templates_parser.relocatable/templates_parser-simplifier.adb include/templates_parser.relocatable/templates_parser-utils.adb include/templates_parser.relocatable/templates_parser-utils.ads +include/templates_parser.relocatable/templates_parser-xml.adb include/templates_parser.relocatable/templates_parser-xml.ads include/templates_parser.relocatable/templates_parser.adb include/templates_parser.relocatable/templates_parser.ads @@ -23,6 +26,7 @@ include/templates_parser.relocatable/tem include/templates_parser/templates_parser-cached_files.adb include/templates_parser/templates_parser-configuration.ads include/templates_parser/templates_parser-data.adb +include/templates_parser/templates_parser-debug.adb include/templates_parser/templates_parser-debug.ads include/templates_parser/templates_parser-definitions.adb include/templates_parser/templates_parser-expr.adb @@ -31,16 +35,19 @@ include/templates_parser/templates_parse include/templates_parser/templates_parser-input__standalone.adb include/templates_parser/templates_parser-macro.adb include/templates_parser/templates_parser-print_tree.adb +include/templates_parser/templates_parser-query.adb include/templates_parser/templates_parser-query.ads include/templates_parser/templates_parser-simplifier.adb include/templates_parser/templates_parser-utils.adb include/templates_parser/templates_parser-utils.ads +include/templates_parser/templates_parser-xml.adb include/templates_parser/templates_parser-xml.ads include/templates_parser/templates_parser.adb include/templates_parser/templates_parser.ads include/templates_parser/templates_parser_tasking.ads include/templates_parser/templates_parser_tasking__standard_tasking.adb lib/gnat/templates_parser.gpr +lib/libtemplates_parser-%%LIBVER%%.so lib/libtemplates_parser.so lib/templates_parser.relocatable/libtemplates_parser-%%LIBVER%%.so lib/templates_parser.relocatable/libtemplates_parser.so Modified: head/www/aws-demos/Makefile ============================================================================== --- head/www/aws-demos/Makefile Thu Jun 9 23:12:55 2016 (r416640) +++ head/www/aws-demos/Makefile Thu Jun 9 23:14:41 2016 (r416641) @@ -3,7 +3,7 @@ PORTNAME= aws PORTVERSION= 3.3.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://downloads.dragonlace.net/src/ PKGNAMESUFFIX= -demos Modified: head/www/aws/Makefile ============================================================================== --- head/www/aws/Makefile Thu Jun 9 23:12:55 2016 (r416640) +++ head/www/aws/Makefile Thu Jun 9 23:14:41 2016 (r416641) @@ -3,7 +3,7 @@ PORTNAME= aws PORTVERSION= 3.3.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://downloads.dragonlace.net/src/