- Update to 0.07
PR: ports/108337 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
This commit is contained in:
parent
89a7f1de8a
commit
4c02a4507d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183302
3 changed files with 14 additions and 7 deletions
|
@ -6,17 +6,19 @@
|
|||
#
|
||||
|
||||
PORTNAME= isic
|
||||
PORTVERSION= 0.06
|
||||
PORTVERSION= 0.07
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://www.packetfactory.net/Projects/ISIC/ \
|
||||
http://www.packetstormsecurity.org/UNIX/misc/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= wxs@atarininja.org
|
||||
COMMENT= IP Stack Integrity Checker
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= isic.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (isic-0.06.tgz) = 289304088b6bd34008449ec20b3af423
|
||||
SHA256 (isic-0.06.tgz) = e198c4061798d47fd4b00f9f90cd56336145e551ca763571c2023624dfa7bc5f
|
||||
SIZE (isic-0.06.tgz) = 27611
|
||||
MD5 (isic-0.07.tgz) = 29f70c9bde9aa9128b8f7e66a315f9a4
|
||||
SHA256 (isic-0.07.tgz) = e033c53e03e26a4c72b723e2a5a1c433ee70eb4d23a1ba0d7d7e14ee1a80429d
|
||||
SIZE (isic-0.07.tgz) = 39823
|
||||
|
|
|
@ -3,3 +3,8 @@ bin/tcpsic
|
|||
bin/udpsic
|
||||
bin/icmpsic
|
||||
bin/esic
|
||||
bin/multisic
|
||||
bin/isic6
|
||||
bin/tcpsic6
|
||||
bin/udpsic6
|
||||
bin/icmpsic6
|
||||
|
|
Loading…
Reference in a new issue