From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 12:10:24 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C27A816A4DF for ; Fri, 7 Jul 2006 12:10:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37A3143D4C for ; Fri, 7 Jul 2006 12:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67CAOQx079868 for ; Fri, 7 Jul 2006 12:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67CANnq079863; Fri, 7 Jul 2006 12:10:23 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 12:10:23 GMT Resent-Message-Id: <200607071210.k67CANnq079863@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Øyvind Møll Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E262A16A4E6 for ; Fri, 7 Jul 2006 12:09:15 +0000 (UTC) (envelope-from oyvindmo@tilt.idi.ntnu.no) Received: from pil.idi.ntnu.no (pil.idi.ntnu.no [129.241.107.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DD4843D46 for ; Fri, 7 Jul 2006 12:09:14 +0000 (GMT) (envelope-from oyvindmo@tilt.idi.ntnu.no) Received: from tilt.idi.ntnu.no (tilt.idi.ntnu.no [129.241.110.47]) by pil.idi.ntnu.no (8.13.6/8.13.1) with ESMTP id k67C9C8g018905 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 7 Jul 2006 14:09:12 +0200 (MEST) Received: (from oyvindmo@localhost) by tilt.idi.ntnu.no (8.13.6/8.13.6/Submit) id k67C8oJj098181; Fri, 7 Jul 2006 14:08:50 +0200 (CEST) (envelope-from oyvindmo) Message-Id: <200607071208.k67C8oJj098181@tilt.idi.ntnu.no> Date: Fri, 7 Jul 2006 14:08:50 +0200 (CEST) From: Øyvind Møll To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: oyvind@moll.no Subject: ports/99883: audio/ripit: update to 3.5.1 [PATCH] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Øyvind Møll List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 12:10:25 -0000 >Number: 99883 >Category: ports >Synopsis: audio/ripit: update to 3.5.1 [PATCH] >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 12:10:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Øyvind Møll >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD tilt.idi.ntnu.no 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri Jun 2 10:29:08 CEST 2006 root@tilt.idi.ntnu.no:/usr/obj/usr/src/sys/GENERIC i386 >Description: The attached patch updates audio/ripit from 3.4 to 3.5.1, and fixes an unfetchable distfile error. I've also removed Perl as a build dependency. >How-To-Repeat: >Fix: Apply the patch to audio/ripit. --- ripit.diff begins here --- diff -uNr ripit.old/Makefile ripit/Makefile --- ripit.old/Makefile Fri Jul 7 14:01:40 2006 +++ ripit/Makefile Fri Jul 7 13:50:38 2006 @@ -6,8 +6,7 @@ # PORTNAME= ripit -PORTVERSION= 3.4 -PORTREVISION= 1 +PORTVERSION= 3.5.1 CATEGORIES= audio MASTER_SITES= http://www.suwald.com/ripit/ @@ -21,18 +20,24 @@ NO_BUILD= yes PLIST_FILES= bin/ripit.pl \ - bin/ripit -USE_PERL5= yes + bin/ripit \ + share/examples/ripit/config +PLIST_DIRS= share/examples/ripit +MAN1= ripit.1 +USE_PERL5_RUN= yes USE_BZIP2= yes post-patch: - @ ${PERL} -pi -ne "s|#!/usr/bin/perl|#!${PERL}|" ${WRKSRC}/ripit.pl + @ ${REINPLACE_CMD} -e "s|#!/usr/bin/perl|#!${PERL}|" ${WRKSRC}/ripit do-install: - @ ${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/ripit ${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.pl ${PREFIX}/bin/ripit + @ ${LN} -s ${PREFIX}/bin/ripit ${PREFIX}/bin/ripit.pl @ ${CAT} ${PKGMESSAGE} .include diff -uNr ripit.old/distinfo ripit/distinfo --- ripit.old/distinfo Tue Dec 6 15:28:32 2005 +++ ripit/distinfo Fri Jul 7 13:02:20 2006 @@ -1,3 +1,3 @@ -MD5 (ripit-3.4.tar.bz2) = 12ae5ecdbb88dce00ccd10f2b51b2b4e -SHA256 (ripit-3.4.tar.bz2) = 56857b13823c9eb507575b5c93486fe4b67a8ec04ea902017a7207a8af73b691 -SIZE (ripit-3.4.tar.bz2) = 44290 +MD5 (ripit-3.5.1.tar.bz2) = 56026c18dd8ddf985326fc1f37ffaa3f +SHA256 (ripit-3.5.1.tar.bz2) = d24b6ceeccfd52038eaad9a20553adf039ad7dbf00f2a0289e2b0ba322f4dedb +SIZE (ripit-3.5.1.tar.bz2) = 52715 --- ripit.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: