svn commit: r390185 - in head/textproc/templates_parser: . files
John Marino
marino at FreeBSD.org
Sun Jun 21 08:48:54 UTC 2015
Author: marino
Date: Sun Jun 21 08:48:52 2015
New Revision: 390185
URL: https://svnweb.freebsd.org/changeset/ports/390185
Log:
textproc/templates_parser: upgrade version 1.10.0.0 => 1.11.0.0
This version is very close to the GPL 2015 version recently released
by Adacore.
Added:
head/textproc/templates_parser/files/patch-Makefile (contents, props changed)
Modified:
head/textproc/templates_parser/Makefile
head/textproc/templates_parser/distinfo
head/textproc/templates_parser/pkg-plist
Modified: head/textproc/templates_parser/Makefile
==============================================================================
--- head/textproc/templates_parser/Makefile Sun Jun 21 08:00:29 2015 (r390184)
+++ head/textproc/templates_parser/Makefile Sun Jun 21 08:48:52 2015 (r390185)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= templates_parser
-PORTVERSION= 11.9.0.0
-PORTREVISION= 1
+PORTVERSION= 11.10.0.0
CATEGORIES= textproc
MASTER_SITES= http://downloads.dragonlace.net/src/
@@ -17,9 +16,10 @@ BUILD_DEPENDS= gprbuild:${PORTSDIR}/deve
RUN_DEPENDS= xmlada>=4.4:${PORTSDIR}/textproc/xmlada
USES= ada gmake tar:bzip2
-MAKEFILE= makefile
DESTINC= ${STAGEDIR}${PREFIX}/include/templates_parser
+PLIST_SUB= LIBVER=11.10.0w
MAKE_ARGS+= PROCESSORS=${MAKE_JOBS_NUMBER} \
+ ENABLE_SHARED=true \
HOST=${CONFIGURE_TARGET} \
TARGET=${CONFIGURE_TARGET} \
prefix=${PREFIX}
@@ -34,7 +34,7 @@ DOCS_BUILD_DEPENDS= sphinx-build:${PORTS
do-build:
# Override build target to avoid -jX getting passed to makefile
# Parallel builds are handled with PROCESSORS setting
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS}
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} build
.if ${PORT_OPTIONS:MDOCS}
cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} \
${MAKE_CMD} ${MAKE_ARGS} html
Modified: head/textproc/templates_parser/distinfo
==============================================================================
--- head/textproc/templates_parser/distinfo Sun Jun 21 08:00:29 2015 (r390184)
+++ head/textproc/templates_parser/distinfo Sun Jun 21 08:48:52 2015 (r390185)
@@ -1,2 +1,2 @@
-SHA256 (templates_parser-11.9.0.0.tar.bz2) = 0133de55a834f79a85f620d59c3fd9ddece8f43753813f38427e2362166eff91
-SIZE (templates_parser-11.9.0.0.tar.bz2) = 168785
+SHA256 (templates_parser-11.10.0.0.tar.bz2) = bd1a332cbc9284488dadc13600d7735fbcea462a9d0df2b6cf796ef95e3d184e
+SIZE (templates_parser-11.10.0.0.tar.bz2) = 168905
Added: head/textproc/templates_parser/files/patch-Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/templates_parser/files/patch-Makefile Sun Jun 21 08:48:52 2015 (r390185)
@@ -0,0 +1,13 @@
+--- Makefile.orig 2015-06-21 07:30:14 UTC
++++ Makefile
+@@ -112,8 +112,8 @@ GPROPTS += -XPRJ_BUILD=$(PRJ_BUILD) -XTP
+
+ GPR_DEFAULT = -XLIBRARY_TYPE=$(DEFAULT_LIBRARY_TYPE) \
+ -XXMLADA_BUILD=$(DEFAULT_LIBRARY_TYPE)
+-GPR_OTHER = -XLIBRARY_TYPE=$(DEFAULT_LIBRARY_TYPE) \
+- -XXMLADA_BUILD=$(DEFAULT_LIBRARY_TYPE)
++GPR_OTHER = -XLIBRARY_TYPE=$(OTHER_LIBRARY_TYPE) \
++ -XXMLADA_BUILD=$(OTHER_LIBRARY_TYPE)
+
+ #######################################################################
+ # build
Modified: head/textproc/templates_parser/pkg-plist
==============================================================================
--- head/textproc/templates_parser/pkg-plist Sun Jun 21 08:00:29 2015 (r390184)
+++ head/textproc/templates_parser/pkg-plist Sun Jun 21 08:48:52 2015 (r390185)
@@ -42,7 +42,7 @@ include/templates_parser/templates_parse
include/templates_parser/templates_parser_tasking__standard_tasking.adb
lib/gnat/templates_parser.gpr
lib/libtemplates_parser.so
-lib/templates_parser.relocatable/libtemplates_parser-11.9.0w.so
+lib/templates_parser.relocatable/libtemplates_parser-%%LIBVER%%.so
lib/templates_parser.relocatable/libtemplates_parser.so
lib/templates_parser.relocatable/templates_parser-configuration__standalone.ali
lib/templates_parser.relocatable/templates_parser-debug.ali
More information about the svn-ports-head
mailing list