diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-08-05 14:27:11 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-08-05 14:27:11 +0000 |
commit | 080bdd57c2bb39f3af1448c9a90ec91e3a59a1a5 (patch) | |
tree | 9b2312e86a1d5240fd77b144066cf64155195c3e /www/mod_extract_forwarded | |
parent | d19cf21cafcd049f56008416b4b411d1df62efa0 (diff) |
- 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.
Notes
Notes:
svn path=/head/; revision=238993
Diffstat (limited to 'www/mod_extract_forwarded')
-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 |
3 files changed, 11 insertions, 13 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> |