From jmcoopr@earthlink.net  Wed May 21 13:36:40 2003
Return-Path: <jmcoopr@earthlink.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CF9EC37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 May 2003 13:36:40 -0700 (PDT)
Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3522F43FA3
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 May 2003 13:36:40 -0700 (PDT)
	(envelope-from jmcoopr@earthlink.net)
Received: from 1cust51.tnt1.pullman.wa.da.uu.net ([67.250.113.51] helo=borgdemon.marjoh.org)
	by falcon.mail.pas.earthlink.net with esmtp (Exim 3.33 #1)
	id 19IaKC-0006b5-00
	for FreeBSD-gnats-submit@freebsd.org; Wed, 21 May 2003 13:36:37 -0700
Received: from borgdemon.marjoh.org (localhost [127.0.0.1])
	by borgdemon.marjoh.org (8.12.9/8.12.9) with ESMTP id h4LKaNxK002528
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 May 2003 13:36:23 -0700 (PDT)
	(envelope-from jmcoopr@borgdemon.marjoh.org)
Received: (from root@localhost)
	by borgdemon.marjoh.org (8.12.9/8.12.9/Submit) id h4LKaMpO002527;
	Wed, 21 May 2003 13:36:22 -0700 (PDT)
	(envelope-from jmcoopr)
Message-Id: <200305212036.h4LKaMpO002527@borgdemon.marjoh.org>
Date: Wed, 21 May 2003 13:36:22 -0700 (PDT)
From: John Merryweather Cooper <coop9211@uidaho.edu>
Reply-To: John Merryweather Cooper <coop9211@uidaho.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER UPDATE] Update www/sidplug to 1.1.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         52539
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] Update www/sidplug to 1.1.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 21 13:40:13 PDT 2003
>Closed-Date:    Sat Jun 07 08:54:45 PDT 2003
>Last-Modified:  Sat Jun 07 08:54:45 PDT 2003
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD borgdemon.marjoh.org 4.8-STABLE FreeBSD 4.8-STABLE #106: Wed May 21 12:57:59 PDT 2003 root@borgdemon.marjoh.org:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	Update www/sidplug to 1.1.5

>How-To-Repeat:
	N/A
>Fix:

--- update-sidplug-to-1.1.5.patch begins here ---
# This is a patch for sidplug to update it to sidplug-1.1.5
# 
# To apply this patch:
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'applypatch' program with this patch file as input.
#
# If you do not have 'applypatch', it is part of the 'makepatch' package
# that you can fetch from the Comprehensive Perl Archive Network:
# http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
# In the above URL, 'x' should be 2 or higher.
#
# To apply this patch without the use of 'applypatch':
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'patch' program with this file as input.
#
#### End of Preamble ####

#### Patch data follows ####
diff -u 'sidplug/Makefile' 'sidplug-1.1.5/Makefile'
Index: ./Makefile
--- ./Makefile	Sat Mar 29 23:58:34 2003
+++ ./Makefile	Wed May 21 13:32:49 2003
@@ -2,12 +2,11 @@
 # Date created:				14 December 2001
 # Whom:				John Merryweather Cooper <jmcoopr@webmail.bmi.net>
 #
-# $FreeBSD: ports/www/sidplug/Makefile,v 1.3 2003/02/21 14:01:31 knu Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	sidplug
-PORTVERSION=	1.1.4
-PORTREVISION=	1
+PORTVERSION=	1.1.5
 CATEGORIES=	www audio
 MASTER_SITES=	http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
 EXTRACT_SUFX=	.tgz
diff -u 'sidplug/distinfo' 'sidplug-1.1.5/distinfo'
Index: ./distinfo
--- ./distinfo	Wed Jan  9 07:12:11 2002
+++ ./distinfo	Wed May 21 13:28:07 2003
@@ -1 +1 @@
-MD5 (sidplug-1.1.4.tgz) = 7d53f49b1fd04e2d7f57c97dc96dfb25
+MD5 (sidplug-1.1.5.tgz) = 43c44b8562c08a513b9ae38e9b56a30a
#### End of Patch data ####

#### ApplyPatch data follows ####
# Data version        : 1.0
# Date generated      : Wed May 21 13:32:57 2003
# Generated by        : makepatch 2.00
# Recurse directories : Yes
# p 'Makefile' 994 1053549169 0100644
# p 'distinfo' 59 1053548887 0100644
#### End of ApplyPatch data ####

#### End of Patch kit [created: Wed May 21 13:32:57 2003] ####
#### Checksum: 56 1898 12623 ####
--- update-sidplug-to-1.1.5.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: erwin 
State-Changed-When: Sat Jun 7 08:54:28 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

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