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/google-ctemplate | |
parent | 2df3e65931f0cdcc9dd7c0e866d1dfab568de445 (diff) | |
download | freebsd-ports-gnome-1bd1f0c4b41c69f1046e7d7832fb2758dbbfe7ae.tar.gz freebsd-ports-gnome-1bd1f0c4b41c69f1046e7d7832fb2758dbbfe7ae.tar.zst freebsd-ports-gnome-1bd1f0c4b41c69f1046e7d7832fb2758dbbfe7ae.zip |
1: Upgrade google-ctemplate to 2.1.
2: bump pecl-ctempalte revision to chase shared library version.
Diffstat (limited to 'textproc/google-ctemplate')
-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 |
3 files changed, 6 insertions, 5 deletions
diff --git a/textproc/google-ctemplate/Makefile b/textproc/google-ctemplate/Makefile index 28632111b96f..58f1e2473041 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 282ce1f55bd7..43a90762f4d5 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 c18dd75aace3..47e7a3fe6c8e 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 |