diff options
author | clsung <clsung@FreeBSD.org> | 2006-09-12 06:29:18 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-09-12 06:29:18 +0000 |
commit | 9c5b6e367968bf8f163325f22edccab0887c34fc (patch) | |
tree | 825686eaa5670cb702969304373eb2a3b0b087db /textproc/google-ctemplate | |
parent | 96b2cb5b8db45ce9926d9916ca3d7971bc978570 (diff) | |
download | FreeBSD-ports-9c5b6e367968bf8f163325f22edccab0887c34fc.zip FreeBSD-ports-9c5b6e367968bf8f163325f22edccab0887c34fc.tar.gz |
- Update to 0.3
Diffstat (limited to 'textproc/google-ctemplate')
-rw-r--r-- | textproc/google-ctemplate/Makefile | 4 | ||||
-rw-r--r-- | textproc/google-ctemplate/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/google-ctemplate/Makefile b/textproc/google-ctemplate/Makefile index 1646f8f..f92f3e0 100644 --- a/textproc/google-ctemplate/Makefile +++ b/textproc/google-ctemplate/Makefile @@ -7,7 +7,7 @@ # PORTNAME= google-ctemplate -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= goog-ctemplate @@ -17,6 +17,8 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= A simple but powerful template language for C++ GNU_CONFIGURE= yes +USE_GCC= 3.2+ +USE_GETOPT_LONG= yes USE_LDCONFIG= yes .if !defined(NOPORTDOCS) diff --git a/textproc/google-ctemplate/distinfo b/textproc/google-ctemplate/distinfo index 14a79c5..95f3e51 100644 --- a/textproc/google-ctemplate/distinfo +++ b/textproc/google-ctemplate/distinfo @@ -1,3 +1,3 @@ -MD5 (ctemplate-0.2.tar.gz) = 9e5ae6113804270332a9230a982c5ac8 -SHA256 (ctemplate-0.2.tar.gz) = 375712e4e201d0384576c265702563e6a359d81c5dd3051cec9d33a00f371711 -SIZE (ctemplate-0.2.tar.gz) = 464662 +MD5 (ctemplate-0.3.tar.gz) = 85e5138d00f1b3e5f1923f675b3d71d6 +SHA256 (ctemplate-0.3.tar.gz) = 676e0c907a086a5760010d1b0da60eaeff55935a5433a8f08965c0441e6a7fa7 +SIZE (ctemplate-0.3.tar.gz) = 472509 |