From owner-svn-ports-all@FreeBSD.ORG Sat Dec 13 03:59:20 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0959E2A2; Sat, 13 Dec 2014 03:59:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9862E33; Sat, 13 Dec 2014 03:59:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBD3xJNB089950; Sat, 13 Dec 2014 03:59:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBD3xJA3089949; Sat, 13 Dec 2014 03:59:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201412130359.sBD3xJA3089949@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 13 Dec 2014 03:59:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374613 - head/audio/libmad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2014 03:59:20 -0000 Author: sunpoet Date: Sat Dec 13 03:59:18 2014 New Revision: 374613 URL: https://svnweb.freebsd.org/changeset/ports/374613 QAT: https://qat.redports.org/buildarchive/r374613/ Log: - Add LICENSE Modified: head/audio/libmad/Makefile Modified: head/audio/libmad/Makefile ============================================================================== --- head/audio/libmad/Makefile Sat Dec 13 00:20:07 2014 (r374612) +++ head/audio/libmad/Makefile Sat Dec 13 03:59:18 2014 (r374613) @@ -10,14 +10,16 @@ MASTER_SITES= SF/mad/${PORTNAME}/${PORTV MAINTAINER= sunpoet@FreeBSD.org COMMENT= Libmad library (part of MAD project) +LICENSE= GPLv2 + OPTIONS_DEFINE= SPEED SPEED_DESC= Optimize for speed over accuracy CONFIGURE_ARGS= --disable-debugging --enable-sso GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool USE_LDCONFIG= yes +USES= libtool SUB_LIST= VERSION=${PORTVERSION} SUB_FILES= mad.pc