diff options
author | leeym <leeym@FreeBSD.org> | 2003-10-07 08:49:16 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-10-07 08:49:16 +0800 |
commit | 8e26b6498b375b58fb42bc99ca157284eff41fd6 (patch) | |
tree | 9f928018a4f419c7cbe4d798ebabc3d1fabdee79 /www/suphp | |
parent | 1b9237263bd033da866c170db69043634f399a5d (diff) | |
download | freebsd-ports-gnome-8e26b6498b375b58fb42bc99ca157284eff41fd6.tar.gz freebsd-ports-gnome-8e26b6498b375b58fb42bc99ca157284eff41fd6.tar.zst freebsd-ports-gnome-8e26b6498b375b58fb42bc99ca157284eff41fd6.zip |
Update to 0.3.1
PR: 57681
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Release
Diffstat (limited to 'www/suphp')
-rw-r--r-- | www/suphp/Makefile | 7 | ||||
-rw-r--r-- | www/suphp/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile index cfbd071f1935..057ac49a1b98 100644 --- a/www/suphp/Makefile +++ b/www/suphp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= suphp -PORTVERSION= 0.3 +PORTVERSION= 0.3.1 CATEGORIES= www MASTER_SITES= http://www.suphp.org/download/ @@ -49,7 +49,7 @@ CONFIGURE_ARGS+= --disable-checkgid .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/include/apache2/apr.h) -BROKEN= "Doesn't work with Apache 2" +BROKEN= "Doesn't work with Apache 2" .endif show-options: @@ -58,6 +58,9 @@ show-options: pre-everything:: @${MAKE} show-options +post-extract: + @${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT} + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/www/suphp/distinfo b/www/suphp/distinfo index b0eae4971f65..6345cb1e11f6 100644 --- a/www/suphp/distinfo +++ b/www/suphp/distinfo @@ -1 +1 @@ -MD5 (suphp-0.3.tar.gz) = f80d54de6aff5db4ab76670f1c5b3c6d +MD5 (suphp-0.3.1.tar.gz) = edf3063432da532a398d08cc8a48b668 |