Date: Sun, 15 Nov 2015 03:01:02 +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: r401629 - head/audio/mp3lint Message-ID: <201511150301.tAF312Pu055997@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Nov 15 03:01:01 2015 New Revision: 401629 URL: https://svnweb.freebsd.org/changeset/ports/401629 Log: - Add LICENSE_FILE - Add NO_ARCH - Sort PLIST Modified: head/audio/mp3lint/Makefile head/audio/mp3lint/pkg-plist Modified: head/audio/mp3lint/Makefile ============================================================================== --- head/audio/mp3lint/Makefile Sun Nov 15 03:00:57 2015 (r401628) +++ head/audio/mp3lint/Makefile Sun Nov 15 03:01:01 2015 (r401629) @@ -12,10 +12,12 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Configurable tool to check collections of audio files LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 @@ -23,6 +25,6 @@ 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/ +# @${MKDIR} ${WRKSRC}/blib/man5/ .include <bsd.port.mk> Modified: head/audio/mp3lint/pkg-plist ============================================================================== --- head/audio/mp3lint/pkg-plist Sun Nov 15 03:00:57 2015 (r401628) +++ head/audio/mp3lint/pkg-plist Sun Nov 15 03:01:01 2015 (r401629) @@ -1,6 +1,6 @@ bin/mp3lint -bin/mp3lintsum bin/mp3lintskip +bin/mp3lintsum etc/mp3lintrc %%SITE_PERL%%/MP3/Archive/Lint.pm %%SITE_PERL%%/MP3/Archive/Lint/Conf.pm @@ -17,8 +17,8 @@ etc/mp3lintrc %%SITE_PERL%%/MP3/Archive/Lint/Tools/Mp3info.pm %%SITE_PERL%%/MP3/Archive/Lint/Tools/Ogg.pm %%SITE_PERL%%/MP3/Archive/Lint/Tools/Wav.pm -%%PERL5_MAN3%%/mp3lint-tools.3.gz %%PERL5_MAN1%%/mp3lint.1.gz %%PERL5_MAN1%%/mp3lintskip.1.gz %%PERL5_MAN1%%/mp3lintsum.1.gz +%%PERL5_MAN3%%/mp3lint-tools.3.gz man/man5/mp3lintrc.5.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511150301.tAF312Pu055997>