Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2020 10:14:16 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r543239 - in branches/2020Q3/audio/p5-CDDB_get: . files
Message-ID:  <202007241014.06OAEG8u088329@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jul 24 10:14:16 2020
New Revision: 543239
URL: https://svnweb.freebsd.org/changeset/ports/543239

Log:
  MFH: r543221
  
  Switch default database to gnudb.gnudb.org
  
  - Bump PORTREVISION for package change
  
  freedb.freedb.org is down, use gnudb.gnudb.org instead.
  
  PR:		247875
  Submitted by:	brooks
  
  Approved by:	ports-secteam (joneum)

Added:
  branches/2020Q3/audio/p5-CDDB_get/files/
     - copied from r543221, head/audio/p5-CDDB_get/files/
Modified:
  branches/2020Q3/audio/p5-CDDB_get/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/audio/p5-CDDB_get/Makefile
==============================================================================
--- branches/2020Q3/audio/p5-CDDB_get/Makefile	Fri Jul 24 10:08:15 2020	(r543238)
+++ branches/2020Q3/audio/p5-CDDB_get/Makefile	Fri Jul 24 10:14:16 2020	(r543239)
@@ -3,7 +3,7 @@
 
 PORTNAME=	CDDB_get
 PORTVERSION=	2.28
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	audio perl5
 MASTER_SITES=	CPAN
@@ -16,11 +16,13 @@ COMMENT=	High-level interface to the Compact Disc Data
 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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007241014.06OAEG8u088329>