diff options
author | vanilla <vanilla@FreeBSD.org> | 2012-04-14 12:16:24 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2012-04-14 12:16:24 +0800 |
commit | 1bd1f0c4b41c69f1046e7d7832fb2758dbbfe7ae (patch) | |
tree | ea1152f3df52a19843ecca2f7c5c6a8e48122ac5 /textproc | |
parent | 2df3e65931f0cdcc9dd7c0e866d1dfab568de445 (diff) | |
download | freebsd-ports-graphics-1bd1f0c4b41c69f1046e7d7832fb2758dbbfe7ae.tar.gz freebsd-ports-graphics-1bd1f0c4b41c69f1046e7d7832fb2758dbbfe7ae.tar.zst freebsd-ports-graphics-1bd1f0c4b41c69f1046e7d7832fb2758dbbfe7ae.zip |
1: Upgrade google-ctemplate to 2.1.
2: bump pecl-ctempalte revision to chase shared library version.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/google-ctemplate/Makefile | 2 | ||||
-rw-r--r-- | textproc/google-ctemplate/distinfo | 4 | ||||
-rw-r--r-- | textproc/google-ctemplate/pkg-plist | 5 | ||||
-rw-r--r-- | textproc/pecl-ctemplate/Makefile | 4 |
4 files changed, 8 insertions, 7 deletions
diff --git a/textproc/google-ctemplate/Makefile b/textproc/google-ctemplate/Makefile index 28632111b96..58f1e247304 100644 --- a/textproc/google-ctemplate/Makefile +++ b/textproc/google-ctemplate/Makefile @@ -7,7 +7,7 @@ # PORTNAME= google-ctemplate -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= textproc MASTER_SITES= GOOGLE_CODE PROJECTHOST= ctemplate diff --git a/textproc/google-ctemplate/distinfo b/textproc/google-ctemplate/distinfo index 282ce1f55bd..43a90762f4d 100644 --- a/textproc/google-ctemplate/distinfo +++ b/textproc/google-ctemplate/distinfo @@ -1,2 +1,2 @@ -SHA256 (ctemplate-2.0.tar.gz) = ca2dfe9474b1fb1a20f92d934a6b47cbaf170a08b201335594c93b7417c68d69 -SIZE (ctemplate-2.0.tar.gz) = 874846 +SHA256 (ctemplate-2.1.tar.gz) = ab7efdd61bbecc4806eb8f6c6136f4f3811da4cd1844e4f399378a0f3247f90e +SIZE (ctemplate-2.1.tar.gz) = 889451 diff --git a/textproc/google-ctemplate/pkg-plist b/textproc/google-ctemplate/pkg-plist index c18dd75aace..47e7a3fe6c8 100644 --- a/textproc/google-ctemplate/pkg-plist +++ b/textproc/google-ctemplate/pkg-plist @@ -2,6 +2,7 @@ bin/diff_tpl_auto_escape bin/make_tpl_varnames_h bin/template-converter include/ctemplate/per_expand_data.h +include/ctemplate/str_ref.h include/ctemplate/template.h include/ctemplate/template_annotator.h include/ctemplate/template_cache.h @@ -16,11 +17,11 @@ include/ctemplate/template_string.h lib/libctemplate.a lib/libctemplate.la lib/libctemplate.so -lib/libctemplate.so.1 +lib/libctemplate.so.2 lib/libctemplate_nothreads.a lib/libctemplate_nothreads.la lib/libctemplate_nothreads.so -lib/libctemplate_nothreads.so.1 +lib/libctemplate_nothreads.so.2 libdata/pkgconfig/libctemplate.pc libdata/pkgconfig/libctemplate_nothreads.pc @dirrm include/ctemplate diff --git a/textproc/pecl-ctemplate/Makefile b/textproc/pecl-ctemplate/Makefile index b4b545d3a0b..c44f064c493 100644 --- a/textproc/pecl-ctemplate/Makefile +++ b/textproc/pecl-ctemplate/Makefile @@ -7,7 +7,7 @@ PORTNAME= cTemplate PORTVERSION= 1.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc pear MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= vanilla @@ -17,7 +17,7 @@ DIST_SUBDIR= PECL MAINTAINER= vanilla@FreeBSD.org COMMENT= A PECL extension for google ctemplate library -LIB_DEPENDS= ctemplate.1:${PORTSDIR}/textproc/google-ctemplate +LIB_DEPENDS= ctemplate.2:${PORTSDIR}/textproc/google-ctemplate USE_BZIP2= yes USE_PHP= yes |