Index: branches/2020Q3/audio/p5-CDDB_get/Makefile =================================================================== --- branches/2020Q3/audio/p5-CDDB_get/Makefile (revision 543238) +++ branches/2020Q3/audio/p5-CDDB_get/Makefile (revision 543239) @@ -1,26 +1,28 @@ # Created by: Oyvind Moll # $FreeBSD$ PORTNAME= CDDB_get PORTVERSION= 2.28 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= audio perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FONKIE PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= High-level interface to the Compact Disc Database LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/Copying -PORTSCOUT= skipv:2.28.1 - USES= perl5 shebangfix -SHEBANG_FILES= cddb.pl USE_PERL5= configure + NO_ARCH= yes + +PORTSCOUT= skipv:2.28.1 + +SHEBANG_FILES= cddb.pl .include Index: branches/2020Q3/audio/p5-CDDB_get/files/patch-CDDB__get.pm =================================================================== --- branches/2020Q3/audio/p5-CDDB_get/files/patch-CDDB__get.pm (nonexistent) +++ branches/2020Q3/audio/p5-CDDB_get/files/patch-CDDB__get.pm (revision 543239) @@ -0,0 +1,20 @@ +--- CDDB_get.pm.orig 2012-03-06 18:28:24 UTC ++++ CDDB_get.pm +@@ -66,7 +66,7 @@ my $CDROM_MSF=0x02; + + # 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 @@ CDDB - Read the CDDB entry for an audio CD in your dri + + # 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: branches/2020Q3/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: branches/2020Q3/audio/p5-CDDB_get/files/patch-cddb.pl =================================================================== --- branches/2020Q3/audio/p5-CDDB_get/files/patch-cddb.pl (nonexistent) +++ branches/2020Q3/audio/p5-CDDB_get/files/patch-cddb.pl (revision 543239) @@ -0,0 +1,11 @@ +--- cddb.pl.orig 2005-10-06 06:00:59 UTC ++++ cddb.pl +@@ -85,7 +85,7 @@ $CDDB_get::debug=1 if($option{D}); + # 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: branches/2020Q3/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 Index: branches/2020Q3 =================================================================== --- branches/2020Q3 (revision 543238) +++ branches/2020Q3 (revision 543239) Property changes on: branches/2020Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r543221