From owner-svn-ports-all@freebsd.org Thu Sep 1 13:45:58 2016 Return-Path: Delivered-To: svn-ports-all@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 F318FBCB22A; Thu, 1 Sep 2016 13:45:58 +0000 (UTC) (envelope-from amdmi3@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 C41858B9; Thu, 1 Sep 2016 13:45:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81DjwGZ089604; Thu, 1 Sep 2016 13:45:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81DjvPs089603; Thu, 1 Sep 2016 13:45:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609011345.u81DjvPs089603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Sep 2016 13:45:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421217 - head/multimedia/libass 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.22 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: Thu, 01 Sep 2016 13:45:59 -0000 Author: amdmi3 Date: Thu Sep 1 13:45:57 2016 New Revision: 421217 URL: https://svnweb.freebsd.org/changeset/ports/421217 Log: - Add LICENSE_FILE - Remove uneeded GH_ACCOUNT (equals to default value) - Remove bogus USES=tar:xz Approved by: portmgr blanket Modified: head/multimedia/libass/Makefile Modified: head/multimedia/libass/Makefile ============================================================================== --- head/multimedia/libass/Makefile Thu Sep 1 13:43:24 2016 (r421216) +++ head/multimedia/libass/Makefile Thu Sep 1 13:45:57 2016 (r421217) @@ -8,15 +8,15 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Portable ASS/SSA subtitle renderer LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfribidi.so:converters/fribidi \ libfontconfig.so:x11-fonts/fontconfig USE_GITHUB= yes -GH_ACCOUNT= ${PORTNAME} -USES= autoreconf iconv libtool pathfix pkgconfig tar:xz +USES= autoreconf iconv libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes PATHFIX_MAKEFILEIN=Makefile.am