Date: Mon, 11 Jun 2018 09:34:33 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472178 - head/audio/vorbisgain Message-ID: <201806110934.w5B9YXKx039774@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Jun 11 09:34:32 2018 New Revision: 472178 URL: https://svnweb.freebsd.org/changeset/ports/472178 Log: - Pet portlint - Add LICENSE - Add missing dependency - Switch to USES=localbase - Update WWW Approved by: portmgr blanket Modified: head/audio/vorbisgain/Makefile head/audio/vorbisgain/pkg-descr Modified: head/audio/vorbisgain/Makefile ============================================================================== --- head/audio/vorbisgain/Makefile Mon Jun 11 09:12:37 2018 (r472177) +++ head/audio/vorbisgain/Makefile Mon Jun 11 09:34:32 2018 (r472178) @@ -10,18 +10,21 @@ MASTER_SITES= http://sjeng.org/ftp/vorbis/ MAINTAINER= gamato@users.sf.net COMMENT= Calculates the perceived sound level of an Ogg Vorbis file -OPTIONS_DEFINE= RECURSIVE -RECURSIVE_DESC= recursive processing and pattern matching +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libvorbis.so:audio/libvorbis +LIB_DEPENDS= libvorbis.so:audio/libvorbis \ + libogg.so:audio/libogg +USES= localbase:ldflags GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/vorbisgain \ man/man1/vorbisgain.1.gz -RECURSIVE_CONFIGURE_ARGS= --enable-recursive +OPTIONS_DEFINE= RECURSIVE + +RECURSIVE_DESC= recursive processing and pattern matching +RECURSIVE_CONFIGURE_ENABLE= recursive .include <bsd.port.mk> Modified: head/audio/vorbisgain/pkg-descr ============================================================================== --- head/audio/vorbisgain/pkg-descr Mon Jun 11 09:12:37 2018 (r472177) +++ head/audio/vorbisgain/pkg-descr Mon Jun 11 09:34:32 2018 (r472178) @@ -19,4 +19,4 @@ quality compared to a non-VorbisGain'ed file. It needs player support to work. Non-supporting players will play back the files without problems, but you'll miss out on the benefits. -WWW: http://sjeng.org/vorbisgain.html +WWW: https://sjeng.org/vorbisgain.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806110934.w5B9YXKx039774>