Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2024 20:24:04 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 05626b3f106b - main - graphics/libgeotiff: Update to 1.7.3
Message-ID:  <202405282024.44SKO4Un048984@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=05626b3f106b54a6ea8d4f72a1dd5439f93d4432

commit 05626b3f106b54a6ea8d4f72a1dd5439f93d4432
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-28 20:19:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-28 20:19:21 +0000

    graphics/libgeotiff: Update to 1.7.3
    
    - Update MASTER_SITES:
      - Add GitHub
      - Remove my LOCAL
    - Use USES=pathfix to fix .pc installation
    
    Changes:        https://github.com/OSGeo/libgeotiff/releases
                    https://lists.osgeo.org/pipermail/geotiff/2024-May/000892.html
                    https://lists.osgeo.org/pipermail/geotiff/2024-May/000893.html
---
 graphics/libgeotiff/Makefile  | 9 ++++-----
 graphics/libgeotiff/distinfo  | 6 +++---
 graphics/libgeotiff/pkg-plist | 3 ++-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/graphics/libgeotiff/Makefile b/graphics/libgeotiff/Makefile
index 5b4c42b8b454..df530a627189 100644
--- a/graphics/libgeotiff/Makefile
+++ b/graphics/libgeotiff/Makefile
@@ -1,9 +1,8 @@
 PORTNAME=	libgeotiff
-PORTVERSION=	1.7.1
-PORTREVISION=	8
+PORTVERSION=	1.7.3
 CATEGORIES=	graphics
-MASTER_SITES=	https://download.osgeo.org/geotiff/libgeotiff/ \
-		LOCAL/sunpoet
+MASTER_SITES=	https://github.com/OSGeo/libgeotiff/releases/download/${PORTVERSION}/ \
+		https://download.osgeo.org/geotiff/libgeotiff/
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Library for reading and writing GeoTIFF information tags
@@ -17,7 +16,7 @@ LIB_DEPENDS=	libjbig.so:graphics/jbigkit \
 		libproj.so:graphics/proj \
 		libtiff.so:graphics/tiff
 
-USES=		jpeg libtool
+USES=		jpeg libtool pathfix
 
 CONFIGURE_ARGS=	--datadir=${DATADIR} \
 		--disable-doxygen-chi \
diff --git a/graphics/libgeotiff/distinfo b/graphics/libgeotiff/distinfo
index 58a9d1cc878d..01cabe3910b5 100644
--- a/graphics/libgeotiff/distinfo
+++ b/graphics/libgeotiff/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647264432
-SHA256 (libgeotiff-1.7.1.tar.gz) = 05ab1347aaa471fc97347d8d4269ff0c00f30fa666d956baba37948ec87e55d6
-SIZE (libgeotiff-1.7.1.tar.gz) = 542779
+TIMESTAMP = 1716892232
+SHA256 (libgeotiff-1.7.3.tar.gz) = ba23a3a35980ed3de916e125c739251f8e3266be07540200125a307d7cf5a704
+SIZE (libgeotiff-1.7.3.tar.gz) = 547548
diff --git a/graphics/libgeotiff/pkg-plist b/graphics/libgeotiff/pkg-plist
index 05bcc4c11ba8..ec34d9dba780 100644
--- a/graphics/libgeotiff/pkg-plist
+++ b/graphics/libgeotiff/pkg-plist
@@ -27,7 +27,8 @@ include/xtiffio.h
 lib/libgeotiff.a
 lib/libgeotiff.so
 lib/libgeotiff.so.5
-lib/libgeotiff.so.5.2.0
+lib/libgeotiff.so.5.2.3
+libdata/pkgconfig/libgeotiff.pc
 share/man/man1/applygeo.1.gz
 share/man/man1/geotifcp.1.gz
 share/man/man1/listgeo.1.gz



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