Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2015 15:17:33 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385633 - in head: astro/libosmpbf devel/msgpack graphics/aaphoto graphics/ampasACES-container graphics/ampasCTL graphics/code-eli graphics/dcraw-m graphics/gimp-beautify-plugin graphic...
Message-ID:  <201505071517.t47FHXJq079108@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu May  7 15:17:32 2015
New Revision: 385633
URL: https://svnweb.freebsd.org/changeset/ports/385633

Log:
  Update ports in the games category to not use GH_COMMIT.
  
  With minor cleanups to make things simpler.
  
  With hat:	portmgr
  Sponsored by:	Absolight

Modified:
  head/astro/libosmpbf/Makefile
  head/astro/libosmpbf/distinfo
  head/devel/msgpack/Makefile
  head/devel/msgpack/distinfo
  head/graphics/aaphoto/Makefile
  head/graphics/aaphoto/distinfo
  head/graphics/ampasACES-container/Makefile
  head/graphics/ampasACES-container/distinfo
  head/graphics/ampasCTL/Makefile
  head/graphics/ampasCTL/distinfo
  head/graphics/code-eli/Makefile
  head/graphics/code-eli/distinfo
  head/graphics/dcraw-m/Makefile
  head/graphics/dcraw-m/distinfo
  head/graphics/gimp-beautify-plugin/Makefile
  head/graphics/gimp-beautify-plugin/distinfo
  head/graphics/gimp-lensfun-plugin/Makefile
  head/graphics/gimp-lensfun-plugin/distinfo
  head/graphics/gimp-resynthesizer/Makefile
  head/graphics/gimp-resynthesizer/distinfo
  head/graphics/icat/Makefile
  head/graphics/icat/distinfo
  head/graphics/libepoxy/Makefile
  head/graphics/libepoxy/distinfo
  head/graphics/libspiro/Makefile
  head/graphics/libspiro/distinfo
  head/graphics/libtxc_dxtn/Makefile
  head/graphics/libtxc_dxtn/distinfo
  head/graphics/maim/Makefile
  head/graphics/maim/distinfo
  head/graphics/mozjpeg/Makefile
  head/graphics/mozjpeg/distinfo
  head/graphics/opencollada/Makefile
  head/graphics/opencollada/distinfo
  head/graphics/opencolorio/Makefile
  head/graphics/opencolorio/distinfo
  head/graphics/openimageio/Makefile
  head/graphics/openimageio/distinfo
  head/graphics/openshadinglanguage/Makefile
  head/graphics/openshadinglanguage/distinfo
  head/graphics/partio/Makefile
  head/graphics/partio/distinfo
  head/graphics/pqiv/Makefile
  head/graphics/pqiv/distinfo
  head/graphics/py-gvgen/Makefile
  head/graphics/py-gvgen/distinfo
  head/graphics/py-pillow/Makefile
  head/graphics/py-pillow/distinfo
  head/graphics/sdump/Makefile
  head/graphics/sdump/distinfo
  head/graphics/seq2gif/Makefile
  head/graphics/seq2gif/distinfo
  head/graphics/ttygif/Makefile
  head/graphics/ttygif/distinfo
  head/graphics/viewnior/Makefile
  head/graphics/viewnior/distinfo
  head/graphics/vigra/Makefile
  head/graphics/vigra/distinfo
  head/graphics/xcftools/Makefile
  head/graphics/xcftools/distinfo

Modified: head/astro/libosmpbf/Makefile
==============================================================================
--- head/astro/libosmpbf/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/astro/libosmpbf/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libosmpbf
 PORTVERSION=	1.3.0
+DISTVERSIONPREFIX=	v
 PORTREVISION=	1
 CATEGORIES=	astro geography devel
 
@@ -16,8 +17,6 @@ LIB_DEPENDS=	libprotobuf.so:${PORTSDIR}/
 USE_GITHUB=	yes
 GH_ACCOUNT=	scrosby
 GH_PROJECT=	OSM-binary
-GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	d9be2d1
 
 USES=		gmake
 BUILD_WRKSRC=	${WRKSRC}/src

Modified: head/astro/libosmpbf/distinfo
==============================================================================
--- head/astro/libosmpbf/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/astro/libosmpbf/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (libosmpbf-1.3.0.tar.gz) = 25226cba789292fe2c78c29321afd81d1d083b6f990f6bc4d02b41ff8b1e638f
-SIZE (libosmpbf-1.3.0.tar.gz) = 23774
+SHA256 (scrosby-OSM-binary-v1.3.0_GH0.tar.gz) = c4bb6de92ae52481775ba2a6e8b751eb39dade17a1ee6669d79b694cd5266ff8
+SIZE (scrosby-OSM-binary-v1.3.0_GH0.tar.gz) = 23768

Modified: head/devel/msgpack/Makefile
==============================================================================
--- head/devel/msgpack/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/devel/msgpack/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -2,6 +2,7 @@
 
 PORTNAME=	msgpack
 PORTVERSION=	1.0.0
+DISTVERSIONPREFIX=	cpp-
 CATEGORIES=	devel
 
 MAINTAINER=	kuriyama@FreeBSD.org
@@ -10,10 +11,7 @@ COMMENT=	MessagePack implementation for 
 LICENSE=	APACHE20
 
 USE_GITHUB=	yes
-GH_ACCOUNT= msgpack
 GH_PROJECT= msgpack-c
