aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/pftabled
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-19 20:20:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-19 20:20:43 +0000
commitc84c7ab174f6177d54a7ce1524ead4e43563e5a3 (patch)
tree92f35ff2f6deb74bb0a7af5c7c939ee918f1014c /net-mgmt/pftabled
parent91c4161a6f9b3b36da0d87fc509244b66572e161 (diff)
downloadports-c84c7ab174f6177d54a7ce1524ead4e43563e5a3.tar.gz
ports-c84c7ab174f6177d54a7ce1524ead4e43563e5a3.zip
- Update to 1.0.7
PR: 131813 Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=228683
Diffstat (limited to 'net-mgmt/pftabled')
-rw-r--r--net-mgmt/pftabled/Makefile6
-rw-r--r--net-mgmt/pftabled/distinfo6
-rw-r--r--net-mgmt/pftabled/files/patch-Makefile.in11
-rw-r--r--net-mgmt/pftabled/files/pftabled.in2
4 files changed, 8 insertions, 17 deletions
diff --git a/net-mgmt/pftabled/Makefile b/net-mgmt/pftabled/Makefile
index 581c866f26ee..71da44ce492c 100644
--- a/net-mgmt/pftabled/Makefile
+++ b/net-mgmt/pftabled/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pftabled
-PORTVERSION= 1.06
+PORTVERSION= 1.07
CATEGORIES= net-mgmt
MASTER_SITES= http://www.wolfermann.org/
@@ -14,7 +14,6 @@ MAINTAINER= chifeng@gmail.com
COMMENT= The pftabled is a tool to manage your pf tables remotely
USE_RC_SUBR= pftabled
-
MAN1= pftabled.0
PLIST_FILES= bin/pftabled-client sbin/pftabled
@@ -22,4 +21,7 @@ PLIST_FILES= bin/pftabled-client sbin/pftabled
GNU_CONFIGURE= yes
USE_GMAKE= yes
+post-patch:
+ @${REINPLACE_CMD} -e 's|cat1/pftabled.0|man1/pftabled.0|' ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>
diff --git a/net-mgmt/pftabled/distinfo b/net-mgmt/pftabled/distinfo
index 2502c0d1a426..e9e19a45cd4d 100644
--- a/net-mgmt/pftabled/distinfo
+++ b/net-mgmt/pftabled/distinfo
@@ -1,3 +1,3 @@
-MD5 (pftabled-1.06.tar.gz) = 27946f75ae8c5f93b8c0c9232215a21c
-SHA256 (pftabled-1.06.tar.gz) = 46a82e70433fca3513600c1f70f7d9e488b8b756a3cfe124f32b103b79becc7b
-SIZE (pftabled-1.06.tar.gz) = 45174
+MD5 (pftabled-1.07.tar.gz) = 009734bd7c3d3eccc887abc356707b74
+SHA256 (pftabled-1.07.tar.gz) = bbfa3eb7ab99ff23568066c18d42939f4558484a66434f5c87444ad92c87f816
+SIZE (pftabled-1.07.tar.gz) = 51071
diff --git a/net-mgmt/pftabled/files/patch-Makefile.in b/net-mgmt/pftabled/files/patch-Makefile.in
deleted file mode 100644
index 48e2f08e1887..000000000000
--- a/net-mgmt/pftabled/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Tue Nov 21 14:31:41 2006
-+++ Makefile.in Tue Nov 21 14:33:13 2006
-@@ -35,7 +35,7 @@
-
- server-install: pftabled pftabled.cat1
- ${INSTALL} -s -m 555 pftabled ${sbindir}
-- ${INSTALL} -m 444 pftabled.cat1 ${mandir}/cat1/pftabled.0
-+ ${INSTALL} -m 444 pftabled.cat1 ${mandir}/man1/pftabled.0
-
- client-install: pftabled-client
- ${INSTALL} -s -m 555 pftabled-client ${bindir}
diff --git a/net-mgmt/pftabled/files/pftabled.in b/net-mgmt/pftabled/files/pftabled.in
index 1e8110aaf3f7..57c80bfb969a 100644
--- a/net-mgmt/pftabled/files/pftabled.in
+++ b/net-mgmt/pftabled/files/pftabled.in
@@ -22,7 +22,7 @@ rcvar=${name}_enable
load_rc_config $name
: ${pftabled_enable="NO"}
-: ${pftabled_flags=""}
+: ${pftabled_flags="-d"}
command="%%PREFIX%%/sbin/${name}"