svn commit: r485151 - head/audio/mp3lint

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


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 at 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>


More information about the svn-ports-all mailing list