diff options
author | clement <clement@FreeBSD.org> | 2005-10-31 05:38:59 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-10-31 05:38:59 +0800 |
commit | cbfd2388c17685c72df303854251a52447f7192c (patch) | |
tree | 31ea1cbfba7e75511612d2b10edd0bf6c4f91642 /www/mod_cband | |
parent | ac34ccd0e7a22a78b07867e44425300b45fff511 (diff) | |
download | freebsd-ports-graphics-cbfd2388c17685c72df303854251a52447f7192c.tar.gz freebsd-ports-graphics-cbfd2388c17685c72df303854251a52447f7192c.tar.zst freebsd-ports-graphics-cbfd2388c17685c72df303854251a52447f7192c.zip |
- Update to 0.9.5.2
Diffstat (limited to 'www/mod_cband')
-rw-r--r-- | www/mod_cband/Makefile | 15 | ||||
-rw-r--r-- | www/mod_cband/distinfo | 4 |
2 files changed, 13 insertions, 6 deletions
diff --git a/www/mod_cband/Makefile b/www/mod_cband/Makefile index 959bae2e373..92072e5009f 100644 --- a/www/mod_cband/Makefile +++ b/www/mod_cband/Makefile @@ -6,9 +6,10 @@ # PORTNAME= mod_cband -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.5.2 CATEGORIES= www -MASTER_SITES= http://dembol.nasa.pl/download/ +MASTER_SITES= http://cband.linux.pl/download/ +DISTNAME= ${PORTNAME:C/_/-/}-${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= apache2 @@ -16,9 +17,15 @@ MAINTAINER= apache@FreeBSD.org COMMENT= A per-virtualhost bandwidth limiter module for Apache 2 WANT_APACHE= 2 -AP_FAST_BUILD= YES -AP_GENPLIST= YES +GNU_CONFIGURE= YES +CONFIGURE_ARGS= --with-apxs=${APXS} +ALL_TARGET= # +PORTDOCS= libpatricia.copyright .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +post-install: + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/libpatricia.copyright ${DOCSDIR} + .include <bsd.port.post.mk> diff --git a/www/mod_cband/distinfo b/www/mod_cband/distinfo index a44fc0683d2..19168697339 100644 --- a/www/mod_cband/distinfo +++ b/www/mod_cband/distinfo @@ -1,2 +1,2 @@ -MD5 (apache2/mod_cband-0.9.2.tgz) = 982fa346d317b4620886b38b3a0354a2 -SIZE (apache2/mod_cband-0.9.2.tgz) = 3222 +MD5 (apache2/mod-cband-0.9.5.2.tgz) = 655b16a1445d464fe20ecd4b2b082b6f +SIZE (apache2/mod-cband-0.9.5.2.tgz) = 54085 |