Date: Sat, 19 Nov 2005 16:09:04 +0100 From: "David Le Brun" <david@dyn-ns.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: advocacy/89283: [Maintainer Update] audio/gnupod Update to 0.98.3 Message-ID: <1132412944.0@canelle.lan> Resent-Message-ID: <200511191510.jAJFAMDq030974@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 89283 >Category: advocacy >Synopsis: [Maintainer Update] audio/gnupod Update to 0.98.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-advocacy >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Nov 19 15:10:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: David Le Brun >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD 6.0-STABLE #1: Wed Nov 2 23:09:46 CET 2005 root@canelle.lan:/usr/obj/usr/src/sys/CANELLE >Description: Fixes: * Avoid Problems with iTunes5 (Out-of memory) and Podcasts * gnupod_addsong.pl can now extract and download podcasts from .rss files. gnupod requires Perl 5.8 or above >How-To-Repeat: >Fix: --- gnupod.patch begins here --- diff -ruN gnupod.old/Makefile gnupod/Makefile --- gnupod.old/Makefile Sun Apr 3 23:02:32 2005 +++ gnupod/Makefile Sat Nov 19 16:04:25 2005 @@ -6,7 +6,7 @@ # PORTNAME= gnupod -PORTVERSION= 0.98 +PORTVERSION= 0.98.3 CATEGORIES= audio perl5 MASTER_SITES= http://savannah.gnu.org/download/gnupod/ \ http://blinkenlights.ch/gnupod-dist/stable/ @@ -35,6 +35,12 @@ CONFIGURE_ARGS= --prefix=${PREFIX} CONFIGURE_ENV= ac_cv_path_PERL=${PERL} +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= gnupod only support perl 5.8 or above +.endif + .ifndef(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} @@ -49,4 +55,4 @@ @${INSTALL_DATA} ${WRKSRC}/doc/ipod.svg ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff -ruN gnupod.old/distinfo gnupod/distinfo --- gnupod.old/distinfo Sun Apr 3 23:02:32 2005 +++ gnupod/distinfo Sat Nov 19 15:55:36 2005 @@ -1,2 +1,3 @@ -MD5 (gnupod-0.98.tgz) = 2c1a8bdc636a5a7bb6fac0d0fa53c10d -SIZE (gnupod-0.98.tgz) = 150011 +MD5 (gnupod-0.98.3.tgz) = a2db678aa2098a5b019fc3e4dc380afc +SHA256 (gnupod-0.98.3.tgz) = 8d779e7bfa685f1939c5b407c15d998796eca583bbbd81fb77b92f2309dafc85 +SIZE (gnupod-0.98.3.tgz) = 157938 --- gnupod.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1132412944.0>