From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 15 01:29:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D017316A4CE; Fri, 15 Apr 2005 01:29:20 +0000 (GMT) Received: from q.closedsrc.org (ip233.gte244.dsl-acs2.sea.iinet.com [209.20.244.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7050C43D4C; Fri, 15 Apr 2005 01:29:20 +0000 (GMT) (envelope-from question+fbsdports@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1001) id 0370345040; Thu, 14 Apr 2005 18:29:13 -0700 (PDT) Date: Thu, 14 Apr 2005 18:29:13 -0700 From: Linh Pham To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20050415012913.GA7926@q.internal.closedsrc.org> References: <20050408173306.71C2E45040@q.closedsrc.org> <200504081740.j38He3S2045906@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="OXfL5xGRrasGEqWY" Content-Disposition: inline In-Reply-To: <200504081740.j38He3S2045906@freefall.freebsd.org> Organization: closedsrc.org Mail-Copies-To: poster X-PGP-Key: http://closedsrc.org/~question/pubkey.asc User-Agent: Mutt/1.5.9i cc: Linh Pham Subject: Re: ports/79691: Update port: net/bindtest - fixed size and checksum X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2005 01:29:21 -0000 --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--