Date: Sun, 3 Apr 2005 14:58:11 +0200 From: "David Le Brun" <david@dyn-ns.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: green@FreeBSD.org Subject: ports/79507: [Maintainer Update] Update audio/gnupod to 0.98 Message-ID: <1112533091.0@canelle.lan> Resent-Message-ID: <200504031300.j33D0MFe003181@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79507 >Category: ports >Synopsis: [Maintainer Update] Update audio/gnupod to 0.98 >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: Sun Apr 03 13:00:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: David Le Brun >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD 5.3-STABLE #11: Sun Oct 24 23:38:26 CEST 2004 root@canelle.lan:/usr/src/sys/i386/compile/CANELLE >Description: Update to 0.98: - iPod-Shuffle support - write more tags for .m4a files - MIDI files support - bugfixes >How-To-Repeat: >Fix: --- gnupod.patch begins here --- diff -ruN gnupod.old/Makefile gnupod/Makefile --- gnupod.old/Makefile Sun Nov 28 17:10:02 2004 +++ gnupod/Makefile Sun Apr 3 14:44:05 2005 @@ -6,7 +6,7 @@ # PORTNAME= gnupod -PORTVERSION= 0.96 +PORTVERSION= 0.98 CATEGORIES= audio perl5 MASTER_SITES= http://savannah.gnu.org/download/gnupod/ \ http://blinkenlights.ch/gnupod-dist/stable/ @@ -39,8 +39,10 @@ post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/doc/gnupodrc.example ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/gnutunesdb.example ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/gnupod.html ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/doc/mkspl.html ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/gnupod.texi ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/fdl.texi ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/version.texi ${DOCSDIR} diff -ruN gnupod.old/distinfo gnupod/distinfo --- gnupod.old/distinfo Sun Nov 28 17:10:02 2004 +++ gnupod/distinfo Sun Apr 3 14:44:11 2005 @@ -1,2 +1,2 @@ -MD5 (gnupod-0.96.tgz) = eb196a2d41107b99a10363f174b696c2 -SIZE (gnupod-0.96.tgz) = 143338 +MD5 (gnupod-0.98.tgz) = 2c1a8bdc636a5a7bb6fac0d0fa53c10d +SIZE (gnupod-0.98.tgz) = 150011 diff -ruN gnupod.old/pkg-plist gnupod/pkg-plist --- gnupod.old/pkg-plist Sun Nov 28 17:10:02 2004 +++ gnupod/pkg-plist Sun Apr 3 14:43:53 2005 @@ -2,6 +2,7 @@ bin/gnupod_addsong.pl bin/gnupod_check.pl bin/gnupod_convert_FLAC.pl +bin/gnupod_convert_MIDI.pl bin/gnupod_convert_OGG.pl bin/gnupod_otgsync.pl bin/gnupod_search.pl @@ -13,8 +14,10 @@ %%SITE_PERL%%/%%PERL_ARCH%%/GNUpod/QTfile.pm %%SITE_PERL%%/%%PERL_ARCH%%/GNUpod/XMLhelper.pm %%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/gnupodrc.example %%PORTDOCS%%%%DOCSDIR%%/gnutunesdb.example %%PORTDOCS%%%%DOCSDIR%%/gnupod.html +%%PORTDOCS%%%%DOCSDIR%%/mkspl.html %%PORTDOCS%%%%DOCSDIR%%/gnupod.texi %%PORTDOCS%%%%DOCSDIR%%/fdl.texi %%PORTDOCS%%%%DOCSDIR%%/version.texi --- 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?1112533091.0>