diff options
author | clement <clement@FreeBSD.org> | 2005-09-11 18:14:25 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-09-11 18:14:25 +0800 |
commit | 9e502eb6b3515d1c560ac6b8746d4d149346affe (patch) | |
tree | f95489fe6816a2fa96db35e9974407b8fe807f7b /www/mod_cband | |
parent | 7efaca69b550959e86df35b498e7dda9f6dd3176 (diff) | |
download | freebsd-ports-graphics-9e502eb6b3515d1c560ac6b8746d4d149346affe.tar.gz freebsd-ports-graphics-9e502eb6b3515d1c560ac6b8746d4d149346affe.tar.zst freebsd-ports-graphics-9e502eb6b3515d1c560ac6b8746d4d149346affe.zip |
- Update to 0.9.1
Diffstat (limited to 'www/mod_cband')
-rw-r--r-- | www/mod_cband/Makefile | 5 | ||||
-rw-r--r-- | www/mod_cband/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/www/mod_cband/Makefile b/www/mod_cband/Makefile index 3bf29c2cd0a..37f16b81db2 100644 --- a/www/mod_cband/Makefile +++ b/www/mod_cband/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_cband -PORTVERSION= 0.9 +PORTVERSION= 0.9.1 CATEGORIES= www MASTER_SITES= http://dembol.nasa.pl/download/ EXTRACT_SUFX= .tgz @@ -15,11 +15,10 @@ DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= A per-virtualhost bandwidth limiter module for Apache 2 -WRKSRC= ${WRKDIR}/${PORTNAME} WANT_APACHE= 2 AP_FAST_BUILD= YES AP_GENPLIST= YES .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" +.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" .include <bsd.port.post.mk> diff --git a/www/mod_cband/distinfo b/www/mod_cband/distinfo index 7974a91c7ca..21cf86344e0 100644 --- a/www/mod_cband/distinfo +++ b/www/mod_cband/distinfo @@ -1,2 +1,2 @@ -MD5 (apache2/mod_cband-0.9.tgz) = 57414e91443f975abc0ec153dec197b3 -SIZE (apache2/mod_cband-0.9.tgz) = 2379 +MD5 (apache2/mod_cband-0.9.1.tgz) = 8f00b72f194719ee99d52a6175a74dbb +SIZE (apache2/mod_cband-0.9.1.tgz) = 3144 |