-GH_TAGNAME=	cpp-${PORTVERSION}
-GH_COMMIT= 62be3f1
 
 USES=		libtool:build autoreconf:build
 

Modified: head/devel/msgpack/distinfo
==============================================================================
--- head/devel/msgpack/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/devel/msgpack/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (msgpack-1.0.0.tar.gz) = 077571e3168ad6d034e296cb4b8566143d406ff410d0f59bc1bf8a08cc1b670e
-SIZE (msgpack-1.0.0.tar.gz) = 166991
+SHA256 (msgpack-msgpack-c-cpp-1.0.0_GH0.tar.gz) = afda64ca445203bb7092372b822bae8b2539fdcebbfc3f753f393628c2bcfe7d
+SIZE (msgpack-msgpack-c-cpp-1.0.0_GH0.tar.gz) = 166976

Modified: head/graphics/aaphoto/Makefile
==============================================================================
--- head/graphics/aaphoto/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/aaphoto/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -3,6 +3,7 @@
 
 PORTNAME=	aaphoto
 PORTVERSION=	0.43.1
+DISTVERSIONPREFIX=	v
 PORTREVISION=	3
 CATEGORIES=	graphics
 
@@ -17,8 +18,6 @@ LIB_DEPENDS=	libjasper.so:${PORTSDIR}/gr
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	log69
-GH_COMMIT=	e566f9b
-GH_TAGNAME=	v${PORTVERSION}
 
 GNU_CONFIGURE=	yes
 USES=		compiler:openmp

Modified: head/graphics/aaphoto/distinfo
==============================================================================
--- head/graphics/aaphoto/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/aaphoto/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (aaphoto-0.43.1.tar.gz) = 75c9ae7232411cf1ff83ebbe5acb9c817b5490cef08ce14cc2bd03097e7936e0
-SIZE (aaphoto-0.43.1.tar.gz) = 135277
+SHA256 (log69-aaphoto-v0.43.1_GH0.tar.gz) = 35a21d075d297872e35f52c9e92ab8e7ee403f5ecf4927634f22b56bb401b5ca
+SIZE (log69-aaphoto-v0.43.1_GH0.tar.gz) = 135261

Modified: head/graphics/ampasACES-container/Makefile
==============================================================================
--- head/graphics/ampasACES-container/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/ampasACES-container/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -16,8 +16,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
 USE_GITHUB=	yes
 GH_ACCOUNT=	ampas
 GH_PROJECT=	aces_container
-GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	73f15c5
+GH_TAGNAME=	73f15c5
 
 USES=		cmake pkgconfig
 USE_LDCONFIG=	yes

Modified: head/graphics/ampasACES-container/distinfo
==============================================================================
--- head/graphics/ampasACES-container/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/ampasACES-container/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (ampasACES-container-1.0.0.tar.gz) = 188c5ce21da8007e7f26764f446e7c3c009def1e0a17965fbd94b6171996aeac
-SIZE (ampasACES-container-1.0.0.tar.gz) = 26467
+SHA256 (ampas-aces_container-1.0.0-73f15c5_GH0.tar.gz) = 5b3b649c4f82f0366e1b8b8e00055ed54828d4edf6f24e2c8d45510139221bea
+SIZE (ampas-aces_container-1.0.0-73f15c5_GH0.tar.gz) = 26460

Modified: head/graphics/ampasCTL/Makefile
==============================================================================
--- head/graphics/ampasCTL/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/ampasCTL/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -22,8 +22,7 @@ LIB_DEPENDS=	libImath.so:${PORTSDIR}/gra
 USE_GITHUB=	yes
 GH_ACCOUNT=	ampas
 GH_PROJECT=	CTL
-GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	57b48a2
+GH_TAGNAME=	57b48a2
 
 USES=		cmake pkgconfig
 USE_LDCONFIG=	yes

Modified: head/graphics/ampasCTL/distinfo
==============================================================================
--- head/graphics/ampasCTL/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/ampasCTL/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (ampasCTL-1.5.tar.gz) = 9a55fb181977d3f01198cb27591204f2ed09e2e83a48f5345043f714db66612a
-SIZE (ampasCTL-1.5.tar.gz) = 1411767
+SHA256 (ampas-CTL-1.5-57b48a2_GH0.tar.gz) = 5cefe423a93f34aca8cd1df5878242dac236e309540db328e2f7161bf8907766
+SIZE (ampas-CTL-1.5-57b48a2_GH0.tar.gz) = 1411847

Modified: head/graphics/code-eli/Makefile
==============================================================================
--- head/graphics/code-eli/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/code-eli/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -4,7 +4,6 @@
 PORTNAME=	code-eli
 PORTVERSION=	0.3.6
 CATEGORIES=	graphics
-MASTER_SITES=	GHL
 
 MAINTAINER=	fernando.apesteguia@gmail.com
 COMMENT=	Library with functionalities for geometries
@@ -17,8 +16,6 @@ BUILD_DEPENDS=	eigen>3:${PORTSDIR}/math/
 USE_GITHUB=	yes
 GH_PROJECT=	Code-Eli
 GH_ACCOUNT=	ddmarshall
-GH_TAGNAME=	${PORTVERSION}
-GH_COMMIT=	2196ee5
 
 USES=		cmake:outsource compiler:c++11-lib
 PORTEXAMPLES=	AirfoilFitExample VSPPodExample test

