diff options
author | wen <wen@FreeBSD.org> | 2010-05-19 14:36:18 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-05-19 14:36:18 +0800 |
commit | 4ddfc492fa41ae94e5cde57a6fe70bc69be29eb5 (patch) | |
tree | 7a694bec4e03667680456f3764afd5adb5b55ee9 /www | |
parent | b78424e8370aae54bf25972cb32940249a98c6d0 (diff) | |
download | freebsd-ports-gnome-4ddfc492fa41ae94e5cde57a6fe70bc69be29eb5.tar.gz freebsd-ports-gnome-4ddfc492fa41ae94e5cde57a6fe70bc69be29eb5.tar.zst freebsd-ports-gnome-4ddfc492fa41ae94e5cde57a6fe70bc69be29eb5.zip |
- Update to 1.0.1
- Add an optional dependency on rrdtool
PR: ports/146712
Submitted by: Daniel Gerzo <danger@alice.syscare.sk>
Approved by: maintainer
Diffstat (limited to 'www')
-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 |