svn commit: r502377 - head/graphics/ptex

Steve Wills swills at FreeBSD.org
Thu May 23 22:04:14 UTC 2019


Author: swills
Date: Thu May 23 22:04:13 2019
New Revision: 502377
URL: https://svnweb.freebsd.org/changeset/ports/502377

Log:
  graphics/ptex: Update to 2.3.2
  
  PR:		237942
  Submitted by:	Shane <FreeBSD at ShaneWare.Biz> (maintainer)

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

Modified: head/graphics/ptex/Makefile
==============================================================================
--- head/graphics/ptex/Makefile	Thu May 23 22:03:48 2019	(r502376)
+++ head/graphics/ptex/Makefile	Thu May 23 22:04:13 2019	(r502377)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	ptex
-PORTVERSION=	2.3.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+DISTVERSION=	2.3.2
 CATEGORIES?=	graphics
 
 MAINTAINER=	FreeBSD at Shaneware.biz
@@ -11,11 +10,14 @@ COMMENT=	Per face texture library
 
 LICENSE=	BSD3CLAUSE
 
-USES=		cmake:insource
+USES=		cmake:insource pkgconfig
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	wdas
+
+# yes really, the release tarbal doesn't know what version it is
+CMAKE_ARGS+=	-DPTEX_VER:STRING=${DISTVERSION}
 
 OPTIONS_DEFINE=		DOCS
 

Modified: head/graphics/ptex/distinfo
==============================================================================
--- head/graphics/ptex/distinfo	Thu May 23 22:03:48 2019	(r502376)
+++ head/graphics/ptex/distinfo	Thu May 23 22:04:13 2019	(r502377)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544289265
-SHA256 (wdas-ptex-v2.3.0_GH0.tar.gz) = 285947961ac7da2a7a15955259e271a50e485793e1d596d9f254c847301eda92
-SIZE (wdas-ptex-v2.3.0_GH0.tar.gz) = 306462
+TIMESTAMP = 1557636252
+SHA256 (wdas-ptex-v2.3.2_GH0.tar.gz) = 30aeb85b965ca542a8945b75285cd67d8e207d23dbb57fcfeaab587bb443402b
+SIZE (wdas-ptex-v2.3.2_GH0.tar.gz) = 308550


More information about the svn-ports-head mailing list