From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 7 16:48:22 2007 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CCEB16A417; Tue, 7 Aug 2007 16:48:22 +0000 (UTC) (envelope-from stefan@fh-mainz.de) Received: from jack.fh-mainz.de (jack.Fh-Mainz.DE [143.93.107.22]) by mx1.freebsd.org (Postfix) with SMTP id C21B113C45D; Tue, 7 Aug 2007 16:48:11 +0000 (UTC) (envelope-from stefan@fh-mainz.de) Received: from jack.fh-mainz.de (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id B28AD7FC38B; Tue, 7 Aug 2007 18:21:43 +0200 (CEST) Received: from gogswana.fh-mainz.de (unknown [143.93.107.244]) by jack.fh-mainz.de (Postfix) with ESMTP id 9A7457FC3A9; Tue, 7 Aug 2007 18:21:43 +0200 (CEST) Message-ID: <46B89C17.40700@fh-mainz.de> Date: Tue, 07 Aug 2007 18:21:43 +0200 From: Stefan Pauly Organization: Fachhochschule Mainz / ZIK, Holzstrasse 36, D-55116 Mainz User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.6) Gecko/20070803 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <200708061430.l76EU1Ym044354@freefall.freebsd.org> In-Reply-To: <200708061430.l76EU1Ym044354@freefall.freebsd.org> Phone: +49 6131 2859 182 Fax: +49 6131 2859 180 X-URL: http://www.fh-mainz.de/ X-Face: "I:-thelhwa/ku<; {cyIE}^y%Bjqzn{S1~[ks$'~k1^Y]*e%tyINnc~ugVb^}gSwAr@1Csb 0rEHsj/S#91Q~GTdnB'QbdYTH4 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2007 16:48:22 -0000 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--