Modified: head/graphics/code-eli/distinfo
==============================================================================
--- head/graphics/code-eli/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/code-eli/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (code-eli-0.3.6.tar.gz) = f8cd25c612a9debfd56e01fe3821fb34bf6bfd8d37d3557f9c91c307b7772df6
-SIZE (code-eli-0.3.6.tar.gz) = 262384
+SHA256 (ddmarshall-Code-Eli-0.3.6_GH0.tar.gz) = 2081ea221e33ca39f10def4fa46ce55af497a247f5c92f2a7d5d082fdaa94dff
+SIZE (ddmarshall-Code-Eli-0.3.6_GH0.tar.gz) = 262296

Modified: head/graphics/dcraw-m/Makefile
==============================================================================
--- head/graphics/dcraw-m/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/dcraw-m/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -5,7 +5,6 @@ PORTNAME=	dcraw-m
 PORTVERSION=	9.22
 PORTREVISION=	1
 CATEGORIES=	graphics
-MASTER_SITES=	GHL
 
 MAINTAINER=	waitman@waitman.net
 COMMENT=	Modified Decoder for RAW files from digital cameras
@@ -19,9 +18,7 @@ LIB_DEPENDS=	libjasper.so:${PORTSDIR}/gr
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	waitman
-GH_PROJECT=	dcraw-m
-GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	1392579
+GH_TAGNAME=	1392579
 
 USES=		pkgconfig
 

Modified: head/graphics/dcraw-m/distinfo
==============================================================================
--- head/graphics/dcraw-m/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/dcraw-m/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (dcraw-m-9.22.tar.gz) = 881c05540cc6ace3921c611f25c58e3c29a4f93133c1fdbded170fae4b5dce5e
-SIZE (dcraw-m-9.22.tar.gz) = 95427
+SHA256 (waitman-dcraw-m-9.22-1392579_GH0.tar.gz) = bcd4985b8574b997276622f754d5f58b7545929eec277467927ff66351bf7cd6
+SIZE (waitman-dcraw-m-9.22-1392579_GH0.tar.gz) = 95419

Modified: head/graphics/gimp-beautify-plugin/Makefile
==============================================================================
--- head/graphics/gimp-beautify-plugin/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/gimp-beautify-plugin/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -22,8 +22,7 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgcon
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	hejiann
-GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	e209c8d
+GH_TAGNAME=	e209c8d
 
 USES=		gettext gmake pkgconfig
 USE_GCC=	yes

Modified: head/graphics/gimp-beautify-plugin/distinfo
==============================================================================
--- head/graphics/gimp-beautify-plugin/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/gimp-beautify-plugin/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (beautify-2012.08.12.00.tar.gz) = 78aa8db61b9d4f7130f0be3ce348822651bf612415c11a1176aa100e75bdb056
-SIZE (beautify-2012.08.12.00.tar.gz) = 24499201
+SHA256 (hejiann-beautify-2012.08.12.00-e209c8d_GH0.tar.gz) = 9b87b8b6f0d9ccda6b1e873db773461a9459bfc663fba95e2f5701027e3d5b09
+SIZE (hejiann-beautify-2012.08.12.00-e209c8d_GH0.tar.gz) = 24498445

Modified: head/graphics/gimp-lensfun-plugin/Makefile
==============================================================================
--- head/graphics/gimp-lensfun-plugin/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/gimp-lensfun-plugin/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -23,8 +23,7 @@ USES=		gmake pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	seebk
 GH_PROJECT=	GIMP-Lensfun
-GH_COMMIT=	d0a0bd2
-GH_TAGNAME=	${GH_COMMIT}
+GH_TAGNAME=	d0a0bd2
 
 PLUGIN_DIR?=	libexec/gimp/2.2/plug-ins
 PLUGINS=	gimp-lensfun

Modified: head/graphics/gimp-lensfun-plugin/distinfo
==============================================================================
--- head/graphics/gimp-lensfun-plugin/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/gimp-lensfun-plugin/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (lensfun-0.2.4-dev.tar.gz) = e87d63c70ed199b82e0996a281a775a70e0d1e9032e99562a2ea69481ba7213a
-SIZE (lensfun-0.2.4-dev.tar.gz) = 28958
+SHA256 (seebk-GIMP-Lensfun-0.2.4-dev-d0a0bd2_GH0.tar.gz) = a74a76d4c8cdbebaf15cd78f2f6e74f4e1ac94ed2c3c6baeaac98109c646bc14
+SIZE (seebk-GIMP-Lensfun-0.2.4-dev-d0a0bd2_GH0.tar.gz) = 28948

Modified: head/graphics/gimp-resynthesizer/Makefile
==============================================================================
--- head/graphics/gimp-resynthesizer/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/gimp-resynthesizer/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -3,6 +3,7 @@
 
 PORTNAME=	resynthesizer
 PORTVERSION=	2.0
+DISTVERSIONPREFIX=	v
 PORTREVISION=	2
 CATEGORIES=	graphics
 PKGNAMEPREFIX=	gimp-
@@ -16,8 +17,6 @@ LIB_DEPENDS=	libgimp-2.0.so:${PORTSDIR}/
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	bootchk
-GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	28cade5
 
 GNU_CONFIGURE=	yes
 LIBS+=		-L${LOCALBASE}/lib -lintl

