diff options
author | vanilla <vanilla@FreeBSD.org> | 2011-02-17 11:51:25 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2011-02-17 11:51:25 +0800 |
commit | 7287c783b63d98535c2d79d46e20bfa2839e6697 (patch) | |
tree | df57d5b724c1a65ea88384f871342d0682d5b63b /textproc/google-ctemplate | |
parent | 91898314ffd15c51b1a835d63470f77a58217672 (diff) | |
download | freebsd-ports-gnome-7287c783b63d98535c2d79d46e20bfa2839e6697.tar.gz freebsd-ports-gnome-7287c783b63d98535c2d79d46e20bfa2839e6697.tar.zst freebsd-ports-gnome-7287c783b63d98535c2d79d46e20bfa2839e6697.zip |
Upgrade to 0.99.
Feature safe: yes
Diffstat (limited to 'textproc/google-ctemplate')
-rw-r--r-- | textproc/google-ctemplate/Makefile | 6 | ||||
-rw-r--r-- | textproc/google-ctemplate/distinfo | 5 | ||||
-rw-r--r-- | textproc/google-ctemplate/pkg-plist | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/textproc/google-ctemplate/Makefile b/textproc/google-ctemplate/Makefile index a12d7c1313bc..af4976de38e8 100644 --- a/textproc/google-ctemplate/Makefile +++ b/textproc/google-ctemplate/Makefile @@ -7,7 +7,7 @@ # PORTNAME= google-ctemplate -PORTVERSION= 0.97 +PORTVERSION= 0.99 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ctemplate-${PORTVERSION} @@ -17,12 +17,16 @@ COMMENT= A simple but powerful template language for C++ GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_GNOME= pkgconfig .if !defined(NOPORTDOCS) PORTDOCS= * .endif post-patch: + ${REINPLACE_CMD} -e 's|^pkgconfigdir.*|pkgconfigdir = $${PREFIX}/libdata/pkgconfig|' \ + ${WRKSRC}/Makefile.in + .if !defined(NOPORTDOCS) @${REINPLACE_CMD} -e \ 's|$$(prefix)/share/doc/$$(PACKAGE)-$$(VERSION)|${DOCSDIR}|' \ diff --git a/textproc/google-ctemplate/distinfo b/textproc/google-ctemplate/distinfo index 7682a41660b1..91018796a35e 100644 --- a/textproc/google-ctemplate/distinfo +++ b/textproc/google-ctemplate/distinfo @@ -1,3 +1,2 @@ -MD5 (ctemplate-0.97.tar.gz) = 7de5ce359a2f613f5c3fd309b36331f0 -SHA256 (ctemplate-0.97.tar.gz) = ddb7095bdb498e57fb1e1ee9133f28a2c825baa409bec7b201d1bfe3e447a85c -SIZE (ctemplate-0.97.tar.gz) = 772675 +SHA256 (ctemplate-0.99.tar.gz) = e460502ca347d632dd942b9cd46cd6a16d0b53971d65e79b32056f19276061f9 +SIZE (ctemplate-0.99.tar.gz) = 787831 diff --git a/textproc/google-ctemplate/pkg-plist b/textproc/google-ctemplate/pkg-plist index cf8f9501e9aa..c18dd75aace3 100644 --- a/textproc/google-ctemplate/pkg-plist +++ b/textproc/google-ctemplate/pkg-plist @@ -16,9 +16,11 @@ include/ctemplate/template_string.h lib/libctemplate.a lib/libctemplate.la lib/libctemplate.so -lib/libctemplate.so.0 +lib/libctemplate.so.1 lib/libctemplate_nothreads.a lib/libctemplate_nothreads.la lib/libctemplate_nothreads.so -lib/libctemplate_nothreads.so.0 +lib/libctemplate_nothreads.so.1 +libdata/pkgconfig/libctemplate.pc +libdata/pkgconfig/libctemplate_nothreads.pc @dirrm include/ctemplate |