Date: Thu, 23 May 2019 22:04:13 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502377 - head/graphics/ptex Message-ID: <201905232204.x4NM4DTb084829@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905232204.x4NM4DTb084829>