Date: Thu, 31 Jan 2019 11:56:31 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491710 - head/audio/ripit Message-ID: <201901311156.x0VBuV2w043303@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu Jan 31 11:56:30 2019 New Revision: 491710 URL: https://svnweb.freebsd.org/changeset/ports/491710 Log: audio/ripit: replace upstream PR: 235334 Submitted by: tobias.rehbein@web.de (maintainer) Modified: head/audio/ripit/Makefile (contents, props changed) head/audio/ripit/pkg-descr (contents, props changed) Modified: head/audio/ripit/Makefile ============================================================================== --- head/audio/ripit/Makefile Thu Jan 31 11:53:10 2019 (r491709) +++ head/audio/ripit/Makefile Thu Jan 31 11:56:30 2019 (r491710) @@ -3,9 +3,9 @@ PORTNAME= ripit PORTVERSION= 3.9.0 -PORTREVISION?= 2 +PORTREVISION= 3 CATEGORIES= audio -MASTER_SITES= http://www.suwald.com/ripit/ +MASTER_SITES= https://github.com/blabber/${PORTNAME}/releases/download/v${PORTVERSION}/ MAINTAINER= tobias.rehbein@web.de COMMENT= Command line audio CD ripper @@ -21,8 +21,10 @@ RUN_DEPENDS= p5-CDDB_get>=0:audio/p5-CDDB_get \ cdparanoia:audio/cdparanoia USES= perl5 shebangfix tar:bzip2 -NO_BUILD= yes USE_PERL5= run + +NO_BUILD= yes +NO_ARCH= yes SHEBANG_FILES= ripit.pl OPTIONS_DEFINE= EXAMPLES Modified: head/audio/ripit/pkg-descr ============================================================================== --- head/audio/ripit/pkg-descr Thu Jan 31 11:53:10 2019 (r491709) +++ head/audio/ripit/pkg-descr Thu Jan 31 11:56:30 2019 (r491710) @@ -15,4 +15,4 @@ The program will do the following without user interve * optionally creating md5sum files for all tracks * running several encoder processes at the same time and same run -WWW: http://www.suwald.com/ripit/news.php +WWW: https://github.com/blabber/ripit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901311156.x0VBuV2w043303>