From nobody@FreeBSD.org  Mon Jul  2 07:09:48 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id A47CD16A421
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  2 Jul 2007 07:09:48 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 9695F13C465
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  2 Jul 2007 07:09:48 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l6279mFL035306
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 2 Jul 2007 07:09:48 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l6279m11035305;
	Mon, 2 Jul 2007 07:09:48 GMT
	(envelope-from nobody)
Message-Id: <200707020709.l6279m11035305@www.freebsd.org>
Date: Mon, 2 Jul 2007 07:09:48 GMT
From: "Bradley W. Dutton" <brad@duttonbros.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] audio/ripit port update
X-Send-Pr-Version: www-3.0

>Number:         114209
>Category:       ports
>Synopsis:       [patch] audio/ripit port update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 02 07:10:04 GMT 2007
>Closed-Date:    Mon Jul 16 13:56:55 GMT 2007
>Last-Modified:  Mon Jul 16 14:00:08 GMT 2007
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Wed Jul 4 13:30:12 UTC 2007 
State-Changed-Why:  
Ask for maintainer approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114209 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jul 16 13:56:54 UTC 2007 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114209 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114209: commit references a PR
Date: Mon, 16 Jul 2007 13:56:44 +0000 (UTC)

 miwi        2007-07-16 13:56:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/ripit          Makefile distinfo 
   Log:
   - Update to 3.6.0
   - USE NOPORTEXAMLES
   
   PR:             114209
   Submitted by:   Bradley W. Dutton <brad@duttonbros.com>
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.25      +8 -9      ports/audio/ripit/Makefile
   1.12      +3 -3      ports/audio/ripit/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
