Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 2020 01:36:41 +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: r533608 - head/graphics/libgeotiff
Message-ID:  <202005020136.0421afh4051610@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May  2 01:36:41 2020
New Revision: 533608
URL: https://svnweb.freebsd.org/changeset/ports/533608

Log:
  Update to 1.6.0
  
  Changes:	https://github.com/OSGeo/libgeotiff/blob/master/libgeotiff/NEWS
  		https://lists.osgeo.org/pipermail/geotiff/2020-April/000874.html

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

Modified: head/graphics/libgeotiff/Makefile
==============================================================================
--- head/graphics/libgeotiff/Makefile	Sat May  2 01:36:36 2020	(r533607)
+++ head/graphics/libgeotiff/Makefile	Sat May  2 01:36:41 2020	(r533608)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libgeotiff
-PORTVERSION=	1.5.1
+PORTVERSION=	1.6.0
 CATEGORIES=	graphics
 MASTER_SITES=	https://download.osgeo.org/geotiff/libgeotiff/ \
 		LOCAL/sunpoet
@@ -21,13 +21,19 @@ LIB_DEPENDS=	libjbig.so:graphics/jbigkit \
 USES=		jpeg libtool
 
 CONFIGURE_ARGS=	--datadir=${DATADIR} \
+		--disable-doxygen-chi \
+		--disable-doxygen-chm \
 		--disable-doxygen-doc \
 		--disable-doxygen-dot \
 		--disable-doxygen-html \
 		--disable-doxygen-man \
+		--disable-doxygen-pdf \
+		--disable-doxygen-ps \
+		--disable-doxygen-rtf \
+		--disable-doxygen-xml \
 		--with-jpeg=${LOCALBASE} \
-		--with-proj=${LOCALBASE} \
 		--with-libtiff=${LOCALBASE} \
+		--with-proj=${LOCALBASE} \
 		--with-zlib=/usr
 CPPFLAGS+=	-fPIC
 GNU_CONFIGURE=	yes

Modified: head/graphics/libgeotiff/distinfo
==============================================================================
--- head/graphics/libgeotiff/distinfo	Sat May  2 01:36:36 2020	(r533607)
+++ head/graphics/libgeotiff/distinfo	Sat May  2 01:36:41 2020	(r533608)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1561510414
-SHA256 (libgeotiff-1.5.1.tar.gz) = f9e99733c170d11052f562bcd2c7cb4de53ed405f7acdde4f16195cd3ead612c
-SIZE (libgeotiff-1.5.1.tar.gz) = 528083
+TIMESTAMP = 1588348179
+SHA256 (libgeotiff-1.6.0.tar.gz) = 9311017e5284cffb86f2c7b7a9df1fb5ebcdc61c30468fb2e6bca36e4272ebca
+SIZE (libgeotiff-1.6.0.tar.gz) = 537175

Modified: head/graphics/libgeotiff/pkg-plist
==============================================================================
--- head/graphics/libgeotiff/pkg-plist	Sat May  2 01:36:36 2020	(r533607)
+++ head/graphics/libgeotiff/pkg-plist	Sat May  2 01:36:41 2020	(r533608)
@@ -18,6 +18,7 @@ include/geo_simpletags.h
 include/geo_tiffp.h
 include/geokeys.h
 include/geokeys.inc
+include/geokeys_v1_1.inc
 include/geonames.h
 include/geotiff.h
 include/geotiffio.h
@@ -26,7 +27,7 @@ include/xtiffio.h
 lib/libgeotiff.a
 lib/libgeotiff.so
 lib/libgeotiff.so.5
-lib/libgeotiff.so.5.0.0
+lib/libgeotiff.so.5.1.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?202005020136.0421afh4051610>