diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-01-31 11:56:30 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-01-31 11:56:30 +0000 |
commit | a4dfcb36cd6ed17632d8d0a2ac8004ac05dcf969 (patch) | |
tree | c9fb5a15ae9445d07fa16cf16972f5bd557d49d2 | |
parent | dac7957e58712bf9dba0d3d5dee24eb37f2ddbb4 (diff) | |
download | freebsd-ports-a4dfcb36cd6ed17632d8d0a2ac8004ac05dcf969.zip |
audio/ripit: replace upstream
PR: 235334
Submitted by: tobias.rehbein@web.de (maintainer)
-rw-r--r-- | audio/ripit/Makefile | 8 | ||||
-rw-r--r-- | audio/ripit/pkg-descr | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/audio/ripit/Makefile b/audio/ripit/Makefile index c45974ccb7b3..4115d47aaadc 100644 --- a/audio/ripit/Makefile +++ b/audio/ripit/Makefile @@ -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 diff --git a/audio/ripit/pkg-descr b/audio/ripit/pkg-descr index 7a65a7ef8a90..54eab7903929 100644 --- a/audio/ripit/pkg-descr +++ b/audio/ripit/pkg-descr @@ -15,4 +15,4 @@ The program will do the following without user intervention: * 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 |