Date: Sat, 17 Nov 2018 17:31:28 +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: r485151 - head/audio/mp3lint Message-ID: <201811171731.wAHHVSr7064611@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 17 17:31:28 2018 New Revision: 485151 URL: https://svnweb.freebsd.org/changeset/ports/485151 Log: Update MASTER_SITES - Change the way *_DEPENDS are set - Clean up Makefile Modified: head/audio/mp3lint/Makefile Modified: head/audio/mp3lint/Makefile ============================================================================== --- head/audio/mp3lint/Makefile Sat Nov 17 17:31:20 2018 (r485150) +++ head/audio/mp3lint/Makefile Sat Nov 17 17:31:28 2018 (r485151) @@ -5,7 +5,7 @@ PORTNAME= mp3lint PORTVERSION= 0.9 PORTREVISION= 1 CATEGORIES= audio perl5 -MASTER_SITES= http://erislabs.net/ianb/projects/${PORTNAME}/ \ +MASTER_SITES= https://erislabs.net/ianb/projects/mp3lint/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org @@ -14,17 +14,15 @@ COMMENT= Configurable tool to check collections of aud LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= libmp3-archive-perl>=0:audio/libmp3-archive-perl -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= libmp3-archive-perl>=0:audio/libmp3-archive-perl -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure +NO_ARCH= yes + post-patch: @${REINPLACE_CMD} -e '/^INSTALLSYSCONFDIR/ s|/etc|${PREFIX}&|' ${WRKSRC}/Makefile.PL -# It fails to build with error message as follows: -# Can't write-open blib/man5/mp3lintrc.5: No such file or directory at /usr/local/lib/perl5/5.xx.y/ExtUtils/Command/MM.pm line zzz. -# @${MKDIR} ${WRKSRC}/blib/man5/ .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811171731.wAHHVSr7064611>