svn commit: r491710 - head/audio/ripit

Steve Wills swills at FreeBSD.org
Thu Jan 31 11:56:32 UTC 2019


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 at 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 at 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


More information about the svn-ports-head mailing list