From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 7 16:50:11 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4B6016A41A for ; Tue, 7 Aug 2007 16:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C439C13C465 for ; Tue, 7 Aug 2007 16:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l77GoBEG030209 for ; Tue, 7 Aug 2007 16:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l77GoBYR030208; Tue, 7 Aug 2007 16:50:11 GMT (envelope-from gnats) Date: Tue, 7 Aug 2007 16:50:11 GMT Message-Id: <200708071650.l77GoBYR030208@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Stefan Pauly Cc: Subject: Re: ports/115248: [UPDATE PORT] misc/pipe: update to 2.5, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stefan Pauly List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2007 16:50:11 -0000 The following reply was made to PR ports/115248; it has been noted by GNATS. From: Stefan Pauly To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/115248: [UPDATE PORT] misc/pipe: update to 2.5, take maintainership Date: Tue, 07 Aug 2007 18:21:43 +0200 This is a multi-part message in MIME format. --------------070202070907030401010508 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit The version number on sourceforge.net has changed for no particular reason. On August 3rd there was PipeV2-5.zip. Today this file is named PipeV2-45.zip. Size and checksums are the same. The following patch will remedy this. Best regards, Stefan --------------070202070907030401010508 Content-Type: text/x-patch; name="patch-2.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-2.diff" diff -ruN --exclude=CVS ./pipe/Makefile ./pipe.new/Makefile --- ./pipe/Makefile Tue Aug 7 17:25:23 2007 +++ ./pipe.new/Makefile Tue Aug 7 17:25:08 2007 @@ -7,11 +7,11 @@ # PORTNAME= pipe -PORTVERSION= 2.5 +PORTVERSION= 2.4.5 CATEGORIES= misc java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pipe2 -DISTNAME= PipeV2-5 +DISTNAME= PipeV2-45 MAINTAINER= stefan@fh-mainz.de COMMENT= A tool for creating and analysing Petri nets. diff -ruN --exclude=CVS ./pipe/distinfo ./pipe.new/distinfo --- ./pipe/distinfo Tue Aug 7 17:25:23 2007 +++ ./pipe.new/distinfo Tue Aug 7 17:25:08 2007 @@ -1,3 +1,3 @@ -MD5 (PipeV2-5.zip) = 013816a8408745d4a5c4e6f848ec008d -SHA256 (PipeV2-5.zip) = eb73a797d6d251bce0bf7a20ae0fcc98697f37bb2216ee63a8754bf51ec0404b -SIZE (PipeV2-5.zip) = 7508153 +MD5 (PipeV2-45.zip) = 013816a8408745d4a5c4e6f848ec008d +SHA256 (PipeV2-45.zip) = eb73a797d6d251bce0bf7a20ae0fcc98697f37bb2216ee63a8754bf51ec0404b +SIZE (PipeV2-45.zip) = 7508153 --------------070202070907030401010508--