aboutsummaryrefslogtreecommitdiff
path: root/security/ipguard
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-12-11 19:44:22 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-12-11 19:44:22 +0000
commit7978688d352dc17ded5ff8a94b5bda53d58d4712 (patch)
treeb5bc1c8a535b7e2671243ffa6c8e62229146cb97 /security/ipguard
parentbf20d57e33d1a94c3d91b24c2cceb70b0f391095 (diff)
Notes
Diffstat (limited to 'security/ipguard')
-rw-r--r--security/ipguard/Makefile14
-rw-r--r--security/ipguard/distinfo6
-rw-r--r--security/ipguard/pkg-descr2
-rw-r--r--security/ipguard/pkg-plist9
4 files changed, 10 insertions, 21 deletions
diff --git a/security/ipguard/Makefile b/security/ipguard/Makefile
index 6b12de937827..f49058e556a8 100644
--- a/security/ipguard/Makefile
+++ b/security/ipguard/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= ipguard
-PORTVERSION= 1.00
-PORTREVISION= 1
+PORTVERSION= 1.02
CATEGORIES= security net
MASTER_SITES= http://ipguard.deep.perm.ru/files/ http://deep.perm.ru/files/ipguard/
@@ -18,14 +17,13 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet11/libnet.a:${PORTSDIR}/net/libnet
USE_RC_SUBR= ${PORTNAME}
MAN8= ${PORTNAME}.8
-DOCS= COPYRIGHT NEWS README README.tcpdump README.log ethers.sample rfc826.txt
+PORTDOCS= COPYRIGHT NEWS README README.tcpdump README.log ethers.sample rfc826.txt
+PLIST_FILES= sbin/ipguard
post-install:
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for doc in ${DOCS}
- @${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${DOCSDIR}
-.endfor
+.if !defined(NOPORTDOCS)
+ @${INSTALL} -d ${DOCSDIR}
+ @cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/security/ipguard/distinfo b/security/ipguard/distinfo
index d8e6df8dca67..d84f93a347f9 100644
--- a/security/ipguard/distinfo
+++ b/security/ipguard/distinfo
@@ -1,3 +1,3 @@
-MD5 (ipguard-1.00.tar.gz) = e01642d590a3e34991100e179732a686
-SHA256 (ipguard-1.00.tar.gz) = 39ba935b664a4ac222f49cfc1e82084059fb29063ce7f41d58be80eed0d35b3f
-SIZE (ipguard-1.00.tar.gz) = 25484
+MD5 (ipguard-1.02.tar.gz) = 565c86c547b2a6cab5a8a71be39b11b3
+SHA256 (ipguard-1.02.tar.gz) = 60258a098ea61fb2d093b5ea32432477fa2d887ed18cac41f8d5d42857e1feee
+SIZE (ipguard-1.02.tar.gz) = 25253
diff --git a/security/ipguard/pkg-descr b/security/ipguard/pkg-descr
index 8f11709b4971..beb89947e3b3 100644
--- a/security/ipguard/pkg-descr
+++ b/security/ipguard/pkg-descr
@@ -4,5 +4,5 @@ not listed in 'ethers' file, it will send ARP reply with configured
fake address. This will prevent not permitted host to work properly in
local ethernet segment.
-Author SeaD <sead@deep.perm.ru>
+Author SeaD <sead at deep.perm.ru>
WWW: http://ipguard.deep.perm.ru/
diff --git a/security/ipguard/pkg-plist b/security/ipguard/pkg-plist
deleted file mode 100644
index 8b269f91f71f..000000000000
--- a/security/ipguard/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-sbin/ipguard
-%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/README.tcpdump
-%%PORTDOCS%%%%DOCSDIR%%/README.log
-%%PORTDOCS%%%%DOCSDIR%%/ethers.sample
-%%PORTDOCS%%%%DOCSDIR%%/rfc826.txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%