svn commit: r485150 - head/audio/mp3-archive-tools

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 17 17:31:26 UTC 2018


Author: sunpoet
Date: Sat Nov 17 17:31:20 2018
New Revision: 485150
URL: https://svnweb.freebsd.org/changeset/ports/485150

Log:
  Update MASTER_SITES
  
  - Change the way *_DEPENDS are set

Modified:
  head/audio/mp3-archive-tools/Makefile

Modified: head/audio/mp3-archive-tools/Makefile
==============================================================================
--- head/audio/mp3-archive-tools/Makefile	Sat Nov 17 17:31:12 2018	(r485149)
+++ head/audio/mp3-archive-tools/Makefile	Sat Nov 17 17:31:20 2018	(r485150)
@@ -5,7 +5,7 @@ PORTNAME=	mp3-archive-tools
 PORTVERSION=	0.9
 PORTREVISION=	2
 CATEGORIES=	audio
-MASTER_SITES=	http://erislabs.net/ianb/projects/${PORTNAME}/ \
+MASTER_SITES=	https://erislabs.net/ianb/projects/mp3-archive-tools/ \
 		LOCAL/sunpoet
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -14,12 +14,13 @@ COMMENT=	Set of tools to ease organising a collection 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	libmp3-archive-perl>=0:audio/libmp3-archive-perl \
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	libmp3-archive-perl>=0:audio/libmp3-archive-perl \
 		p5-MP3-Tag>=0:audio/p5-MP3-Tag
-RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-NO_ARCH=	yes
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list