diff options
author | novel <novel@FreeBSD.org> | 2005-05-16 20:25:34 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-05-16 20:25:34 +0800 |
commit | c5e86a2bde1f3111349d9a7d8dd94841966ee3d2 (patch) | |
tree | 5a82869be002ffdbb4dc8b3b16dafb8f0fe5bbd8 /security | |
parent | 46aa479c2130bbea336ad0bb6ea4ea7aa7947033 (diff) | |
download | freebsd-ports-gnome-c5e86a2bde1f3111349d9a7d8dd94841966ee3d2.tar.gz freebsd-ports-gnome-c5e86a2bde1f3111349d9a7d8dd94841966ee3d2.tar.zst freebsd-ports-gnome-c5e86a2bde1f3111349d9a7d8dd94841966ee3d2.zip |
Update to 0.6.1.
PR: 81101
Submitted by: Renato Botelho (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/pfw/Makefile | 4 | ||||
-rw-r--r-- | security/pfw/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/security/pfw/Makefile b/security/pfw/Makefile index 217f58d78ec9..4260d11d9fc3 100644 --- a/security/pfw/Makefile +++ b/security/pfw/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pfw -PORTVERSION= 0.6 +PORTVERSION= 0.6.1 CATEGORIES= security www MASTER_SITES= http://www.allard.nu/pfw/download/ EXTRACT_SUFX= .tgz @@ -16,6 +16,8 @@ COMMENT= A web frontend for the pf firewall RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1//} + USE_PHP= session pcre WANT_PHP_WEB= yes NO_BUILD= yes diff --git a/security/pfw/distinfo b/security/pfw/distinfo index 7a71e3d32e07..75ade4d08bc9 100644 --- a/security/pfw/distinfo +++ b/security/pfw/distinfo @@ -1,2 +1,2 @@ -MD5 (pfw-0.6.tgz) = 67b28218ea1910237221ccda186828b3 -SIZE (pfw-0.6.tgz) = 69960 +MD5 (pfw-0.6.1.tgz) = be45844ebe01f0f992790e10fa3d571b +SIZE (pfw-0.6.1.tgz) = 69996 |