diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2011-02-17 03:51:25 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2011-02-17 03:51:25 +0000 |
commit | f49fb561e50b219df5d8d42475d178102b8fdc2f (patch) | |
tree | e197954b9095315462074dcf11ea1d9610a9fc69 /textproc | |
parent | cd3dcd918ec8c21039f9044b23f4c8ab4fda1892 (diff) | |
download | ports-f49fb561e50b219df5d8d42475d178102b8fdc2f.tar.gz ports-f49fb561e50b219df5d8d42475d178102b8fdc2f.zip |
Notes
Diffstat (limited to 'textproc')
-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 |