Modified: head/graphics/gimp-resynthesizer/distinfo
==============================================================================
--- head/graphics/gimp-resynthesizer/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/gimp-resynthesizer/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (resynthesizer-2.0.tar.gz) = ce019c07422888b12596abd292f9f954b8495aca1d113cb6c7d5d207e594119b
-SIZE (resynthesizer-2.0.tar.gz) = 11168594
+SHA256 (bootchk-resynthesizer-v2.0_GH0.tar.gz) = c8a1b4a81d4cda0bb1e89f686c82c335d1817806bf87d56cb3a9b7e60c7152e7
+SIZE (bootchk-resynthesizer-v2.0_GH0.tar.gz) = 11167909

Modified: head/graphics/icat/Makefile
==============================================================================
--- head/graphics/icat/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/icat/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -3,6 +3,7 @@
 
 PORTNAME=	icat
 PORTVERSION=	0.4
+DISTVERSIONPREFIX=	v
 PORTREVISION=	1
 CATEGORIES=	graphics
 
@@ -14,14 +15,10 @@ LIB_DEPENDS=	libImlib2.so:${PORTSDIR}/gr
 USES=		gmake dos2unix
 USE_GITHUB=	yes
 GH_ACCOUNT=	atextor
-GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	e8bee81
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-WRKSRC=		${WRKDIR}/${GH_ACCOUNT}-${PORTNAME}-${GH_COMMIT}
-
 PLIST_FILES=	bin/icat
 
 CONFLICTS=	sleuthkit-[0-9]*

Modified: head/graphics/icat/distinfo
==============================================================================
--- head/graphics/icat/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/icat/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (icat-0.4.tar.gz) = 887678f5232dda6ede734f0e4d2872b760aa06c7c619b1261e6055ebbee3c0b0
-SIZE (icat-0.4.tar.gz) = 7871
+SHA256 (atextor-icat-v0.4_GH0.tar.gz) = b286495047cdfa04375cdd788f246fa227725460a66cb151c9a22957bbdb567f
+SIZE (atextor-icat-v0.4_GH0.tar.gz) = 7858

Modified: head/graphics/libepoxy/Makefile
==============================================================================
--- head/graphics/libepoxy/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/libepoxy/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libepoxy
 PORTVERSION=	1.2
+DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics
 
 MAINTAINER=	x11@FreeBSD.org
@@ -11,8 +12,6 @@ LICENSE=	MIT
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	anholt
-GH_COMMIT=	7422de5
-GH_TAGNAME=	v${PORTVERSION}
 
 USES=		autoreconf libtool pathfix pkgconfig python:3,build
 USE_XORG=	xorg-macros x11

Modified: head/graphics/libepoxy/distinfo
==============================================================================
--- head/graphics/libepoxy/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/libepoxy/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (libepoxy-1.2.tar.gz) = 3364f09ef5cf0c53f8879b6b6165d4d7bd82756ee44f019075fad679346be6d8
-SIZE (libepoxy-1.2.tar.gz) = 267181
+SHA256 (anholt-libepoxy-v1.2_GH0.tar.gz) = 42c328440f60a5795835c5ec4bdfc1329e75bba16b6e22b3a87ed17e9679e8f6
+SIZE (anholt-libepoxy-v1.2_GH0.tar.gz) = 267110

Modified: head/graphics/libspiro/Makefile
==============================================================================
--- head/graphics/libspiro/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/libspiro/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -11,7 +11,6 @@ COMMENT=	Library to convert clothoid spl
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	fontforge
-GH_COMMIT=	d12f7f7
 
 USES=		gmake libtool autoreconf
 GNU_CONFIGURE=	yes

Modified: head/graphics/libspiro/distinfo
==============================================================================
--- head/graphics/libspiro/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/libspiro/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (libspiro-0.3.20150131.tar.gz) = dd6cd8785015bf31653d770af8e0cef7c2873a7dc4c8e50bfe85dfe7f9e7896e
-SIZE (libspiro-0.3.20150131.tar.gz) = 78594
+SHA256 (fontforge-libspiro-0.3.20150131_GH0.tar.gz) = e39db410e89710bce19542ddfba4efa4b03663fdbd6405c7073fc9d29d04240b
+SIZE (fontforge-libspiro-0.3.20150131_GH0.tar.gz) = 78587

Modified: head/graphics/libtxc_dxtn/Makefile
==============================================================================
--- head/graphics/libtxc_dxtn/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/libtxc_dxtn/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -15,8 +15,7 @@ BUILD_DEPENDS=	libGL>=9.1.7:${PORTSDIR}/
 USE_GITHUB=	yes
 GH_ACCOUNT=	divVerent
 GH_PROJECT=	s2tc
-GH_COMMIT=	3d644da
-GH_TAGNAME=	${GH_COMMIT}
+GH_TAGNAME=	3d644da
 
 USES=		autoreconf libtool pathfix pkgconfig
 PATHFIX_MAKEFILEIN=Makefile.am

Modified: head/graphics/libtxc_dxtn/distinfo
==============================================================================
--- head/graphics/libtxc_dxtn/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/libtxc_dxtn/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (libtxn_dxtn-20140604.tar.gz) = e6fe8827c68de7ba62f5e4996cec62ee3248bc6f98707d4a36425a537c179333
-SIZE (libtxn_dxtn-20140604.tar.gz) = 1397439
+SHA256 (divVerent-s2tc-20140604-3d644da_GH0.tar.gz) = 70c9b84b4b5a1df083b5b83f8de2cc1449aae11c56e502f5efc9b579fcc475fd
+SIZE (divVerent-s2tc-20140604-3d644da_GH0.tar.gz) = 1397344

