Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Oct 2017 12:23:31 +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: r452417 - head/graphics/opensubdiv
Message-ID:  <201710191223.v9JCNVfv030893@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Oct 19 12:23:31 2017
New Revision: 452417
URL: https://svnweb.freebsd.org/changeset/ports/452417

Log:
  Use USE_GITHUB correctly.
  
  Sponsored by:	Absolight

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

Modified: head/graphics/opensubdiv/Makefile
==============================================================================
--- head/graphics/opensubdiv/Makefile	Thu Oct 19 12:19:37 2017	(r452416)
+++ head/graphics/opensubdiv/Makefile	Thu Oct 19 12:23:31 2017	(r452417)
@@ -1,7 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	opensubdiv
-PORTVERSION=	3.3.0
+DISTVERSIONPREFIX=	v
+DISTVERSION=	3_3_0
 CATEGORIES?=	graphics
 
 MAINTAINER=	FreeBSD@Shaneware.biz
@@ -17,7 +18,6 @@ USES=		cmake:outsource
 USE_GITHUB=	yes
 GH_ACCOUNT=	PixarAnimationStudios
 GH_PROJECT=	OpenSubdiv
-GH_TAGNAME=	v3_3_0
 
 USE_GL=		gl glu glew
 CMAKE_VERBOSE=	yes

Modified: head/graphics/opensubdiv/distinfo
==============================================================================
--- head/graphics/opensubdiv/distinfo	Thu Oct 19 12:19:37 2017	(r452416)
+++ head/graphics/opensubdiv/distinfo	Thu Oct 19 12:23:31 2017	(r452417)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505223090
-SHA256 (PixarAnimationStudios-OpenSubdiv-3.3.0-v3_3_0_GH0.tar.gz) = 93d364340518515129fe199c80c4030f666ff71414d9c543e1526f14b5ffc8d0
-SIZE (PixarAnimationStudios-OpenSubdiv-3.3.0-v3_3_0_GH0.tar.gz) = 19263469
+TIMESTAMP = 1508415791
+SHA256 (PixarAnimationStudios-OpenSubdiv-v3_3_0_GH0.tar.gz) = 93d364340518515129fe199c80c4030f666ff71414d9c543e1526f14b5ffc8d0
+SIZE (PixarAnimationStudios-OpenSubdiv-v3_3_0_GH0.tar.gz) = 19263469



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