From owner-svn-ports-all@freebsd.org Thu Jan 31 11:56:32 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1F4C135A1A0; Thu, 31 Jan 2019 11:56:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 93F8F89CB3; Thu, 31 Jan 2019 11:56:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F9A97052; Thu, 31 Jan 2019 11:56:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0VBuVfN043305; Thu, 31 Jan 2019 11:56:31 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0VBuV2w043303; Thu, 31 Jan 2019 11:56:31 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201901311156.x0VBuV2w043303@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 31 Jan 2019 11:56:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491710 - head/audio/ripit X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/audio/ripit X-SVN-Commit-Revision: 491710 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 93F8F89CB3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2019 11:56:32 -0000 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