ports/123299: audio/gnupod : Update to gnupod 0.99.6
David
david at trucs.org
Thu May 1 14:00:11 UTC 2008
>Number: 123299
>Category: ports
>Synopsis: audio/gnupod : Update to gnupod 0.99.6
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu May 01 14:00:09 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: David Le Brun
>Release: FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD cannelle.lan 7.0-STABLE FreeBSD 7.0-STABLE #3: Sun Mar 2 15:18:43 CET 2008 root at cannelle.lan:/usr/src/sys/i386/compile/CANNELLE i386
>Description:
* Update to the last version 0.99.6
* Add Ogg Vorbis support
* Use Gnu configure and cleanup the Makefile
>How-To-Repeat:
>Fix:
--- gnupod.patch begins here ---
diff -ruN gnupod.old/Makefile gnupod/Makefile
--- gnupod.old/Makefile 2007-09-08 02:51:18.000000000 +0200
+++ gnupod/Makefile 2008-05-01 15:52:18.000000000 +0200
@@ -6,7 +6,7 @@
#
PORTNAME= gnupod
-PORTVERSION= 0.99.2
+PORTVERSION= 0.99.6
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
http://www.blinkenlights.ch/gnupod-dist/stable/
@@ -31,24 +31,24 @@
MANCOMPRESSED= yes
USE_PERL5= 5.8.0+
-HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
NO_BUILD= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} \
- --infodir=${PREFIX}/info \
- --mandir=${MANPREFIX}/man
+CONFIGURE_ARGS= --prefix=${PREFIX}
CONFIGURE_ENV= ac_cv_path_PERL=${PERL}
-OPTIONS= FLAC "Enable FLAC support" off
+OPTIONS= FLAC "Enable FLAC support" off \
+ VORBIS "Enable Ogg Vorbis support" off
.include <bsd.port.pre.mk>
-.if exists(${SITE_PERL}/${PERL_ARCH}/Audio/FLAC/Header.pm)
-WITH_FLAC= YES
+.if defined(WITH_FLAC) || exists(${SITE_PERL}/${PERL_ARCH}/Audio/FLAC/Header.pm)
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Audio/FLAC/Header.pm:${PORTSDIR}/audio/p5-Audio-FLAC-Header
.endif
-.if defined(WITH_FLAC)
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Audio/FLAC/Header.pm:${PORTSDIR}/audio/p5-Audio-FLAC-Header
+.if defined(WITH_VORBIS) || exists(${SITE_PERL}/Ogg/Vorbis/Header/PurePerl.pm)
+BUILD_DEPENDS+= ${SITE_PERL}/Ogg/Vorbis/Header/PurePerl.pm:${PORTSDIR}/audio/p5-Ogg-Vorbis-Header-PurePerl
+BUILD_DEPENDS+= oggdec:${PORTSDIR}/audio/vorbis-tools
.endif
.ifndef(NOPORTDOCS)
diff -ruN gnupod.old/distinfo gnupod/distinfo
--- gnupod.old/distinfo 2007-05-29 09:22:08.000000000 +0200
+++ gnupod/distinfo 2008-05-01 15:07:49.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (gnupod-0.99.2.tgz) = 9e0ce9bf90ade64007e93595a74cd8a7
-SHA256 (gnupod-0.99.2.tgz) = c52bcc63cec709cb3924832ac17b0ca9c75e291ed583858ade4f6ddfdb6de72a
-SIZE (gnupod-0.99.2.tgz) = 173524
+MD5 (gnupod-0.99.6.tgz) = 11e07a56f7c808701a9ec80ff5ceae00
+SHA256 (gnupod-0.99.6.tgz) = 7e5b94583a556d2c2a09c235b8bb145b923dca1ec6031217e044b23a0bc7bfa8
+SIZE (gnupod-0.99.6.tgz) = 195700
diff -ruN gnupod.old/pkg-plist gnupod/pkg-plist
--- gnupod.old/pkg-plist 2006-06-07 14:07:06.000000000 +0200
+++ gnupod/pkg-plist 2008-05-01 15:42:07.000000000 +0200
@@ -10,11 +10,14 @@
bin/gnupod_search.pl
bin/mktunes.pl
bin/tunes2pod.pl
+lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/ArtworkDB.pm
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/FileMagic.pm
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/FooBar.pm
+lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/Hash58.pm
+lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/Mktunes.pm
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/iTunesDB.pm
-lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/lastfm.pm
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/QTfile.pm
+lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/SysInfo.pm
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/XMLhelper.pm
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
%%PORTDOCS%%%%DOCSDIR%%/fdl.texi
--- gnupod.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list