diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-04-21 13:55:50 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-04-21 13:55:50 +0000 |
commit | 5385121bf690945e06d9191a8026fa74fbf99c10 (patch) | |
tree | 09c2f7d76774f413c112fb7bc5f67080e1ad8700 /net-mgmt/pftabled | |
parent | c2902ebdd2f0afbf27998afd98dc20876a812226 (diff) | |
download | ports-5385121bf690945e06d9191a8026fa74fbf99c10.tar.gz ports-5385121bf690945e06d9191a8026fa74fbf99c10.zip |
Notes
Diffstat (limited to 'net-mgmt/pftabled')
-rw-r--r-- | net-mgmt/pftabled/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/pftabled/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net-mgmt/pftabled/Makefile b/net-mgmt/pftabled/Makefile index 0d8f9c54222e..4b0444cacc57 100644 --- a/net-mgmt/pftabled/Makefile +++ b/net-mgmt/pftabled/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pftabled -PORTVERSION= 1.07 -PORTREVISION= 1 +PORTVERSION= 1.08 CATEGORIES= net-mgmt MASTER_SITES= http://www.wolfermann.org/ @@ -15,7 +14,7 @@ MAINTAINER= chifeng@gmail.com COMMENT= The pftabled is a tool to manage your pf tables remotely USE_RC_SUBR= pftabled -MAN1= pftabled.0 +MAN1= pftabled.0 PLIST_FILES= bin/pftabled-client sbin/pftabled @@ -28,10 +27,11 @@ OPTIONS= PERLC "A Sample Perl Client" On .if !defined(WITHOUT_PERLC) RUN_DEPEND= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 -PLIST_FILES+= bin/pftabled-client.pl +PLIST_FILES+= bin/pftabled-client.pl bin/pftabled-client.py post-install: ${INSTALL_SCRIPT} ${WRKSRC}/pftabled-client.pl ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/pftabled-client.py ${PREFIX}/bin .endif diff --git a/net-mgmt/pftabled/distinfo b/net-mgmt/pftabled/distinfo index e9e19a45cd4d..20e31df4221e 100644 --- a/net-mgmt/pftabled/distinfo +++ b/net-mgmt/pftabled/distinfo @@ -1,3 +1,3 @@ -MD5 (pftabled-1.07.tar.gz) = 009734bd7c3d3eccc887abc356707b74 -SHA256 (pftabled-1.07.tar.gz) = bbfa3eb7ab99ff23568066c18d42939f4558484a66434f5c87444ad92c87f816 -SIZE (pftabled-1.07.tar.gz) = 51071 +MD5 (pftabled-1.08.tar.gz) = 5788cd147f2bc785eacc565e3e8302d4 +SHA256 (pftabled-1.08.tar.gz) = f3a5dc27945d7d2f86845a29b3c91ff8f20b3297c67d289f8e97c1b871e2fe0d +SIZE (pftabled-1.08.tar.gz) = 51637 |