diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-02-05 11:29:38 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-02-05 11:29:38 +0800 |
commit | 92170ba9bd2afb9dd02c5c99d0fbf7bd2c7d1b93 (patch) | |
tree | a4c0e33631c796dc7be488180af6025af570d59d /audio | |
parent | 4a00f174b5c21bafa0e0df84057151f1743182a6 (diff) | |
download | freebsd-ports-gnome-92170ba9bd2afb9dd02c5c99d0fbf7bd2c7d1b93.tar.gz freebsd-ports-gnome-92170ba9bd2afb9dd02c5c99d0fbf7bd2c7d1b93.tar.zst freebsd-ports-gnome-92170ba9bd2afb9dd02c5c99d0fbf7bd2c7d1b93.zip |
- Update to 3.8.2
- Submitter is now maintainer
PR: ports/141943
Submitted by: Tobias Rehbein <tobias.rehbein@web.de>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ripit/Makefile | 16 | ||||
-rw-r--r-- | audio/ripit/distinfo | 6 |
2 files changed, 12 insertions, 10 deletions
diff --git a/audio/ripit/Makefile b/audio/ripit/Makefile index de84edda3e5e..c42977a661d0 100644 --- a/audio/ripit/Makefile +++ b/audio/ripit/Makefile @@ -6,18 +6,20 @@ # PORTNAME= ripit -PORTVERSION= 3.7.0 +PORTVERSION= 3.8.2 CATEGORIES= audio MASTER_SITES= http://www.suwald.com/ripit/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobias.rehbein@web.de COMMENT= A command line audio CD ripper # See pkg-message about other dependencies. -RUN_DEPENDS= ${SITE_PERL}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get -RUN_DEPENDS+= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame -RUN_DEPENDS+= cdparanoia:${PORTSDIR}/audio/cdparanoia +RUN_DEPENDS= ${SITE_PERL}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get \ + ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/WebService/MusicBrainz.pm:${PORTSDIR}/www/p5-WebService-MusicBrainz \ + p5-MusicBrainz-DiscID>=0:${PORTSDIR}/audio/p5-MusicBrainz-DiscID \ + lame:${PORTSDIR}/audio/lame \ + cdparanoia:${PORTSDIR}/audio/cdparanoia \ NO_BUILD= yes PLIST_FILES= bin/ripit @@ -33,7 +35,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${PREFIX}/bin/ripit ${INSTALL_MAN} ${WRKSRC}/ripit.1 ${MAN1PREFIX}/man/man1 .if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} + ${MKDIR} ${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/config ${EXAMPLESDIR}/config .endif diff --git a/audio/ripit/distinfo b/audio/ripit/distinfo index ee98c392c327..153a685627b9 100644 --- a/audio/ripit/distinfo +++ b/audio/ripit/distinfo @@ -1,3 +1,3 @@ -MD5 (ripit-3.7.0.tar.bz2) = f1553013cbc4dfc237e701341ea6182a -SHA256 (ripit-3.7.0.tar.bz2) = 16a8ab0977a8de3231fe35f74be46cf68aef12b81fe0ae3853a21fd6f365b21e -SIZE (ripit-3.7.0.tar.bz2) = 80076 +MD5 (ripit-3.8.2.tar.bz2) = a5b9cb9beb5a663aafc4f163a866c783 +SHA256 (ripit-3.8.2.tar.bz2) = 3270631c6541f87b71b1a3ee230805f86fff3725e722c1245b2429e62163515c +SIZE (ripit-3.8.2.tar.bz2) = 91461 |