Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Nov 2017 01:25:36 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454860 - in head/audio: p5-MusicBrainz-DiscID ripit
Message-ID:  <201711250125.vAP1PaWI032497@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Sat Nov 25 01:25:36 2017
New Revision: 454860
URL: https://svnweb.freebsd.org/changeset/ports/454860

Log:
  audio/p5-MusicBrainz-DiscID: Update to 0.04
  
  - Take maintainership
  - Bump PORTREVISION of ports depending on this port
  - Added USES=localbase to work around an issue where the Makefile.PL
    pkgconfig check was finding that the discid check required the
    CFLAGS+=-I/usr/local/include, but was not adding it to the Makefile.
  
  Changes this release:
    http://cpansearch.perl.org/src/NJH/MusicBrainz-DiscID-0.04/Changes
  
  PR:		223344
  Approved by:	tobias.rehbein@web.de (previous maintainer)

Modified:
  head/audio/p5-MusicBrainz-DiscID/Makefile
  head/audio/p5-MusicBrainz-DiscID/distinfo
  head/audio/ripit/Makefile

Modified: head/audio/p5-MusicBrainz-DiscID/Makefile
==============================================================================
--- head/audio/p5-MusicBrainz-DiscID/Makefile	Sat Nov 25 01:07:10 2017	(r454859)
+++ head/audio/p5-MusicBrainz-DiscID/Makefile	Sat Nov 25 01:25:36 2017	(r454860)
@@ -2,20 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	MusicBrainz-DiscID
-PORTVERSION=	0.03
-PORTREVISION=	2
+PORTVERSION=	0.04
 CATEGORIES=	audio perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	tobias.rehbein@web.de
+MAINTAINER=	woodsb02@FreeBSD.org
 COMMENT=	Perl interface for the MusicBrainz libdiscid library
 
+LICENSE=	GPLv2
+
 BUILD_DEPENDS=	p5-Test-Pod>=0:devel/p5-Test-Pod
 LIB_DEPENDS=	libdiscid.so:audio/libdiscid
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		pkgconfig perl5
-USE_PERL5=	modbuild
+USES=		localbase pkgconfig perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/audio/p5-MusicBrainz-DiscID/distinfo
==============================================================================
--- head/audio/p5-MusicBrainz-DiscID/distinfo	Sat Nov 25 01:07:10 2017	(r454859)
+++ head/audio/p5-MusicBrainz-DiscID/distinfo	Sat Nov 25 01:25:36 2017	(r454860)
@@ -1,2 +1,3 @@
-SHA256 (MusicBrainz-DiscID-0.03.tar.gz) = 5002f92fd8f074bccf924752ef171fa11ea2431a634ff60e520a5c3fb080573a
-SIZE (MusicBrainz-DiscID-0.03.tar.gz) = 5343
+TIMESTAMP = 1509460706
+SHA256 (MusicBrainz-DiscID-0.04.tar.gz) = 32f46e6e8aee10e6e3c32095cfe416647e819bcc593a3ff18aad57e6709898c4
+SIZE (MusicBrainz-DiscID-0.04.tar.gz) = 6907

Modified: head/audio/ripit/Makefile
==============================================================================
--- head/audio/ripit/Makefile	Sat Nov 25 01:07:10 2017	(r454859)
+++ head/audio/ripit/Makefile	Sat Nov 25 01:25:36 2017	(r454860)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ripit
 PORTVERSION=	3.9.0
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://www.suwald.com/ripit/
 



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