ports/79691: Update port: net/bindtest - fixed size and checksum

Linh Pham question+fbsdports at closedsrc.org
Fri Apr 15 01:29:21 UTC 2005


I have set the MD5 checksum and size for the distfile to IGNORE in
distinfo, added/bumped PORTREVISION, and added IGNOREFILES to Makefile.

I ran portlint against my version of the port and it didn't like the
"extra" IGNOREFILES line in the Makefile... so I don't know if it
doesn't know about it or if I didn't put it in the right location.

Attached is the updated diff against the current version of the port.

Hope it's okay.

-- 
Linh Pham
question+fbsdports at closedsrc.org
http://closedsrc.org/
-------------- next part --------------
diff -ruN /usr/ports/net/bindtest/Makefile bindtest/Makefile
--- /usr/ports/net/bindtest/Makefile	Tue Mar  1 17:39:51 2005
+++ bindtest/Makefile	Thu Apr 14 18:25:35 2005
@@ -7,6 +7,7 @@
 
 PORTNAME=	bindtest
 PORTVERSION=	1.56
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	ftp://ftp.kame.net/pub/kame/misc/ \
 		ftp://sunsite.cnlab-switch.ch/mirror/kame/misc/ \
@@ -14,11 +15,10 @@
 		ftp://ftp.ipv6.uni-leipzig.de/pub/ftp.kame.net/pub/kame/misc/
 DISTNAME=	${PORTNAME}
 EXTRACT_SUFX=	.tgz
+IGNOREFILES=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	janos.mohacsi at bsd.hu
 COMMENT=	Test bind() semantics of IPv6 sockets
-
-BROKEN=		Size mismatch
 
 MAN1=		bindtest.1
 
Binary files /usr/ports/net/bindtest/bindtest.tgz and bindtest/bindtest.tgz differ
diff -ruN /usr/ports/net/bindtest/distinfo bindtest/distinfo
--- /usr/ports/net/bindtest/distinfo	Fri Feb 18 11:03:22 2005
+++ bindtest/distinfo	Thu Apr 14 18:14:34 2005
@@ -1,2 +1,2 @@
-MD5 (bindtest.tgz) = 34da012b719dc07913197d9beea9e71b
-SIZE (bindtest.tgz) = 9569
+MD5 (bindtest.tgz) = IGNORE
+SIZE (bindtest.tbz) = IGNORE


More information about the freebsd-ports-bugs mailing list