Modified: head/graphics/maim/Makefile
==============================================================================
--- head/graphics/maim/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/maim/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -2,6 +2,7 @@
 
 PORTNAME=	maim
 PORTVERSION=	3.3.41
+DISTVERSIONPREFIX=	v
 PORTREVISION=	1
 CATEGORIES=	graphics
 
@@ -14,9 +15,6 @@ LIB_DEPENDS=	libImlib2.so:${PORTSDIR}/gr
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	naelstrof
-GH_PROJECT=	maim
-GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	178b253
 
 USES=		cmake
 USE_XORG=	x11 xrandr xfixes

Modified: head/graphics/maim/distinfo
==============================================================================
--- head/graphics/maim/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/maim/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (maim-3.3.41.tar.gz) = 91df12d48733be0670b0c48abb194e2f53584dfea5aa9bb01afc41503ee5e553
-SIZE (maim-3.3.41.tar.gz) = 43196
+SHA256 (naelstrof-maim-v3.3.41_GH0.tar.gz) = cc3ef65ee3fb7a05993430685f58d87841db67cfd07816a111baf5a949fbe98a
+SIZE (naelstrof-maim-v3.3.41_GH0.tar.gz) = 43168

Modified: head/graphics/mozjpeg/Makefile
==============================================================================
--- head/graphics/mozjpeg/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/mozjpeg/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -13,8 +13,7 @@ LICENSE=	BSD3CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	mozilla
-GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	594b725
+GH_TAGNAME=	594b725
 
 USES=		autoreconf libtool
 USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}

Modified: head/graphics/mozjpeg/distinfo
==============================================================================
--- head/graphics/mozjpeg/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/mozjpeg/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (mozjpeg-2.1.tar.gz) = 2acc6a42c675a4be520c69a1b5a9437de7f54c9298e1afc3fbe9f29a094a0570
-SIZE (mozjpeg-2.1.tar.gz) = 1051885
+SHA256 (mozilla-mozjpeg-2.1-594b725_GH0.tar.gz) = 17590416c1d9fd465001e53f82432650f685e29978ec89074f6a7042317b4efd
+SIZE (mozilla-mozjpeg-2.1-594b725_GH0.tar.gz) = 1051671

Modified: head/graphics/opencollada/Makefile
==============================================================================
--- head/graphics/opencollada/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/opencollada/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -15,10 +15,7 @@ LIB_DEPENDS=	libpcre.so:${PORTSDIR}/deve
 USE_GITHUB=	yes
 GH_ACCOUNT=	KhronosGroup
 GH_PROJECT=	OpenCOLLADA
-GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	345a2a7
-
-WRKSRC=		${WRKDIR}/KhronosGroup-OpenCOLLADA-${GH_COMMIT}
+GH_TAGNAME=	345a2a7
 
 USE_GNOME=	libxml2
 USE_LDCONFIG=	${PREFIX}/lib/opencollada

Modified: head/graphics/opencollada/distinfo
==============================================================================
--- head/graphics/opencollada/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/opencollada/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (opencollada-1.2.2.20140528.tar.gz) = 11c5346e18b49c80c319d99ddc2fe2e257a82d084d3f6647a9cf8e1fbc6d03ca
-SIZE (opencollada-1.2.2.20140528.tar.gz) = 11659866
+SHA256 (KhronosGroup-OpenCOLLADA-1.2.2.20140528-345a2a7_GH0.tar.gz) = 9ef986c184b498dbfc9ce0e3a8f836554dcd811f310797273047cc57d2b62ba4
+SIZE (KhronosGroup-OpenCOLLADA-1.2.2.20140528-345a2a7_GH0.tar.gz) = 11657529

Modified: head/graphics/opencolorio/Makefile
==============================================================================
--- head/graphics/opencolorio/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/opencolorio/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -3,6 +3,7 @@
 
 PORTNAME=	opencolorio
 PORTVERSION=	1.0.8
+DISTVERSIONPREFIX=	v
 PORTREVISION?=	3
 CATEGORIES=	graphics multimedia
 
@@ -14,8 +15,6 @@ LICENSE=	BSD3CLAUSE
 USE_GITHUB=	yes
 GH_ACCOUNT=	imageworks
 GH_PROJECT=	OpenColorIO
-GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	8883824
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/graphics/opencolorio/distinfo
==============================================================================
--- head/graphics/opencolorio/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/opencolorio/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (opencolorio-1.0.8.tar.gz) = 9b6d540040e29394045c724c1a46ea00913e660269b03bf24790c74a5542adb4
-SIZE (opencolorio-1.0.8.tar.gz) = 11912207
+SHA256 (imageworks-OpenColorIO-v1.0.8_GH0.tar.gz) = 7bc010f11c033a1d5d37da1f45f83f146458f76dc509c727414df34622f0a736
+SIZE (imageworks-OpenColorIO-v1.0.8_GH0.tar.gz) = 11911728

Modified: head/graphics/openimageio/Makefile
==============================================================================
--- head/graphics/openimageio/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/openimageio/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -3,6 +3,7 @@
 
 PORTNAME=	openimageio
 PORTVERSION=	1.4.15
+DISTVERSIONPREFIX=	Release-
 PORTREVISION?=	0
 CATEGORIES?=	graphics multimedia
 
