Date: Sat, 18 Jun 2016 11:27:40 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417060 - head/audio/faad Message-ID: <201606181127.u5IBReD3014364@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sat Jun 18 11:27:40 2016 New Revision: 417060 URL: https://svnweb.freebsd.org/changeset/ports/417060 Log: Add LICENSE*, minor cleanups, bump PORTREVISION PR: 209960 Submitted by: takefu@airport.fm Reviewed by: riggs Modified: head/audio/faad/Makefile Modified: head/audio/faad/Makefile ============================================================================== --- head/audio/faad/Makefile Sat Jun 18 10:44:36 2016 (r417059) +++ head/audio/faad/Makefile Sat Jun 18 11:27:40 2016 (r417060) @@ -3,7 +3,7 @@ PORTNAME= faad2 PORTVERSION= 2.7 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION} @@ -11,7 +11,10 @@ MASTER_SITES= SF/faac/${PORTNAME}-src/${ MAINTAINER= multimedia@FreeBSD.org COMMENT= MPEG-2 and MPEG-4 AAC audio decoder -USES= autoreconf dos2unix gmake libtool tar:bzip2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= autoreconf gmake libtool tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606181127.u5IBReD3014364>