From neuhauser@chello.cz  Sun May 16 16:50:22 2004
Return-Path: <neuhauser@chello.cz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3BB2F16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 May 2004 16:50:22 -0700 (PDT)
Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34])
	by mx1.FreeBSD.org (Postfix) with SMTP id BF88D43D41
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 May 2004 16:50:19 -0700 (PDT)
	(envelope-from neuhauser@chello.cz)
Received: (qmail 51994 invoked by uid 0); 16 May 2004 23:50:18 -0000
Received: from r3al16.mistral.cz (HELO isis.wad.cz) (213.220.229.16)
  by smtp.dkm.cz with SMTP; 16 May 2004 23:50:18 -0000
Received: by isis.wad.cz (Postfix, from userid 1001)
	id BB55B2FDA01; Mon, 17 May 2004 01:50:17 +0200 (CEST)
Message-Id: <20040516235017.BB55B2FDA01@isis.wad.cz>
Date: Mon, 17 May 2004 01:50:17 +0200 (CEST)
From: Roman Neuhauser <neuhauser@chello.cz>
Reply-To: Roman Neuhauser <neuhauser@chello.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] audio/playmidi non-fetchable, update to 2.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         66721
>Category:       ports
>Synopsis:       [PATCH] audio/playmidi non-fetchable, update to 2.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 16 17:00:41 PDT 2004
>Closed-Date:    Fri May 21 02:34:24 PDT 2004
>Last-Modified:  Fri May 21 02:34:24 PDT 2004
>Originator:     Roman Neuhauser
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD isis.wad.cz 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #3: Sun Mar 7 02:11:16 CET 2004 root@isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386


	
>Description:
http://people.nl.linux.org/ is gone, sf.net has 2.5 which is 2.4
with bad name (the md5 is the same). I chose to bump PORTVERSION
because that seems less confusing than the port / distfile version
number mismatch alternative.

>How-To-Repeat:
	
>Fix:

	

--- audio::playmidi.distsite.patch begins here ---
Index: audio/playmidi/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/playmidi/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- audio/playmidi/Makefile	17 Nov 2003 21:34:54 -0000	1.21
+++ audio/playmidi/Makefile	16 May 2004 23:41:21 -0000
@@ -6,9 +6,11 @@
 #
 
 PORTNAME=	playmidi
-PORTVERSION=	2.4
+PORTVERSION=	2.5
 CATEGORIES=	audio
-MASTER_SITES=	http://people.nl.linux.org/~diz/playmidi/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	${PORTNAME}
+WRKSRC=		${WRKDIR}/${PORTNAME}-2.4
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	MIDI player
Index: audio/playmidi/distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/playmidi/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- audio/playmidi/distinfo	27 Jan 2004 20:50:56 -0000	1.4
+++ audio/playmidi/distinfo	16 May 2004 23:41:29 -0000
@@ -1,2 +1,2 @@
-MD5 (playmidi-2.4.tar.gz) = ce27bfbc4e122f103bf3d2fe8d253011
-SIZE (playmidi-2.4.tar.gz) = 147687
+MD5 (playmidi-2.5.tar.gz) = ce27bfbc4e122f103bf3d2fe8d253011
+SIZE (playmidi-2.5.tar.gz) = 147687
--- audio::playmidi.distsite.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: vs 
State-Changed-When: Fri May 21 02:33:16 PDT 2004 
State-Changed-Why:  
Committed with modifications, thanks! (I moved the WRKSRC-line 
to pacify portlint). You might want to check why xplaymidi isn't 
enabled. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=66721 
>Unformatted:
