git: dfebc65b8d2a - main - graphics/libgltf: update to 0.1.0 release
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Feb 2022 23:02:51 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=dfebc65b8d2aa40e916be3ed6369ab2f42265ae1 commit dfebc65b8d2aa40e916be3ed6369ab2f42265ae1 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-02-16 22:08:08 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-02-16 23:02:02 +0000 graphics/libgltf: update to 0.1.0 release --- graphics/libgltf/Makefile | 9 +++++---- graphics/libgltf/distinfo | 5 +++-- graphics/libgltf/pkg-plist | 13 +++++++------ 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/graphics/libgltf/Makefile b/graphics/libgltf/Makefile index d7e956f50cba..fd489b764c88 100644 --- a/graphics/libgltf/Makefile +++ b/graphics/libgltf/Makefile @@ -1,6 +1,5 @@ PORTNAME= libgltf -PORTVERSION= 0.0.2 -PORTREVISION= 23 +PORTVERSION= 0.1.0 CATEGORIES= graphics devel MASTER_SITES= LODEV @@ -12,13 +11,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.hpp:devel/boost-libs \ ${LOCALBASE}/include/glm/glm.hpp:math/glm +LIB_DEPENDS= libepoxy.so:graphics/libepoxy -USES= compiler:c++0x gl libtool pathfix pkgconfig tar:bzip2 +USES= compiler:c++0x gl libtool localbase pathfix pkgconfig USE_GL= glew USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-werror INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include + +PLIST_SUB= VERSION=${PORTVERSION:R} .include <bsd.port.mk> diff --git a/graphics/libgltf/distinfo b/graphics/libgltf/distinfo index 3d72a4eb2e40..25ab167fc51f 100644 --- a/graphics/libgltf/distinfo +++ b/graphics/libgltf/distinfo @@ -1,2 +1,3 @@ -SHA256 (libgltf-0.0.2.tar.bz2) = d1cc7297ed1921aa969e26413b4c4e18afc882ce4d2f5a2aa2a2905706f7206b -SIZE (libgltf-0.0.2.tar.bz2) = 538040 +TIMESTAMP = 1639485691 +SHA256 (libgltf-0.1.0.tar.gz) = 119e730fbf002dd0eaafa4930167267d7d910aa17f29979ca9ca8b66625fd2da +SIZE (libgltf-0.1.0.tar.gz) = 736163 diff --git a/graphics/libgltf/pkg-plist b/graphics/libgltf/pkg-plist index 51aaeff58622..1e4fc3aef1dd 100644 --- a/graphics/libgltf/pkg-plist +++ b/graphics/libgltf/pkg-plist @@ -1,6 +1,7 @@ -include/libgltf-0.0/libgltf.h -include/libgltf-0.0/types.h -lib/libgltf-0.0.so -lib/libgltf-0.0.so.0 -lib/libgltf-0.0.so.0.0.2 -libdata/pkgconfig/libgltf-0.0.pc +include/libgltf-%%VERSION%%/libgltf.h +include/libgltf-%%VERSION%%/types.h +lib/libgltf-%%VERSION%%.a +lib/libgltf-%%VERSION%%.so +lib/libgltf-%%VERSION%%.so.1 +lib/libgltf-%%VERSION%%.so.1.0.0 +libdata/pkgconfig/libgltf-%%VERSION%%.pc