Index: audio/p5-CDDB_get/Makefile =================================================================== --- audio/p5-CDDB_get/Makefile (revision 541765) +++ audio/p5-CDDB_get/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= CDDB_get PORTVERSION= 2.28 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= audio perl5 MASTER_SITES= CPAN Index: audio/p5-CDDB_get/files/patch-CDDB__get.pm =================================================================== --- audio/p5-CDDB_get/files/patch-CDDB__get.pm (nonexistent) +++ audio/p5-CDDB_get/files/patch-CDDB__get.pm (working copy) @@ -0,0 +1,20 @@ +--- CDDB_get.pm.orig ++++ CDDB_get.pm +@@ -66,7 +66,7 @@ + + # default config + +-my $CDDB_HOST = "freedb.freedb.org"; ++my $CDDB_HOST = "gnudb.gnudb.org"; + my $CDDB_PORT = 8880; + my $CDDB_MODE = "cddb"; + my $CD_DEVICE = "/dev/cdrom"; +@@ -608,7 +608,7 @@ + + # following variables just need to be declared if different from defaults + +- $config{CDDB_HOST}="freedb.freedb.org"; # set cddb host ++ $config{CDDB_HOST}="gnudb.gnudb.org"; # set cddb host + $config{CDDB_PORT}=8880; # set cddb port + $config{CDDB_MODE}="cddb"; # set cddb mode: cddb or http + $config{CD_DEVICE}="/dev/cdrom"; # set cd device Property changes on: audio/p5-CDDB_get/files/patch-CDDB__get.pm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: audio/p5-CDDB_get/files/patch-cddb.pl =================================================================== --- audio/p5-CDDB_get/files/patch-cddb.pl (nonexistent) +++ audio/p5-CDDB_get/files/patch-cddb.pl (working copy) @@ -0,0 +1,11 @@ +--- cddb.pl.orig ++++ cddb.pl +@@ -85,7 +85,7 @@ + # following variables just need to be declared if different from defaults + # defaults are listed below (cdrom default is os specific) + +-# $config{CDDB_HOST}="freedb.freedb.org"; # set cddb host ++# $config{CDDB_HOST}="gnudb.gnudb.org"; # set cddb host + if($option{H}) { + $config{CDDB_HOST}=$option{H}; + } Property changes on: audio/p5-CDDB_get/files/patch-cddb.pl ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property