diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-05-16 13:19:27 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-05-16 13:19:27 +0800 |
commit | 9c60112882c832a5826a649b394cebc7e6358ea7 (patch) | |
tree | 047ba3a131c3b8ee5f5cf8ec4e45e0868debf3c1 /www/mod_bw/Makefile | |
parent | 8dcf5dbdbd96d63de2f351aa62b5f2422179f99c (diff) | |
download | freebsd-ports-gnome-9c60112882c832a5826a649b394cebc7e6358ea7.tar.gz freebsd-ports-gnome-9c60112882c832a5826a649b394cebc7e6358ea7.tar.zst freebsd-ports-gnome-9c60112882c832a5826a649b394cebc7e6358ea7.zip |
- Upgrade to 0.7.
- Fix compilation with apache-2.0 (actually apr-0.9).
- Add a patch for my debugging...
Diffstat (limited to 'www/mod_bw/Makefile')
-rw-r--r-- | www/mod_bw/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/mod_bw/Makefile b/www/mod_bw/Makefile index fdf61557ffe8..cc3bc22766be 100644 --- a/www/mod_bw/Makefile +++ b/www/mod_bw/Makefile @@ -6,22 +6,23 @@ # PORTNAME= mod_bw -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= www -MASTER_SITES= http://www.ivn.cl/apache/ -DISTNAME= bw_mod-${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= bwmod EXTRACT_SUFX= .tgz DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= Bandwidth and Connection control per Virtual Host or Directory +WRKSRC= ${WRKDIR}/mod_bw USE_APACHE= 20+ AP_FAST_BUILD= YES AP_GENPLIST= YES -SRC_FILE= bw_mod-0.6.c -PORTDOCS= APACHE2-LICENSE LICENSE bw_mod-0.6.txt +SRC_FILE= mod_bw.c +PORTDOCS= LICENSE mod_bw.txt post-install: @${MKDIR} ${DOCSDIR} |