From owner-freebsd-bugs Mon Feb 26 12:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B600C37B67D for ; Mon, 26 Feb 2001 12:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1QKK1c15394; Mon, 26 Feb 2001 12:20:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 76BA437B4EC for ; Mon, 26 Feb 2001 12:12:30 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1QKCUx13977; Mon, 26 Feb 2001 12:12:30 -0800 (PST) (envelope-from nobody) Message-Id: <200102262012.f1QKCUx13977@freefall.freebsd.org> Date: Mon, 26 Feb 2001 12:12:30 -0800 (PST) From: rbt@zort.ca To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/25391: Update Pimp3 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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