@@ -14,8 +15,6 @@ LICENSE=	BSD3CLAUSE
 USE_GITHUB=	yes
 GH_ACCOUNT=	OpenImageIO
 GH_PROJECT=	oiio
-GH_TAGNAME=	Release-${PORTVERSION}
-GH_COMMIT=	99a9988
 
 # fbm also installs bin/idiff
 CONFLICTS=	fbm-[0-9]*

Modified: head/graphics/openimageio/distinfo
==============================================================================
--- head/graphics/openimageio/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/openimageio/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (openimageio-1.4.15.tar.gz) = 990c093ae83fc211d512906d134aafbf041496298a81e0789556c0536d1ca2fd
-SIZE (openimageio-1.4.15.tar.gz) = 17551980
+SHA256 (OpenImageIO-oiio-Release-1.4.15_GH0.tar.gz) = 3554b649b9c3cf4c2d61e419b6d4ab4575000994192464bd0f725a9489f8a816
+SIZE (OpenImageIO-oiio-Release-1.4.15_GH0.tar.gz) = 17551912

Modified: head/graphics/openshadinglanguage/Makefile
==============================================================================
--- head/graphics/openshadinglanguage/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/openshadinglanguage/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -3,6 +3,7 @@
 
 PORTNAME=	openshadinglanguage
 PORTVERSION=	1.5.12
+DISTVERSIONPREFIX=	Release-
 CATEGORIES=	graphics devel
 
 MAINTAINER=	FreeBSD@Shaneware.biz
@@ -20,8 +21,6 @@ RUN_DEPENDS=	llvm-config34:${PORTSDIR}/d
 USE_GITHUB=	yes
 GH_ACCOUNT=	imageworks
 GH_PROJECT=	OpenShadingLanguage
-GH_TAGNAME=	Release-${PORTVERSION}
-GH_COMMIT=	f03977a
 
 CMAKE_ARGS=	-DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config34"
 USE_LDCONFIG=	yes

Modified: head/graphics/openshadinglanguage/distinfo
==============================================================================
--- head/graphics/openshadinglanguage/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/openshadinglanguage/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (openshadinglanguage-1.5.12.tar.gz) = 2eeff220999503ae1f2bed6ad9979cb32550858bd694487e4d4b27e49d58e67a
-SIZE (openshadinglanguage-1.5.12.tar.gz) = 11560513
+SHA256 (imageworks-OpenShadingLanguage-Release-1.5.12_GH0.tar.gz) = c871942c5cfade3cad2f1dc68ddf47f96aeae285c162394305c46db6c6930873
+SIZE (imageworks-OpenShadingLanguage-Release-1.5.12_GH0.tar.gz) = 11560575

Modified: head/graphics/partio/Makefile
==============================================================================
--- head/graphics/partio/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/partio/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -16,9 +16,7 @@ USE_GL=		gl glut
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	wdas
-GH_PROJECT=	partio
-GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	833fd42
+GH_TAGNAME=	833fd42
 
 OPTIONS_DEFINE=		DOCS PYTHON
 OPTIONS_DEFAULT=	PYTHON

Modified: head/graphics/partio/distinfo
==============================================================================
--- head/graphics/partio/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/partio/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (partio-1.1.0.20140128.tar.gz) = 3c032ab20e1cb16ed46e3b76a22cd3be7286be0e2d135eda7dd1efaf648922e9
-SIZE (partio-1.1.0.20140128.tar.gz) = 263610
+SHA256 (wdas-partio-1.1.0.20140128-833fd42_GH0.tar.gz) = a2d2522601be1edefab3878e35663e01863a5cb384b2c1a5a3f643c87b6bd698
+SIZE (wdas-partio-1.1.0.20140128-833fd42_GH0.tar.gz) = 263586

Modified: head/graphics/pqiv/Makefile
==============================================================================
--- head/graphics/pqiv/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/pqiv/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -4,8 +4,6 @@
 PORTNAME=	pqiv
 PORTVERSION=	2.1.1
 CATEGORIES=	graphics
-MASTER_SITES=	GHL
-DISTNAME=	${PORTVERSION}
 
 MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Pretty Quick Image Viewer
@@ -16,7 +14,7 @@ BUILD_DEPENDS=	bash:${PORTSDIR}/shells/b
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	phillipberndt
-GH_COMMIT=	7a10aba
+GH_TAGNAME=	7a10aba
 
 OPTIONS_SINGLE=		GTK
 OPTIONS_SINGLE_GTK=	GTK2 GTK3

Modified: head/graphics/pqiv/distinfo
==============================================================================
--- head/graphics/pqiv/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/pqiv/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (2.1.1.tar.bz2) = 65a98c66e70a346d07aa1f75228898a4c269e70caa3d913d28f5c47279b3c1b3
-SIZE (2.1.1.tar.bz2) = 49692
+SHA256 (phillipberndt-pqiv-2.1.1-7a10aba_GH0.tar.bz2) = a706fadd625bd9bc4fed16b351056a05d7a13c2b5ffa7834ce72f804d43700e3
+SIZE (phillipberndt-pqiv-2.1.1-7a10aba_GH0.tar.bz2) = 49686

Modified: head/graphics/py-gvgen/Makefile
==============================================================================
--- head/graphics/py-gvgen/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/py-gvgen/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -16,8 +16,7 @@ USES=		python
 USE_PYTHON=	distutils autoplist
 USE_GITHUB=	yes
 GH_ACCOUNT=	stricaud
-GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	777ab06
+GH_TAGNAME=	777ab06
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/graphics/py-gvgen/distinfo
==============================================================================
--- head/graphics/py-gvgen/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/py-gvgen/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (gvgen-0.9.tar.gz) = a55a0665fb7987a12aee7cba13ba53bd0afbef7d9fc4526737a0e1f20ec26594
-SIZE (gvgen-0.9.tar.gz) = 128308
+SHA256 (stricaud-gvgen-0.9-777ab06_GH0.tar.gz) = c3d0cd80b4cfd613b5f7f884a7007b3acf7e4e44200b368eadd85119a32c814d
+SIZE (stricaud-gvgen-0.9-777ab06_GH0.tar.gz) = 128298

Modified: head/graphics/py-pillow/Makefile
==============================================================================
--- head/graphics/py-pillow/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/py-pillow/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -6,7 +6,6 @@ PORTVERSION=	2.6.0
 PORTREVISION=	1
 CATEGORIES=	graphics python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	${PORTNAME:C/p/P/}-${PORTVERSION}
 
 MAINTAINER=	koobs@FreeBSD.org
 COMMENT=	Fork of the Python Imaging Library (PIL)
@@ -44,7 +43,6 @@ NO_BUILD=		yes
 
 GH_ACCOUNT=	python-pillow
 GH_PROJECT=	${PORTNAME:C/p/P/}
-GH_COMMIT=	9634e43
 
 CONFLICTS_INSTALL=	py*-imaging-*
 

Modified: head/graphics/py-pillow/distinfo
==============================================================================
--- head/graphics/py-pillow/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/py-pillow/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (Pillow-2.6.0.tar.gz) = ffa1b214027acd5a62a38fd7851ade75a2a6d96957261f7aee932cf7f6f6db3b
-SIZE (Pillow-2.6.0.tar.gz) = 7235577
+SHA256 (python-pillow-Pillow-2.6.0_GH0.tar.gz) = 75616b068add9a423eb0c3d920fc226a9f4ac60649a5fe45b6e1ef59295bc83f
+SIZE (python-pillow-Pillow-2.6.0_GH0.tar.gz) = 7235939

Modified: head/graphics/sdump/Makefile
==============================================================================
--- head/graphics/sdump/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/sdump/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -17,9 +17,7 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	uobikiemukot
-GH_PROJECT=	sdump
-GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	c5fb55b
+GH_TAGNAME=	c5fb55b
 
 PLIST_FILES=	bin/sdump libexec/w3m/yaimg-sixel
 

Modified: head/graphics/sdump/distinfo
==============================================================================
--- head/graphics/sdump/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/sdump/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (sdump-2015.01.16.tar.gz) = 72ff0b76cf088c56222b4c15c23e01d482bc24e3845def2f28d0ee56e8162c9a
-SIZE (sdump-2015.01.16.tar.gz) = 175813
+SHA256 (uobikiemukot-sdump-2015.01.16-c5fb55b_GH0.tar.gz) = 7ec40068d7433d160c2d3302b35646f7d26d20b13d9f10daf6ae0f3987a472f3
+SIZE (uobikiemukot-sdump-2015.01.16-c5fb55b_GH0.tar.gz) = 175730

Modified: head/graphics/seq2gif/Makefile
==============================================================================
--- head/graphics/seq2gif/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/seq2gif/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -2,6 +2,7 @@
 
 PORTNAME=	seq2gif
 PORTVERSION=	0.10.4
+DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics
 
 MAINTAINER=	sue@iwmt.org
@@ -12,9 +13,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	saitoha
-#GH_TAGNAME=	v${PORTVERSION}
-GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	798a2fe
 
 USE_LDCONFIG=	yes
 USES=		libtool

Modified: head/graphics/seq2gif/distinfo
==============================================================================
--- head/graphics/seq2gif/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/seq2gif/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (seq2gif-0.10.4.tar.gz) = c0ac55facdcc41fe7e569a4baf02b1ddea1f1c3a0e407f6736a7159ed0c9b25c
-SIZE (seq2gif-0.10.4.tar.gz) = 12234150
+SHA256 (saitoha-seq2gif-v0.10.4_GH0.tar.gz) = 738805bf8eb7ee5171ded7f43326cca7caecb77031283720f97253c234261f29
+SIZE (saitoha-seq2gif-v0.10.4_GH0.tar.gz) = 12234038

Modified: head/graphics/ttygif/Makefile
==============================================================================
--- head/graphics/ttygif/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/ttygif/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -11,13 +11,11 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	convert:${PORTSDIR}/graphics/ImageMagick
 
+USE_GITHUB=	yes
 GH_ACCOUNT=	icholy
-GH_COMMIT=	ea0b493
 
 USES=		tar:bzip2 gmake
 
-USE_GITHUB=	yes
-
 PLIST_FILES=	bin/${PORTNAME} \
 		bin/concat
 

Modified: head/graphics/ttygif/distinfo
==============================================================================
--- head/graphics/ttygif/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/ttygif/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (ttygif-1.0.8.tar.bz2) = 005d8c6a45daac8ae0e6b1e701bf043a819e2ea61734c95ba600d3a44eaec255
-SIZE (ttygif-1.0.8.tar.bz2) = 5098
+SHA256 (icholy-ttygif-1.0.8_GH0.tar.bz2) = 32b3394ebaac3389c66aee225ab61846fc84b02e218d0018515a6e9345a9f114
+SIZE (icholy-ttygif-1.0.8_GH0.tar.bz2) = 5089

