git: 6b27a2269355 - main - devel/libgpkg: Update MASTER_SITES and WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Jul 2022 12:37:05 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b27a226935582a82b12a3252274778d001fa0c1 commit 6b27a226935582a82b12a3252274778d001fa0c1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-07 12:22:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-07 12:36:11 +0000 devel/libgpkg: Update MASTER_SITES and WWW --- devel/libgpkg/Makefile | 6 +++--- devel/libgpkg/distinfo | 5 +++-- devel/libgpkg/pkg-descr | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/devel/libgpkg/Makefile b/devel/libgpkg/Makefile index 1d198ee60e14..1b86b2fdccff 100644 --- a/devel/libgpkg/Makefile +++ b/devel/libgpkg/Makefile @@ -4,8 +4,6 @@ PORTNAME= libgpkg PORTVERSION= 0.9.18 PORTREVISION= 3 CATEGORIES= devel -MASTER_SITES= https://bitbucket.org/luciad/libgpkg/get/${PORTVERSION}.tar.bz2?dummy=/ \ - LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= SQLite 3 extension of minimal OGC GeoPackage implementation @@ -16,10 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake:insource compiler:c11 tar:bzip2 USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/luciad-libgpkg-c56e3708453e PLIST_SUB= PORTVERSION=${PORTVERSION} +USE_GITHUB= yes +GH_ACCOUNT= luciad + OPTIONS_DEFINE= GEOS OPTIONS_DEFAULT=GEOS diff --git a/devel/libgpkg/distinfo b/devel/libgpkg/distinfo index 7de0eb377db4..7c516153e311 100644 --- a/devel/libgpkg/distinfo +++ b/devel/libgpkg/distinfo @@ -1,2 +1,3 @@ -SHA256 (libgpkg-0.9.18.tar.bz2) = 2499528324d4bd7425ac8df8e16ac478066522a739bc77603614fa3b58a695b4 -SIZE (libgpkg-0.9.18.tar.bz2) = 1223851 +TIMESTAMP = 1656702472 +SHA256 (luciad-libgpkg-0.9.18_GH0.tar.gz) = fc0e3dfe6576c220d0167412704dce062f71c4741eca103468dcc5321b3bf5fd +SIZE (luciad-libgpkg-0.9.18_GH0.tar.gz) = 1608664 diff --git a/devel/libgpkg/pkg-descr b/devel/libgpkg/pkg-descr index 5c8b230b144c..b19997ef1729 100644 --- a/devel/libgpkg/pkg-descr +++ b/devel/libgpkg/pkg-descr @@ -3,4 +3,4 @@ implementation. GeoPackage is an open, standards-based, application and platform independent, and self-describing file format for geodata based on SQLite. -WWW: https://bitbucket.org/luciad/libgpkg +WWW: https://github.com/luciad/libgpkg