Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2019 20:31:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488947 - head/graphics/libgeotiff
Message-ID:  <201901012031.x01KVc8F048759@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jan  1 20:31:37 2019
New Revision: 488947
URL: https://svnweb.freebsd.org/changeset/ports/488947

Log:
  Update to 1.4.3
  
  - Update WWW
  
  Changes:	https://github.com/OSGeo/libgeotiff/blob/master/libgeotiff/ChangeLog
  		https://lists.osgeo.org/pipermail/geotiff/2018-December/000846.html

Modified:
  head/graphics/libgeotiff/Makefile
  head/graphics/libgeotiff/distinfo
  head/graphics/libgeotiff/pkg-descr
  head/graphics/libgeotiff/pkg-plist

Modified: head/graphics/libgeotiff/Makefile
==============================================================================
--- head/graphics/libgeotiff/Makefile	Tue Jan  1 20:31:32 2019	(r488946)
+++ head/graphics/libgeotiff/Makefile	Tue Jan  1 20:31:37 2019	(r488947)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libgeotiff
-PORTVERSION=	1.4.2
+PORTVERSION=	1.4.3
 CATEGORIES=	graphics
 MASTER_SITES=	https://download.osgeo.org/geotiff/libgeotiff/ \
 		LOCAL/sunpoet
@@ -17,6 +17,8 @@ LIB_DEPENDS=	libjbig.so:graphics/jbigkit \
 		libproj.so:graphics/proj \
 		libtiff.so:graphics/tiff
 
+USES=		jpeg libtool
+
 CONFIGURE_ARGS=	--datadir=${DATADIR} \
 		--disable-doxygen-doc \
 		--disable-doxygen-dot \
@@ -30,6 +32,5 @@ CPPFLAGS+=	-fPIC
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
-USES=		jpeg libtool
 
 .include <bsd.port.mk>

Modified: head/graphics/libgeotiff/distinfo
==============================================================================
--- head/graphics/libgeotiff/distinfo	Tue Jan  1 20:31:32 2019	(r488946)
+++ head/graphics/libgeotiff/distinfo	Tue Jan  1 20:31:37 2019	(r488947)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479474868
-SHA256 (libgeotiff-1.4.2.tar.gz) = ad87048adb91167b07f34974a8e53e4ec356494c29f1748de95252e8f81a5e6e
-SIZE (libgeotiff-1.4.2.tar.gz) = 1778991
+TIMESTAMP = 1546194150
+SHA256 (libgeotiff-1.4.3.tar.gz) = b8510d9b968b5ee899282cdd5bef13fd02d5a4c19f664553f81e31127bc47265
+SIZE (libgeotiff-1.4.3.tar.gz) = 1864829

Modified: head/graphics/libgeotiff/pkg-descr
==============================================================================
--- head/graphics/libgeotiff/pkg-descr	Tue Jan  1 20:31:32 2019	(r488946)
+++ head/graphics/libgeotiff/pkg-descr	Tue Jan  1 20:31:37 2019	(r488947)
@@ -1,4 +1,4 @@
 Libgeotiff is a library for reading and writing GeoTIFF information tags.
 GeoTIFF is a TIFF based interchange format for georeferenced raster imagery.
 
-WWW: https://trac.osgeo.org/geotiff/
+WWW: https://github.com/OSGeo/libgeotiff

Modified: head/graphics/libgeotiff/pkg-plist
==============================================================================
--- head/graphics/libgeotiff/pkg-plist	Tue Jan  1 20:31:32 2019	(r488946)
+++ head/graphics/libgeotiff/pkg-plist	Tue Jan  1 20:31:37 2019	(r488947)
@@ -27,7 +27,7 @@ include/xtiffio.h
 lib/libgeotiff.a
 lib/libgeotiff.so
 lib/libgeotiff.so.2
-lib/libgeotiff.so.2.1.2
+lib/libgeotiff.so.2.2.0
 man/man1/applygeo.1.gz
 man/man1/geotifcp.1.gz
 man/man1/listgeo.1.gz



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