Modified: head/graphics/viewnior/Makefile
==============================================================================
--- head/graphics/viewnior/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/viewnior/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -16,8 +16,7 @@ LIB_DEPENDS=	libexiv2.so:${PORTSDIR}/gra
 USE_GITHUB=	yes
 GH_ACCOUNT=	xsisqox
 GH_PROJECT=	Viewnior
-GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	fc0f5cb
+GH_TAGNAME=	fc0f5cb
 
 USES=		autoreconf desktop-file-utils gmake libtool pkgconfig
 USE_GNOME=	glib20 gtk20

Modified: head/graphics/viewnior/distinfo
==============================================================================
--- head/graphics/viewnior/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/viewnior/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (viewnior-1.4.tar.gz) = 6a02ba4da1eda83c95072cc9119ca5999f1628a3ac00d565014771bddb63b515
-SIZE (viewnior-1.4.tar.gz) = 164434
+SHA256 (xsisqox-Viewnior-1.4-fc0f5cb_GH0.tar.gz) = b99ccff08e1771ba989114add142f0b22f50aeed1c179e961da168ba458bf3ad
+SIZE (xsisqox-Viewnior-1.4-fc0f5cb_GH0.tar.gz) = 164468

Modified: head/graphics/vigra/Makefile
==============================================================================
--- head/graphics/vigra/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/vigra/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -5,7 +5,6 @@ PORTNAME=	vigra
 DISTVERSION=	1.10.0
 PORTREVISION=	5
 CATEGORIES=	graphics
-DISTNAME=	${PORTNAME}-${PORTVERSION}-src-with-docu
 
 MAINTAINER=	fluffy@FreeBSD.org
 COMMENT=	VIGRA stands for "Vision with Generic Algorithms"
@@ -14,11 +13,7 @@ LICENSE=	MIT
 
 USE_GITHUB=
 GH_ACCOUNT=     ukoethe
-GH_COMMIT=      e6c21f3
-GH_TAGNAME=     ${GH_COMMIT}
-FETCH_ARGS?=    -Fpr
-
-WRKSRC=		${WRKDIR}/ukoethe-${PORTNAME}-${GH_COMMIT}
+GH_TAGNAME=     e6c21f3
 
 USES=		cmake
 CMAKE_ARGS=	-DDEPENDENCY_SEARCH_PREFIX:PATH=${LOCALBASE} \

Modified: head/graphics/vigra/distinfo
==============================================================================
--- head/graphics/vigra/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/vigra/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (vigra-1.10.0-src-with-docu.tar.gz) = 5ac7d71c89b6a70e6be1b30a73b9f81f4373e933d9dede175d97ee8024807a8a
-SIZE (vigra-1.10.0-src-with-docu.tar.gz) = 29184620
+SHA256 (ukoethe-vigra-1.10.0-e6c21f3_GH0.tar.gz) = 654074d08e46630a05084098779358baf3e4c0ab018ad6f02093823f1395b348
+SIZE (ukoethe-vigra-1.10.0-e6c21f3_GH0.tar.gz) = 29184342

Modified: head/graphics/xcftools/Makefile
==============================================================================
--- head/graphics/xcftools/Makefile	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/xcftools/Makefile	Thu May  7 15:17:32 2015	(r385633)
@@ -4,8 +4,7 @@ PORTNAME=	xcftools
 PORTVERSION=	1.0.8.20130212
 PORTREVISION=	1
 CATEGORIES=	graphics
-MASTER_SITES=	GHL \
-		http://freeheimdall.spdns.org/files/
+MASTER_SITES=	http://freeheimdall.spdns.org/files/
 
 MAINTAINER=	kalten@gmx.at
 COMMENT=	Command-line tools for extracting from XCF format (graphics/gimp)
@@ -16,10 +15,7 @@ LIB_DEPENDS=	libpng.so:${PORTSDIR}/graph
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	j-jorge
-GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	d72ba82
-
-DIST_SUBDIR=	${PORTNAME}
+GH_TAGNAME=	d72ba82
 
 # option NLS (for gettext) is wrong as this port allways needs NLS:
 USES=	libtool cmake gmake iconv pkgconfig perl5 gettext

Modified: head/graphics/xcftools/distinfo
==============================================================================
--- head/graphics/xcftools/distinfo	Thu May  7 15:03:05 2015	(r385632)
+++ head/graphics/xcftools/distinfo	Thu May  7 15:17:32 2015	(r385633)
@@ -1,2 +1,2 @@
-SHA256 (xcftools/xcftools-1.0.8.20130212.tar.gz) = 3b00aa9ace6e4c46674fbaee03a8ba0111bd4a2c980b42c9a82f1ff42cd8f6cd
-SIZE (xcftools/xcftools-1.0.8.20130212.tar.gz) = 197954
+SHA256 (j-jorge-xcftools-1.0.8.20130212-d72ba82_GH0.tar.gz) = b349c785f5433787fa3e7bfde2f04f419424480ea0491865e263e05cc67ef1cd
+SIZE (j-jorge-xcftools-1.0.8.20130212-d72ba82_GH0.tar.gz) = 197950



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