Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2001 12:12:30 -0800 (PST)
From:      rbt@zort.ca
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/25391: Update Pimp3
Message-ID:  <200102262012.f1QKCUx13977@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         25391
>Category:       misc
>Synopsis:       Update Pimp3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 26 12:20:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Rod Taylor
>Release:        
>Organization:
>Environment:
>Description:
Update PIMP3 to new version.  Patch to fix the runtime path for the python binary.

I'm falling way behind in this kind of thing, so if anyone wants to become the new maintainer, please vouch for it.
>How-To-Repeat:

>Fix:
diff -ruN pimp3/Makefile pimp3.new/Makefile
--- pimp3/Makefile	Tue Nov 14 06:00:20 2000
+++ pimp3.new/Makefile	Sun Feb 11 19:52:06 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pimp3
-PORTVERSION=	0.5.7
+PORTVERSION=	0.5.8
 CATEGORIES=	audio
 MASTER_SITES=	ftp://pimp3.sourceforge.net/pub/pimp3/
 
diff -ruN pimp3/distinfo pimp3.new/distinfo
--- pimp3/distinfo	Fri Jun  9 01:40:08 2000
+++ pimp3.new/distinfo	Sun Feb 11 19:16:16 2001
@@ -1 +1 @@
-MD5 (pimp3-0.5.7.tar.gz) = ed76d7323d5685fa23b8aadea824ea8f
+MD5 (pimp3-0.5.8.tar.gz) = 0159abef89ac9d0fbcaf703801cfc3b9
diff -ruN pimp3/files/patch-aa pimp3.new/files/patch-aa
--- pimp3/files/patch-aa	Wed Dec 31 19:00:00 1969
+++ pimp3.new/files/patch-aa	Sun Feb 11 19:18:13 2001
@@ -0,0 +1,8 @@
+--- pimp3.py.orig	Sun Feb 11 19:17:02 2001
++++ pimp3.py	Sun Feb 11 19:17:20 2001
+@@ -1,4 +1,4 @@
+-#! /usr/bin/python
++#! /usr/local/bin/python
+ import sys, getopt, os, string, gdbm, struct, commands
+ programname = 'pimp3'
+ versionnumber = '0.5.8'


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102262012.f1QKCUx13977>