From owner-svn-ports-head@freebsd.org Mon Jun 20 18:58:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A37FCAC4677; Mon, 20 Jun 2016 18:58:37 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 5DF6521DC; Mon, 20 Jun 2016 18:58:37 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5KIwa6m059760; Mon, 20 Jun 2016 18:58:36 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5KIwagn059758; Mon, 20 Jun 2016 18:58:36 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201606201858.u5KIwagn059758@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 20 Jun 2016 18:58:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417172 - in head: . audio/faac X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2016 18:58:37 -0000 Author: riggs Date: Mon Jun 20 18:58:36 2016 New Revision: 417172 URL: https://svnweb.freebsd.org/changeset/ports/417172 Log: Update LICENSE* in audio/faac; remove from LEGAL Detailed log: - Remove audio/faac from LEGAL. There is no evidence that faac may not be redistributed on sold media like FreeBSD CDs/DVDs. Other well-established open source organisations arrive at the same conclusion, e.g. Debian: http://metadata.ftp-master.debian.org/changelogs//non-free/f/faac/faac_1.28-6_copyright and, by extension, Ubuntu: https://launchpad.net/ubuntu/trusty/+source/faac/+copyright Arch Linux ships redistributable packages as well: https://www.archlinux.org/packages/?sort=&repo=Extra&q=faac - Add LICENSE* tags in audio/faac - Bump PORTREVISION in audio/faac (package metadata changes) - Pet portlint PR: 209959 Submitted by: takefu@airport.fm Reviewed by: riggs Modified: head/LEGAL head/audio/faac/Makefile Modified: head/LEGAL ============================================================================== --- head/LEGAL Mon Jun 20 18:04:15 2016 (r417171) +++ head/LEGAL Mon Jun 20 18:58:36 2016 (r417172) @@ -84,7 +84,6 @@ etqw* games/linux-etqw-demo-server Red etqw* games/linux-etqw-server Redistribution limited ezmlm-* mail/ezmlm No license -- see http://cr.yp.to/softwarelaw.html ezmlm-* mail/ezmlm-idx No license -- see http://cr.yp.to/softwarelaw.html -faac* audio/faac Restrictive copyright (do not sell for profit) fasta2* biology/fasta May not be sold or incorporated into a commercial product fasta3* biology/fasta3 May not be sold or incorporated into a commercial product festival/festlex_OALD* audio/festlex-oald No commercial use Modified: head/audio/faac/Makefile ============================================================================== --- head/audio/faac/Makefile Mon Jun 20 18:04:15 2016 (r417171) +++ head/audio/faac/Makefile Mon Jun 20 18:58:36 2016 (r417172) @@ -3,18 +3,23 @@ PORTNAME= faac PORTVERSION= 1.28 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= MPEG-2 and MPEG-4 AAC audio encoder -LIB_DEPENDS= libmp4v2.so:multimedia/mp4v2 +LICENSE= GPLv2 LGPL21+ ISO +LICENSE_COMB= multi +LICENSE_NAME_ISO= ISO/IEC14496 +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE_ISO= ${WRKSRC}/README +LICENSE_PERMS_ISO= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -RESTRICTED= Distribution in binary form is prohibited +LIB_DEPENDS= libmp4v2.so:multimedia/mp4v2 -USES= autoreconf dos2unix gmake libtool tar:bzip2 +USES= autoreconf gmake libtool tar:bzip2 INSTALL_TARGET= install-strip GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mp4v2 @@ -25,6 +30,6 @@ USE_LDCONFIG= yes post-patch: @${ECHO_CMD} "" >> ${WRKSRC}/libfaac/psych.h @${REINPLACE_CMD} -e 's|||g' \ - ${WRKSRC}/frontend/main.c \ + ${WRKSRC}/frontend/main.c .include