Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2023 00:01:17 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5e2720aa77b7 - main - graphics/openpgl: update to 0.5.0 release (+)
Message-ID:  <202305260001.34Q01H3Y019850@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5e2720aa77b7365590aa33f5832517e62dad2452

commit 5e2720aa77b7365590aa33f5832517e62dad2452
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-05-25 23:47:48 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-05-26 00:01:06 +0000

    graphics/openpgl: update to 0.5.0 release (+)
    
    Changelog:      https://github.com/OpenPathGuidingLibrary/openpgl/releases/tag/v0.5.0
    
    Approved by:    maintainer (implicit)
    
    Sponsored by:   Serenity Cybersecurity, LLC
---
 graphics/openpgl/Makefile  |  9 +++++----
 graphics/openpgl/distinfo  |  6 +++---
 graphics/openpgl/pkg-plist | 12 +++++-------
 3 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/graphics/openpgl/Makefile b/graphics/openpgl/Makefile
index e62f56d67c1a..f93b6f1390e1 100644
--- a/graphics/openpgl/Makefile
+++ b/graphics/openpgl/Makefile
@@ -1,8 +1,7 @@
 PORTNAME=	openpgl
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.4.1
-PORTREVISION=	2
-DISTVERSIONSUFFIX=	-beta
+DISTVERSION=	0.5.0
+#DISTVERSIONSUFFIX=	-beta
 CATEGORIES=	graphics devel
 
 MAINTAINER=	FreeBSD@Shaneware.biz
@@ -14,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 # supported processors -
 # arm with NEON/NEON2X and x86_64 with SSE4/AVX2/AVX512
-ONLY_FOR_ARCHS=		amd64 armv6 armv7
+ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7
 ONLY_FOR_ARCHS_REASON=	requires supported SIMD ISA
 
 LIB_DEPENDS=	libembree3.so:graphics/embree \
@@ -26,4 +25,6 @@ USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	OpenPathGuidingLibrary
 
+PLIST_SUB=	VERSION="${PORTVERSION}"
+
 .include <bsd.port.mk>
diff --git a/graphics/openpgl/distinfo b/graphics/openpgl/distinfo
index 61fbe58a319a..3815e5981aa2 100644
--- a/graphics/openpgl/distinfo
+++ b/graphics/openpgl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1672364440
-SHA256 (OpenPathGuidingLibrary-openpgl-v0.4.1-beta_GH0.tar.gz) = db63f5dac5cfa8c110ede241f0c413f00db0c4748697381c4fa23e0f9e82a754
-SIZE (OpenPathGuidingLibrary-openpgl-v0.4.1-beta_GH0.tar.gz) = 10766930
+TIMESTAMP = 1684749615
+SHA256 (OpenPathGuidingLibrary-openpgl-v0.5.0_GH0.tar.gz) = 1ec806d434d45e43e098f82ee9be0cb74928343898c57490b34ff80584e9805a
+SIZE (OpenPathGuidingLibrary-openpgl-v0.5.0_GH0.tar.gz) = 10767365
diff --git a/graphics/openpgl/pkg-plist b/graphics/openpgl/pkg-plist
index 5a89b2afdfa9..4735695b2892 100644
--- a/graphics/openpgl/pkg-plist
+++ b/graphics/openpgl/pkg-plist
@@ -10,7 +10,6 @@ include/openpgl/cpp/PathSegmentStorage.h
 include/openpgl/cpp/Region.h
 include/openpgl/cpp/SampleData.h
 include/openpgl/cpp/SampleStorage.h
-include/openpgl/cpp/Sampler.h
 include/openpgl/cpp/SurfaceSamplingDistribution.h
 include/openpgl/cpp/VolumeSamplingDistribution.h
 include/openpgl/data.h
@@ -20,16 +19,15 @@ include/openpgl/field.h
 include/openpgl/openpgl.h
 include/openpgl/pathsegmentstorage.h
 include/openpgl/region.h
-include/openpgl/sampler.h
 include/openpgl/samplestorage.h
 include/openpgl/surfacesamplingdistribution.h
 include/openpgl/types.h
 include/openpgl/version.h
 include/openpgl/volumesamplingdistribution.h
-lib/cmake/openpgl-0.4.1/openpglConfig.cmake
-lib/cmake/openpgl-0.4.1/openpglConfigVersion.cmake
-lib/cmake/openpgl-0.4.1/openpgl_Exports-release.cmake
-lib/cmake/openpgl-0.4.1/openpgl_Exports.cmake
+lib/cmake/openpgl-%%VERSION%%/openpglConfig.cmake
+lib/cmake/openpgl-%%VERSION%%/openpglConfigVersion.cmake
+lib/cmake/openpgl-%%VERSION%%/openpgl_Exports-release.cmake
+lib/cmake/openpgl-%%VERSION%%/openpgl_Exports.cmake
 lib/libopenpgl.so
 lib/libopenpgl.so.0
-lib/libopenpgl.so.0.4.1
+lib/libopenpgl.so.%%VERSION%%



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