Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2016 18:08:24 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411364 - head/graphics/graphite2
Message-ID:  <201603181808.u2II8OKZ032936@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Mar 18 18:08:24 2016
New Revision: 411364
URL: https://svnweb.freebsd.org/changeset/ports/411364

Log:
  graphics/graphite2: rely on default EXTRACT_SUFX after r411337
  
  Mainly to fix 2016Q1 as USES=tar is nop with USE_GITHUB after r410613.
  
  => 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

Modified:
  head/graphics/graphite2/Makefile   (contents, props changed)

Modified: head/graphics/graphite2/Makefile
==============================================================================
--- head/graphics/graphite2/Makefile	Fri Mar 18 18:06:20 2016	(r411363)
+++ head/graphics/graphite2/Makefile	Fri Mar 18 18:08:24 2016	(r411364)
@@ -14,7 +14,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	silnrsi
 GH_PROJECT=	graphite
 
-USES=		cmake tar:tgz
+USES=		cmake
 USE_LDCONFIG=	yes
 
 post-patch:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603181808.u2II8OKZ032936>