Date: Tue, 7 Jan 2003 16:15:39 +0100 (CET) From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> To: FreeBSD-gnats-submit@FreeBSD.org Cc: alane@FreeBSD.org Subject: ports/46828: update port: audio/grip to 3.0.4 and add support for cdparanoia Message-ID: <200301071515.h07FFdZH010988@terrorfish.uni.stoert.net>
next in thread | raw e-mail | index | archive | help
>Number: 46828 >Category: ports >Synopsis: update port: audio/grip to 3.0.4 and add support for cdparanoia >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jan 07 07:20:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Simon 'corecode' Schubert >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD terrorfish.uni.stoert.net 5.0-CURRENT FreeBSD 5.0-CURRENT #37: Thu Jan 2 22:36:26 CET 2003 corecode@terrorfish.uni.stoert.net:/usr/obj/athlon/usr/src/sys/TERRORFISH i386 >Description: o update audio/grip to upstream version 3.0.4 o add dependency audio/cdparanoia to enable internal ripper this needs PR ports/46814 to be committed first >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/grip/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 19 Dec 2002 07:35:54 -0000 1.20 +++ Makefile 7 Jan 2003 15:01:26 -0000 @@ -6,7 +6,7 @@ # PORTNAME= grip -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 PORTREVISION= 0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -14,7 +14,8 @@ MAINTAINER= alane@FreeBSD.org -LIB_DEPENDS= id3-3.7.13:${PORTSDIR}/audio/id3lib \ +LIB_DEPENDS= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia \ + id3-3.7.13:${PORTSDIR}/audio/id3lib \ ghttp.1:${PORTSDIR}/www/libghttp USE_X_PREFIX= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/grip/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 19 Dec 2002 07:35:54 -0000 1.10 +++ distinfo 29 Dec 2002 22:40:07 -0000 @@ -1 +1 @@ -MD5 (grip-3.0.3.tar.gz) = b580ca44ed12d478bb6289d09cb7ad38 +MD5 (grip-3.0.4.tar.gz) = f77cdb50c57466ce7a83ccd77918fe8c Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/audio/grip/pkg-plist,v retrieving revision 1.9 diff -u -r1.9 pkg-plist --- pkg-plist 19 Dec 2002 07:35:54 -0000 1.9 +++ pkg-plist 7 Jan 2003 15:07:41 -0000 @@ -81,10 +81,10 @@ share/locale/zh_TW/LC_MESSAGES/grip.mo share/pixmaps/gripicon.png %%PORTDOCS%%@exec /bin/mkdir -p %D/share/gnome/help/grip/C/images -%%PORTDOCS%%@unexec /bin/rmdir %D/share/gnome/help/grip/C/images || true -%%PORTDOCS%%@unexec /bin/rmdir %D/share/gnome/help/grip/C || true -%%PORTDOCS%%@unexec /bin/rmdir %D/share/gnome/help/grip || true -%%PORTDOCS%%@unexec /bin/rmdir %D/share/gnome/help || true -@dirrm share/gnome/apps/Multimedia -@dirrm share/gnome/apps -@dirrm share/gnome +%%PORTDOCS%%@dirrm share/gnome/help/grip/C/images +%%PORTDOCS%%@dirrm share/gnome/help/grip/C +%%PORTDOCS%%@dirrm share/gnome/help/grip +%%PORTDOCS%%@unexec /bin/rmdir %D/share/gnome/help 2>/dev/null || true +@unexec /bin/rmdir %D/share/gnome/apps/Multimedia 2>/dev/null || true +@unexec /bin/rmdir %D/share/gnome/apps 2>/dev/null || true +@unexec /bin/rmdir %D/share/gnome 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301071515.h07FFdZH010988>