diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-07-06 20:24:34 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-07-06 20:24:34 +0800 |
commit | 7ebd95068177b0a5f714193bc426334d3a3037a0 (patch) | |
tree | a13469a7ba5bf876102f1eb4bff96412387000f9 /www | |
parent | 1aebfc1efb1a954549dabcc9a593577763930ff4 (diff) | |
download | freebsd-ports-gnome-7ebd95068177b0a5f714193bc426334d3a3037a0.tar.gz freebsd-ports-gnome-7ebd95068177b0a5f714193bc426334d3a3037a0.tar.zst freebsd-ports-gnome-7ebd95068177b0a5f714193bc426334d3a3037a0.zip |
Upgrade to 1.13, which fixes basic authentication.
Diffstat (limited to 'www')
-rw-r--r-- | www/webfs/Makefile | 4 | ||||
-rw-r--r-- | www/webfs/distinfo | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/www/webfs/Makefile b/www/webfs/Makefile index 34671f452e14..6daae6fc152b 100644 --- a/www/webfs/Makefile +++ b/www/webfs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= webfs -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= www ipv6 MASTER_SITES= http://bytesex.org/misc/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -25,8 +25,6 @@ BROKEN= "Requires FreeBSD 4.x or greater due to ipv6 support" do-configure: @${PERL} -pi.orig -e 's|/etc/mime.types|${MIMEFILE}|' ${WRKSRC}/Makefile -# author forgot to bump the revision number - @${PERL} -pi.orig -e 's|1.9|1.10|' ${WRKSRC}/main.c do-install: @${INSTALL_PROGRAM} ${WRKSRC}/webfsd ${PREFIX}/sbin diff --git a/www/webfs/distinfo b/www/webfs/distinfo index 879e2e840a5c..d325c522b8f1 100644 --- a/www/webfs/distinfo +++ b/www/webfs/distinfo @@ -1 +1 @@ -MD5 (webfs_1.12.tar.gz) = 12300cffd955a99b283ba00892c7dd90 +MD5 (webfs_1.13.tar.gz) = 6972771708a4a7a84a80df8e43d0592e |