Date: Fri, 15 Apr 2005 01:30:30 GMT From: Linh Pham <question+fbsdports@closedsrc.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/79691: Update port: net/bindtest - fixed size and checksum Message-ID: <200504150130.j3F1UUOV066812@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/79691; it has been noted by GNATS. From: Linh Pham <question+fbsdports@closedsrc.org> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Linh Pham <question+fbsdports@closedsrc.org> Subject: Re: ports/79691: Update port: net/bindtest - fixed size and checksum Date: Thu, 14 Apr 2005 18:29:13 -0700 --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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@closedsrc.org http://closedsrc.org/ --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="bindtest-1.56.diff2" 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@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 --OXfL5xGRrasGEqWY--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504150130.j3F1UUOV066812>