diff options
author | tj <tj@FreeBSD.org> | 2012-12-10 01:57:29 +0800 |
---|---|---|
committer | tj <tj@FreeBSD.org> | 2012-12-10 01:57:29 +0800 |
commit | adbc12d896354f60008925cb1ba8764628051e69 (patch) | |
tree | e42e5e1cbc76e3be14be6ef7258a1bcfb2f2dcf7 /www | |
parent | ee5b69912915fd4a5454c4c78e7c518a36329247 (diff) | |
download | freebsd-ports-gnome-adbc12d896354f60008925cb1ba8764628051e69.tar.gz freebsd-ports-gnome-adbc12d896354f60008925cb1ba8764628051e69.tar.zst freebsd-ports-gnome-adbc12d896354f60008925cb1ba8764628051e69.zip |
Update to 0.5.0.
Changes:
http://modmellon.googlecode.com/svn/tags/v0.5.0/mod_mellon2/NEWS
Feature safe: yes
Approved by: eadler, db (mentors, implicit)
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_mellon/Makefile | 7 | ||||
-rw-r--r-- | www/mod_auth_mellon/distinfo | 4 |
2 files changed, 3 insertions, 8 deletions
diff --git a/www/mod_auth_mellon/Makefile b/www/mod_auth_mellon/Makefile index 09254bb90cd9..415b11fb9d8a 100644 --- a/www/mod_auth_mellon/Makefile +++ b/www/mod_auth_mellon/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_auth_mellon -PORTVERSION= 0.3.0 +PORTVERSION= 0.5.0 CATEGORIES= www MASTER_SITES= http://modmellon.googlecode.com/files/ DIST_SUBDIR= apache2 @@ -21,9 +21,4 @@ USE_APACHE= 22 PLIST_FILES= ${APACHEMODDIR}/mod_auth_mellon.so -post-configure: - @${REINPLACE_CMD} -e 's|-pthread|-Wl,-pthread|g' \ - -e 's| -L| -Wl,-L|g' \ - ${WRKSRC}/Makefile - .include <bsd.port.mk> diff --git a/www/mod_auth_mellon/distinfo b/www/mod_auth_mellon/distinfo index 71710fc74004..3fc92f5865f2 100644 --- a/www/mod_auth_mellon/distinfo +++ b/www/mod_auth_mellon/distinfo @@ -1,2 +1,2 @@ -SHA256 (apache2/mod_auth_mellon-0.3.0.tar.gz) = 35e8b93a35e9b88cff7edcb62f9b6f76162cd843e578887de3ba83533a2bd397 -SIZE (apache2/mod_auth_mellon-0.3.0.tar.gz) = 92252 +SHA256 (apache2/mod_auth_mellon-0.5.0.tar.gz) = 39df62f12ea8e64d6a117699e4bef70fed237eba2a3a951755dd898dfe44c25c +SIZE (apache2/mod_auth_mellon-0.5.0.tar.gz) = 106717 |