svn commit: r543239 - in branches/2020Q3/audio/p5-CDDB_get: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jul 24 10:14:17 UTC 2020


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>


More information about the svn-ports-all mailing list