Index: head/audio/p5-MusicBrainz-DiscID/Makefile =================================================================== --- head/audio/p5-MusicBrainz-DiscID/Makefile (revision 454859) +++ head/audio/p5-MusicBrainz-DiscID/Makefile (revision 454860) @@ -1,21 +1,22 @@ # Created by: Tobias Rehbein # $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 Index: head/audio/p5-MusicBrainz-DiscID/distinfo =================================================================== --- head/audio/p5-MusicBrainz-DiscID/distinfo (revision 454859) +++ head/audio/p5-MusicBrainz-DiscID/distinfo (revision 454860) @@ -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 Index: head/audio/ripit/Makefile =================================================================== --- head/audio/ripit/Makefile (revision 454859) +++ head/audio/ripit/Makefile (revision 454860) @@ -1,36 +1,36 @@ # Created by: oyvindmo@initio.no # $FreeBSD$ PORTNAME= ripit PORTVERSION= 3.9.0 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= audio MASTER_SITES= http://www.suwald.com/ripit/ MAINTAINER= tobias.rehbein@web.de COMMENT= Command line audio CD ripper LICENSE= GPLv2 # See pkg-message about other dependencies. RUN_DEPENDS= p5-CDDB_get>=0:audio/p5-CDDB_get \ p5-libwww>=0:www/p5-libwww \ p5-WebService-MusicBrainz>=0:www/p5-WebService-MusicBrainz \ p5-MusicBrainz-DiscID>=0:audio/p5-MusicBrainz-DiscID \ lame:audio/lame \ cdparanoia:audio/cdparanoia USES= perl5 shebangfix tar:bzip2 NO_BUILD= yes USE_PERL5= run SHEBANG_FILES= ripit.pl OPTIONS_DEFINE= EXAMPLES do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${STAGEDIR}${PREFIX}/bin/ripit ${INSTALL_MAN} ${WRKSRC}/ripit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/config ${STAGEDIR}${EXAMPLESDIR}/config .include