From owner-svn-ports-all@freebsd.org Fri Mar 18 18:12:09 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 61A77AD5152; Fri, 18 Mar 2016 18:12:09 +0000 (UTC) (envelope-from jbeich@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 338301BAE; Fri, 18 Mar 2016 18:12:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2IIC8vl035818; Fri, 18 Mar 2016 18:12:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2IIC87f035817; Fri, 18 Mar 2016 18:12:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603181812.u2IIC87f035817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 18 Mar 2016 18:12:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r411365 - branches/2016Q1/graphics/graphite2 X-SVN-Group: ports-branches 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.21 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: Fri, 18 Mar 2016 18:12:09 -0000 Author: jbeich Date: Fri Mar 18 18:12:08 2016 New Revision: 411365 URL: https://svnweb.freebsd.org/changeset/ports/411365 Log: MFH: r411364 graphics/graphite2: rely on default EXTRACT_SUFX after r411337 2016Q1 lacks r410613 which leads to the following error: => silnrsi-graphite-1.3.7_GH0.tgz is not in graphics/graphite2/distinfo. => Either graphics/graphite2/distinfo is out of date, or => silnrsi-graphite-1.3.7_GH0.tgz is spelled incorrectly. or ===> Extracting for graphite2-1.3.7 => No SHA256 checksum recorded for silnrsi-graphite-1.3.7_GH0.tgz. => No suitable checksum found for silnrsi-graphite-1.3.7_GH0.tgz. Reported by: mav Pointy hat: jbeich Approved by: ports-secteam bustage blanket Modified: branches/2016Q1/graphics/graphite2/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/graphics/graphite2/Makefile ============================================================================== --- branches/2016Q1/graphics/graphite2/Makefile Fri Mar 18 18:08:24 2016 (r411364) +++ branches/2016Q1/graphics/graphite2/Makefile Fri Mar 18 18:12:08 2016 (r411365) @@ -14,7 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= silnrsi GH_PROJECT= graphite -USES= cmake tar:tgz +USES= cmake USE_LDCONFIG= yes post-patch: