diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-05-19 06:36:18 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-05-19 06:36:18 +0000 |
commit | 21943c7ddc38f24c52b78f534a5d65c17c50cefc (patch) | |
tree | b30b7ba59cb8ecb1d26c8680070c1d88bc29793f /www/cherokee | |
parent | 6992dae2f65d50347e79866d9e51a6313761ff30 (diff) |
Notes
Diffstat (limited to 'www/cherokee')
-rw-r--r-- | www/cherokee/Makefile | 9 | ||||
-rw-r--r-- | www/cherokee/distinfo | 6 | ||||
-rw-r--r-- | www/cherokee/pkg-plist | 3 |
3 files changed, 13 insertions, 5 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index fa94fd5d4bcd..0ada6e3207ad 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cherokee -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= www MASTER_SITES= http://www.cherokee-project.com/download/1.0/${PORTVERSION}/ \ http://cherokee.osuosl.org/1.0/${PORTVERSION}/ \ @@ -73,7 +73,8 @@ OPTIONS= WWWUSER "Run as www:www user" on \ FFMPEG "FFMpeg Support" off \ NLS "NLS Support" on \ INTPCRE "Use Internal PCRE Library" off \ - ADMIN "Build the Admin Interface" on + ADMIN "Build the Admin Interface" on \ + RRDTOOL "Usage Graphs Support" off .include <bsd.port.options.mk> @@ -144,6 +145,10 @@ CONFIGURE_ARGS+= --enable-internal-pcre LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre .endif +.ifdef WITH_RRDTOOL +RUN_DEPENDS+= rrdtool:${PORTSDIR}/databases/rrdtool +.endif + post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ ${REINPLACE_CMD} -e 's|@mkdir_p@|${MKDIR} --|g' diff --git a/www/cherokee/distinfo b/www/cherokee/distinfo index bfc92e76d308..8039f6b09a60 100644 --- a/www/cherokee/distinfo +++ b/www/cherokee/distinfo @@ -1,3 +1,3 @@ -SHA256 (cherokee-1.0.0.tar.gz) = c7d3d185aaeb3ed5811dba32dcc8a00ff64b4f0eec86461cf0911d0540efbaad -MD5 (cherokee-1.0.0.tar.gz) = 2287f647a0a6645347c525b3557f612c -SIZE (cherokee-1.0.0.tar.gz) = 5143468 +MD5 (cherokee-1.0.1.tar.gz) = fd2e93e1b6d9a3ec6ee243d3426c76b5 +SHA256 (cherokee-1.0.1.tar.gz) = 7b266fe6cd18e434ca62f24d4724302843847d2fe9a1c0500450883db0b5a68d +SIZE (cherokee-1.0.1.tar.gz) = 5223461 diff --git a/www/cherokee/pkg-plist b/www/cherokee/pkg-plist index 74859ff6af45..c663d0834f7e 100644 --- a/www/cherokee/pkg-plist +++ b/www/cherokee/pkg-plist @@ -776,6 +776,7 @@ share/aclocal/cherokee.m4 %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/joomla.png %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/liferay.png %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/mailman.png +%%ADMIN%%%%DATADIR%%/admin/static/images/wizards/mediawiki.png %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/moinmoin.png %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/mono.png %%ADMIN%%%%DATADIR%%/admin/static/images/wizards/moodle.png @@ -826,6 +827,8 @@ share/aclocal/cherokee.m4 %%ADMIN%%%%DATADIR%%/admin/wizards/liferay.pyc %%ADMIN%%%%DATADIR%%/admin/wizards/mailman.py %%ADMIN%%%%DATADIR%%/admin/wizards/mailman.pyc +%%ADMIN%%%%DATADIR%%/admin/wizards/mediawiki.py +%%ADMIN%%%%DATADIR%%/admin/wizards/mediawiki.pyc %%ADMIN%%%%DATADIR%%/admin/wizards/moinmoin.py %%ADMIN%%%%DATADIR%%/admin/wizards/moinmoin.pyc %%ADMIN%%%%DATADIR%%/admin/wizards/mono.py |