mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
- Update to 1.02
- Change to PORTDOCS and remove pkg-plist PR: ports/129545 Submitted by: SeaD <sead@deep.perm.ru> (maintainer)
This commit is contained in:
parent
bf20d57e33
commit
7978688d35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224120
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
@ -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%%
|
Loading…
Reference in New Issue
Block a user