Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2007 07:09:48 GMT
From:      "Bradley W. Dutton" <brad@duttonbros.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/114209: [patch] audio/ripit port update
Message-ID:  <200707020709.l6279m11035305@www.freebsd.org>
Resent-Message-ID: <200707020710.l627A5CT059778@freefall.freebsd.org>

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

>Number:         114209
>Category:       ports
>Synopsis:       [patch] audio/ripit port update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 02 07:10:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Bradley W. Dutton
>Release:        6 Stable
>Organization:
>Environment:
FreeBSD backup 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Jun 30 00:53:32 PDT 2007     root@backup:/home/obj/usr/src/sys/BACKUP  i386
>Description:
Here's a patch to bring audio/ripit port up to date with the latest version.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ripit.bak/Makefile ripit/Makefile
--- ripit.bak/Makefile  Sat Sep  2 07:09:24 2006
+++ ripit/Makefile      Sun Jul  1 22:19:39 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      ripit
-PORTVERSION=   3.5.1
+PORTVERSION=   3.6.0
 CATEGORIES=    audio
 MASTER_SITES=  http://www.suwald.com/ripit/
 
@@ -29,16 +29,16 @@
 USE_BZIP2=     yes
 
 post-patch:
-       @ ${REINPLACE_CMD} -e "s|#!/usr/bin/perl|#!${PERL}|" ${WRKSRC}/ripit
+       @ ${REINPLACE_CMD} -e "s|#!/usr/bin/perl|#!${PERL}|" ${WRKSRC}/ripit.pl
 
 do-install:
-       ${INSTALL_SCRIPT} ${WRKSRC}/ripit ${PREFIX}/bin
+       ${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${PREFIX}/bin
        ${INSTALL_MAN} ${WRKSRC}/ripit.1 ${MAN1PREFIX}/man/man1
        ${MKDIR} ${EXAMPLESDIR}
        ${INSTALL_DATA} ${WRKSRC}/config ${EXAMPLESDIR}/config
 
 post-install:
-       @ ${LN} -s ${PREFIX}/bin/ripit ${PREFIX}/bin/ripit.pl
+       @ ${LN} -s ${PREFIX}/bin/ripit.pl ${PREFIX}/bin/ripit
        @ ${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -ruN ripit.bak/distinfo ripit/distinfo
--- ripit.bak/distinfo  Fri Jul  7 10:42:18 2006
+++ ripit/distinfo      Sun Jul  1 22:32:17 2007
@@ -1,3 +1,3 @@
-MD5 (ripit-3.5.1.tar.bz2) = 56026c18dd8ddf985326fc1f37ffaa3f
-SHA256 (ripit-3.5.1.tar.bz2) = d24b6ceeccfd52038eaad9a20553adf039ad7dbf00f2a0289e2b0ba322f4dedb
-SIZE (ripit-3.5.1.tar.bz2) = 52715
+MD5 (ripit-3.6.0.tar.bz2) = 037ddab85cffd0a9519c48679f2e79ef
+SHA256 (ripit-3.6.0.tar.bz2) = 7e84218009cc672a14f041d5a27279bcd9ebac0ca298f6c11ef6cfd053d64a8e
+SIZE (ripit-3.6.0.tar.bz2) = 67702

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



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