Date: Sat, 17 Nov 2018 17:31:20 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485150 - head/audio/mp3-archive-tools Message-ID: <201811171731.wAHHVKRR063574@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811171731.wAHHVKRR063574>