View | Details | Raw Unified | Return to bug 235334 | Differences between
and this patch

Collapse All | Expand All

(-)audio/ripit/Makefile (-2 / +4 lines)
Lines 5-11 Link Here
5
PORTVERSION=	3.9.0
5
PORTVERSION=	3.9.0
6
PORTREVISION?=	2
6
PORTREVISION?=	2
7
CATEGORIES=	audio
7
CATEGORIES=	audio
8
MASTER_SITES=	http://www.suwald.com/ripit/
8
MASTER_SITES=	https://github.com/blabber/${PORTNAME}/releases/download/v${PORTVERSION}/
9
9
10
MAINTAINER=	tobias.rehbein@web.de
10
MAINTAINER=	tobias.rehbein@web.de
11
COMMENT=	Command line audio CD ripper
11
COMMENT=	Command line audio CD ripper
Lines 21-28 Link Here
21
	cdparanoia:audio/cdparanoia
21
	cdparanoia:audio/cdparanoia
22
22
23
USES=		perl5 shebangfix tar:bzip2
23
USES=		perl5 shebangfix tar:bzip2
24
NO_BUILD=	yes
25
USE_PERL5=	run
24
USE_PERL5=	run
25
26
NO_BUILD=	yes
27
NO_ARCH=	yes
26
SHEBANG_FILES=	ripit.pl
28
SHEBANG_FILES=	ripit.pl
27
29
28
OPTIONS_DEFINE=	EXAMPLES
30
OPTIONS_DEFINE=	EXAMPLES

Return to bug 235334