Date: Tue, 3 Jan 2006 22:02:36 +0100 From: "David Le Brun" <david@dyn-ns.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/91280: [Maintainer Update] audio/gnupod : Fix pkg-plist (noticed by Kris via pointyhat) Message-ID: <1136322156.39050@canelle.lan> Resent-Message-ID: <200601032110.k03LA33s059051@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 91280 >Category: ports >Synopsis: [Maintainer Update] audio/gnupod : Fix pkg-plist (noticed by Kris via pointyhat) >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: Tue Jan 03 21:10:02 GMT 2006 >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: ===> Building package for gnupod-0.98.3 tar: lib/perl5/site_perl/5.8.7/mach/GNUpod/FileMagic.pm: Cannot stat: No such file or directory tar: lib/perl5/site_perl/5.8.7/mach/GNUpod/FooBar.pm: Cannot stat: No such file or directory tar: lib/perl5/site_perl/5.8.7/mach/GNUpod/iTunesDB.pm: Cannot stat: No such file or directory tar: lib/perl5/site_perl/5.8.7/mach/GNUpod/QTfile.pm: Cannot stat: No such file or directory tar: lib/perl5/site_perl/5.8.7/mach/GNUpod/XMLhelper.pm: Cannot stat: No such file or directory pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/gnupod-0.98.3.tbz >How-To-Repeat: cd /usr/ports/audio/gnupod make package >Fix: --- gnupod.patch begins here --- diff -ruN gnupod.old/Makefile gnupod/Makefile --- gnupod.old/Makefile Tue Nov 22 13:49:05 2005 +++ gnupod/Makefile Tue Jan 3 21:58:28 2006 @@ -7,6 +7,7 @@ PORTNAME= gnupod PORTVERSION= 0.98.3 +PORTREVISION= 1 CATEGORIES= audio perl5 MASTER_SITES= http://savannah.gnu.org/download/gnupod/ \ http://blinkenlights.ch/gnupod-dist/stable/ diff -ruN gnupod.old/pkg-plist gnupod/pkg-plist --- gnupod.old/pkg-plist Sun Apr 3 23:02:32 2005 +++ gnupod/pkg-plist Tue Jan 3 21:56:57 2006 @@ -8,11 +8,11 @@ bin/gnupod_search.pl bin/mktunes.pl bin/tunes2pod.pl -%%SITE_PERL%%/%%PERL_ARCH%%/GNUpod/FileMagic.pm -%%SITE_PERL%%/%%PERL_ARCH%%/GNUpod/FooBar.pm -%%SITE_PERL%%/%%PERL_ARCH%%/GNUpod/iTunesDB.pm -%%SITE_PERL%%/%%PERL_ARCH%%/GNUpod/QTfile.pm -%%SITE_PERL%%/%%PERL_ARCH%%/GNUpod/XMLhelper.pm +lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/FileMagic.pm +lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/FooBar.pm +lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/iTunesDB.pm +lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/QTfile.pm +lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/XMLhelper.pm %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/gnupodrc.example %%PORTDOCS%%%%DOCSDIR%%/gnutunesdb.example @@ -23,4 +23,4 @@ %%PORTDOCS%%%%DOCSDIR%%/version.texi %%PORTDOCS%%%%DOCSDIR%%/ipod.svg %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/GNUpod +@dirrm lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod --- 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?1136322156.39050>