View | Details | Raw Unified | Return to bug 97664 | Differences between
and this patch

Collapse All | Expand All

(-)ports/audio/gnupod/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	gnupod
8
PORTNAME=	gnupod
9
PORTVERSION=	0.98.3
9
PORTVERSION=	0.99
10
PORTREVISION=	1
11
CATEGORIES=	audio perl5
10
CATEGORIES=	audio perl5
12
MASTER_SITES=	${MASTER_SITE_SAVANNAH} \
11
MASTER_SITES=	${MASTER_SITE_SAVANNAH} \
13
		http://blinkenlights.ch/gnupod-dist/stable/
12
		http://blinkenlights.ch/gnupod-dist/stable/
(-)ports/audio/gnupod/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (gnupod-0.98.3.tgz) = a2db678aa2098a5b019fc3e4dc380afc
1
MD5 (gnupod-0.99.tgz) = 6939b1623a2a700cccdbef0c4d7ae555
2
SHA256 (gnupod-0.98.3.tgz) = 8d779e7bfa685f1939c5b407c15d998796eca583bbbd81fb77b92f2309dafc85
2
SHA256 (gnupod-0.99.tgz) = 2c25c8e2ebd2612efddae14079884391195af2cb497f3a501174fd378c7080d4
3
SIZE (gnupod-0.98.3.tgz) = 157938
3
SIZE (gnupod-0.99.tgz) = 164195
(-)ports/audio/gnupod/pkg-plist (-10 / +6 lines)
Lines 1-26 Link Here
1
bin/gnupod_INIT.pl
1
bin/gnupod_INIT.pl
2
bin/gnupod_addsong.pl
2
bin/gnupod_addsong.pl
3
bin/gnupod_check.pl
3
bin/gnupod_check.pl
4
bin/gnupod_convert_APE.pl
4
bin/gnupod_convert_FLAC.pl
5
bin/gnupod_convert_FLAC.pl
5
bin/gnupod_convert_MIDI.pl
6
bin/gnupod_convert_MIDI.pl
6
bin/gnupod_convert_OGG.pl
7
bin/gnupod_convert_OGG.pl
8
bin/gnupod_convert_RIFF.pl
7
bin/gnupod_otgsync.pl
9
bin/gnupod_otgsync.pl
8
bin/gnupod_search.pl
10
bin/gnupod_search.pl
9
bin/mktunes.pl
11
bin/mktunes.pl
10
bin/tunes2pod.pl
12
bin/tunes2pod.pl
11
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/FileMagic.pm
12
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/FooBar.pm
13
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/iTunesDB.pm
14
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/QTfile.pm
15
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/XMLhelper.pm
16
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
13
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
14
%%PORTDOCS%%%%DOCSDIR%%/fdl.texi
15
%%PORTDOCS%%%%DOCSDIR%%/gnupod.html
16
%%PORTDOCS%%%%DOCSDIR%%/gnupod.texi
17
%%PORTDOCS%%%%DOCSDIR%%/gnupodrc.example
17
%%PORTDOCS%%%%DOCSDIR%%/gnupodrc.example
18
%%PORTDOCS%%%%DOCSDIR%%/gnutunesdb.example
18
%%PORTDOCS%%%%DOCSDIR%%/gnutunesdb.example
19
%%PORTDOCS%%%%DOCSDIR%%/gnupod.html
19
%%PORTDOCS%%%%DOCSDIR%%/ipod.svg
20
%%PORTDOCS%%%%DOCSDIR%%/mkspl.html
20
%%PORTDOCS%%%%DOCSDIR%%/mkspl.html
21
%%PORTDOCS%%%%DOCSDIR%%/gnupod.texi
22
%%PORTDOCS%%%%DOCSDIR%%/fdl.texi
23
%%PORTDOCS%%%%DOCSDIR%%/version.texi
21
%%PORTDOCS%%%%DOCSDIR%%/version.texi
24
%%PORTDOCS%%%%DOCSDIR%%/ipod.svg
25
%%PORTDOCS%%@dirrm %%DOCSDIR%%
22
%%PORTDOCS%%@dirrm %%DOCSDIR%%
26
@dirrm lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod

Return to bug 97664