aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2008-12-12 03:44:22 +0800
committerbeech <beech@FreeBSD.org>2008-12-12 03:44:22 +0800
commitf1c2d47941a40da62fa3a27e617fcf12f91329b4 (patch)
tree68ac73c4848c913e91570c4d199f9beed1d8b103
parent429701279fdd586387e003f88988f500dfebd8e9 (diff)
downloadfreebsd-ports-gnome-f1c2d47941a40da62fa3a27e617fcf12f91329b4.tar.gz
freebsd-ports-gnome-f1c2d47941a40da62fa3a27e617fcf12f91329b4.tar.zst
freebsd-ports-gnome-f1c2d47941a40da62fa3a27e617fcf12f91329b4.zip
- Update to 1.02
- Change to PORTDOCS and remove pkg-plist PR: ports/129545 Submitted by: SeaD <sead@deep.perm.ru> (maintainer)
-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%%