svn commit: r452488 - head/graphics/ptex

Steve Wills swills at FreeBSD.org
Thu Oct 19 20:40:31 UTC 2017


Author: swills
Date: Thu Oct 19 20:40:30 2017
New Revision: 452488
URL: https://svnweb.freebsd.org/changeset/ports/452488

Log:
  graphics/ptex: fix port issues
  
  Pointyhat to:	swills

Modified:
  head/graphics/ptex/Makefile
  head/graphics/ptex/distinfo

Modified: head/graphics/ptex/Makefile
==============================================================================
--- head/graphics/ptex/Makefile	Thu Oct 19 20:37:02 2017	(r452487)
+++ head/graphics/ptex/Makefile	Thu Oct 19 20:40:30 2017	(r452488)
@@ -3,6 +3,7 @@
 PORTNAME=	ptex
 PORTVERSION=	2.1.28
 CATEGORIES?=	graphics
+DISTVERSIONPREFIX=	v
 
 MAINTAINER=	FreeBSD at Shaneware.biz
 COMMENT=	Per face texture library
@@ -14,14 +15,10 @@ USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	wdas
-GH_PROJECT=	ptex
-GH_TAGNAME=	v${PORTVERSION}
 
 OPTIONS_DEFINE=		DOCS
 
 DOCS_BUILD_DEPENDS=	doxygen:devel/doxygen
-
-.include <bsd.port.options.mk>
 
 post-build-DOCS-on:
 	@(cd ${WRKSRC}/src/doc && doxygen Doxyfile)

Modified: head/graphics/ptex/distinfo
==============================================================================
--- head/graphics/ptex/distinfo	Thu Oct 19 20:37:02 2017	(r452487)
+++ head/graphics/ptex/distinfo	Thu Oct 19 20:40:30 2017	(r452488)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1471593511
-SHA256 (wdas-ptex-2.1.28-v2.1.28_GH0.tar.gz) = 919af3cc56a7617079757bac5c0202f4375acf21861a3990e313739e56a6142c
-SIZE (wdas-ptex-2.1.28-v2.1.28_GH0.tar.gz) = 305327
+TIMESTAMP = 1508444293
+SHA256 (wdas-ptex-v2.1.28_GH0.tar.gz) = 919af3cc56a7617079757bac5c0202f4375acf21861a3990e313739e56a6142c
+SIZE (wdas-ptex-v2.1.28_GH0.tar.gz) = 305327


More information about the svn-ports-all mailing list