diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-08-05 22:27:11 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-08-05 22:27:11 +0800 |
commit | 8906a7d7ab6d8a959aa5eccb18150a343579aa98 (patch) | |
tree | 4ea508778d88f9d070d9d23306919fc60f844bcb | |
parent | 8149c18daf61218a015aa723ba6a8d9b29f72fc6 (diff) | |
download | freebsd-ports-gnome-8906a7d7ab6d8a959aa5eccb18150a343579aa98.tar.gz freebsd-ports-gnome-8906a7d7ab6d8a959aa5eccb18150a343579aa98.tar.zst freebsd-ports-gnome-8906a7d7ab6d8a959aa5eccb18150a343579aa98.zip |
- Upgrade to 2.0.2 (for Apache 2.x).
- This is upgraded version of 1.4 (by non-original author), but is not
same as www/mod_extract_forwarded2 port (was forked from 1.x by
another author).
- I'm not sure we should upgrade like this (upgrade 1.4 to forked
2.0.2), but it seems original web site is disappeared, so I think we
should do.
- This version does not support Apache 1.3.x versions. If someone
need old version of this port, I'll prepare
www/mod_extract_forwarded1 port after repocopy.
-rw-r--r-- | www/mod_extract_forwarded/Makefile | 16 | ||||
-rw-r--r-- | www/mod_extract_forwarded/distinfo | 6 | ||||
-rw-r--r-- | www/mod_extract_forwarded/pkg-descr | 2 | ||||
-rw-r--r-- | www/mod_extract_forwarded_ap13/Makefile | 16 | ||||
-rw-r--r-- | www/mod_extract_forwarded_ap13/distinfo | 6 | ||||
-rw-r--r-- | www/mod_extract_forwarded_ap13/pkg-descr | 2 |
6 files changed, 22 insertions, 26 deletions
diff --git a/www/mod_extract_forwarded/Makefile b/www/mod_extract_forwarded/Makefile index d140338e9a80..1481b4d0de3b 100644 --- a/www/mod_extract_forwarded/Makefile +++ b/www/mod_extract_forwarded/Makefile @@ -6,24 +6,22 @@ # PORTNAME= mod_extract_forwarded -PORTVERSION= 1.4 +PORTVERSION= 2.0.2 CATEGORIES= www -MASTER_SITES= http://web.warhound.org/${PORTNAME}/ \ - http://atreides.freenix.no/~anders/ +MASTER_SITES= http://www.openinfo.co.uk/apache/ +DISTNAME= extract_forwarded-${DISTVERSION} -MAINTAINER= apache@FreeBSD.org +MAINTAINER= kuriyama@FreeBSD.org COMMENT= An Apache module that can make proxied requests appear with client IP +USE_APACHE= 20+ +WRKSRC= ${WRKDIR}/extract_forwarded +PORTDOCS= INSTALL README MAKE_JOBS_SAFE= yes -USE_APACHE= 1.3 AP_FAST_BUILD= yes AP_GENPLIST= yes -WRKSRC= ${WRKDIR}/${PORTNAME} - -PORTDOCS= doc.html README - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/ diff --git a/www/mod_extract_forwarded/distinfo b/www/mod_extract_forwarded/distinfo index 480fac8f78d4..7df3e75be221 100644 --- a/www/mod_extract_forwarded/distinfo +++ b/www/mod_extract_forwarded/distinfo @@ -1,3 +1,3 @@ -MD5 (mod_extract_forwarded-1.4.tar.gz) = 10fd6551c0daef4022fdcbda321374a0 -SHA256 (mod_extract_forwarded-1.4.tar.gz) = e37688792d518e6e4ef24f03e66f9790f58a0358a6489166319927345ccc0c41 -SIZE (mod_extract_forwarded-1.4.tar.gz) = 9478 +MD5 (extract_forwarded-2.0.2.tar.gz) = d7aeb59fa81cbe74c485c33873ea1c65 +SHA256 (extract_forwarded-2.0.2.tar.gz) = 934e2da02a2a71dd40a6050e884ac034174a1bfee0d0d4aeeeb68b942d94cafb +SIZE (extract_forwarded-2.0.2.tar.gz) = 13812 diff --git a/www/mod_extract_forwarded/pkg-descr b/www/mod_extract_forwarded/pkg-descr index a2022ec8ef1f..8c7b30bde9ee 100644 --- a/www/mod_extract_forwarded/pkg-descr +++ b/www/mod_extract_forwarded/pkg-descr @@ -8,6 +8,6 @@ mod_extract_forwarded can be dangerous for host based access control because X-Forwarded-For is easily spoofed. Because of this you can configure which proxies you trust or don't trust. -WWW: http://web.warhound.org/mod_extract_forwarded/ +WWW: http://www.openinfo.co.uk/apache/ - Anders Nordby <anders@fix.no> diff --git a/www/mod_extract_forwarded_ap13/Makefile b/www/mod_extract_forwarded_ap13/Makefile index d140338e9a80..1481b4d0de3b 100644 --- a/www/mod_extract_forwarded_ap13/Makefile +++ b/www/mod_extract_forwarded_ap13/Makefile @@ -6,24 +6,22 @@ # PORTNAME= mod_extract_forwarded -PORTVERSION= 1.4 +PORTVERSION= 2.0.2 CATEGORIES= www -MASTER_SITES= http://web.warhound.org/${PORTNAME}/ \ - http://atreides.freenix.no/~anders/ +MASTER_SITES= http://www.openinfo.co.uk/apache/ +DISTNAME= extract_forwarded-${DISTVERSION} -MAINTAINER= apache@FreeBSD.org +MAINTAINER= kuriyama@FreeBSD.org COMMENT= An Apache module that can make proxied requests appear with client IP +USE_APACHE= 20+ +WRKSRC= ${WRKDIR}/extract_forwarded +PORTDOCS= INSTALL README MAKE_JOBS_SAFE= yes -USE_APACHE= 1.3 AP_FAST_BUILD= yes AP_GENPLIST= yes -WRKSRC= ${WRKDIR}/${PORTNAME} - -PORTDOCS= doc.html README - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/ diff --git a/www/mod_extract_forwarded_ap13/distinfo b/www/mod_extract_forwarded_ap13/distinfo index 480fac8f78d4..7df3e75be221 100644 --- a/www/mod_extract_forwarded_ap13/distinfo +++ b/www/mod_extract_forwarded_ap13/distinfo @@ -1,3 +1,3 @@ -MD5 (mod_extract_forwarded-1.4.tar.gz) = 10fd6551c0daef4022fdcbda321374a0 -SHA256 (mod_extract_forwarded-1.4.tar.gz) = e37688792d518e6e4ef24f03e66f9790f58a0358a6489166319927345ccc0c41 -SIZE (mod_extract_forwarded-1.4.tar.gz) = 9478 +MD5 (extract_forwarded-2.0.2.tar.gz) = d7aeb59fa81cbe74c485c33873ea1c65 +SHA256 (extract_forwarded-2.0.2.tar.gz) = 934e2da02a2a71dd40a6050e884ac034174a1bfee0d0d4aeeeb68b942d94cafb +SIZE (extract_forwarded-2.0.2.tar.gz) = 13812 diff --git a/www/mod_extract_forwarded_ap13/pkg-descr b/www/mod_extract_forwarded_ap13/pkg-descr index a2022ec8ef1f..8c7b30bde9ee 100644 --- a/www/mod_extract_forwarded_ap13/pkg-descr +++ b/www/mod_extract_forwarded_ap13/pkg-descr @@ -8,6 +8,6 @@ mod_extract_forwarded can be dangerous for host based access control because X-Forwarded-For is easily spoofed. Because of this you can configure which proxies you trust or don't trust. -WWW: http://web.warhound.org/mod_extract_forwarded/ +WWW: http://www.openinfo.co.uk/apache/ - Anders Nordby <anders@fix.no> |