From a07396ae83766576595e8d66bacff72ebad31b54 Mon Sep 17 00:00:00 2001 From: swills Date: Thu, 23 May 2019 22:04:13 +0000 Subject: graphics/ptex: Update to 2.3.2 PR: 237942 Submitted by: Shane (maintainer) --- graphics/ptex/Makefile | 8 +++++--- graphics/ptex/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'graphics/ptex') diff --git a/graphics/ptex/Makefile b/graphics/ptex/Makefile index f51712c49e5c..a95bfca94026 100644 --- a/graphics/ptex/Makefile +++ b/graphics/ptex/Makefile @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= ptex -PORTVERSION= 2.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +DISTVERSION= 2.3.2 CATEGORIES?= graphics MAINTAINER= FreeBSD@Shaneware.biz @@ -11,12 +10,15 @@ 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 DOCS_BUILD_DEPENDS= doxygen:devel/doxygen diff --git a/graphics/ptex/distinfo b/graphics/ptex/distinfo index 242cb98ff52b..b811d5accaf6 100644 --- a/graphics/ptex/distinfo +++ b/graphics/ptex/distinfo @@ -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 -- cgit