svn commit: r362752 - in head: comms/xastir graphics/gdal graphics/libgaiagraphics graphics/libgeotiff graphics/librasterlite graphics/libreatlas

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 23 23:02:48 UTC 2014


Author: amdmi3
Date: Wed Jul 23 23:02:46 2014
New Revision: 362752
URL: http://svnweb.freebsd.org/changeset/ports/362752
QAT: https://qat.redports.org/buildarchive/r362752/

Log:
  - Switch to USES=libtool, drop .la files
  - Bump dependent ports as .so version has changed
  
  Approved by:	portmgr blanket

Modified:
  head/comms/xastir/Makefile
  head/graphics/gdal/Makefile
  head/graphics/libgaiagraphics/Makefile
  head/graphics/libgeotiff/Makefile
  head/graphics/libgeotiff/pkg-plist
  head/graphics/librasterlite/Makefile
  head/graphics/libreatlas/Makefile

Modified: head/comms/xastir/Makefile
==============================================================================
--- head/comms/xastir/Makefile	Wed Jul 23 22:50:08 2014	(r362751)
+++ head/comms/xastir/Makefile	Wed Jul 23 23:02:46 2014	(r362752)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xastir
 PORTVERSION=	2.0.4
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	comms hamradio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION}
 

Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile	Wed Jul 23 22:50:08 2014	(r362751)
+++ head/graphics/gdal/Makefile	Wed Jul 23 23:02:46 2014	(r362752)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gdal
 PORTVERSION=	1.11.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://download.osgeo.org/gdal/${PORTVERSION}/ \
 		ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \

Modified: head/graphics/libgaiagraphics/Makefile
==============================================================================
--- head/graphics/libgaiagraphics/Makefile	Wed Jul 23 22:50:08 2014	(r362751)
+++ head/graphics/libgaiagraphics/Makefile	Wed Jul 23 23:02:46 2014	(r362752)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libgaiagraphics
 PORTVERSION=	0.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
 

Modified: head/graphics/libgeotiff/Makefile
==============================================================================
--- head/graphics/libgeotiff/Makefile	Wed Jul 23 22:50:08 2014	(r362751)
+++ head/graphics/libgeotiff/Makefile	Wed Jul 23 23:02:46 2014	(r362752)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libgeotiff
 PORTVERSION=	1.4.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	http://download.osgeo.org/geotiff/libgeotiff/ \
 		ftp://ftp.remotesensing.org/geotiff/libgeotiff/ \
@@ -17,6 +17,7 @@ LIB_DEPENDS=	libjbig.so:${PORTSDIR}/grap
 		libproj.so:${PORTSDIR}/graphics/proj \
 		libtiff.so:${PORTSDIR}/graphics/tiff
 
+USES=		libtool
 CONFIGURE_ARGS=	--datadir=${DATADIR} \
 		--disable-doxygen-doc \
 		--disable-doxygen-dot \

Modified: head/graphics/libgeotiff/pkg-plist
==============================================================================
--- head/graphics/libgeotiff/pkg-plist	Wed Jul 23 22:50:08 2014	(r362751)
+++ head/graphics/libgeotiff/pkg-plist	Wed Jul 23 23:02:46 2014	(r362752)
@@ -26,9 +26,9 @@ include/geotiffio.h
 include/geovalues.h
 include/xtiffio.h
 lib/libgeotiff.a
-lib/libgeotiff.la
 lib/libgeotiff.so
-lib/libgeotiff.so.3
+lib/libgeotiff.so.2
+lib/libgeotiff.so.2.1.0
 man/man1/listgeo.1.gz
 %%DATADIR%%/epsg_csv/alias.csv
 %%DATADIR%%/epsg_csv/area.csv

Modified: head/graphics/librasterlite/Makefile
==============================================================================
--- head/graphics/librasterlite/Makefile	Wed Jul 23 22:50:08 2014	(r362751)
+++ head/graphics/librasterlite/Makefile	Wed Jul 23 23:02:46 2014	(r362752)
@@ -3,7 +3,7 @@
 
 PORTNAME=	librasterlite
 PORTVERSION=	1.1g
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/librasterlite-sources/
 

Modified: head/graphics/libreatlas/Makefile
==============================================================================
--- head/graphics/libreatlas/Makefile	Wed Jul 23 22:50:08 2014	(r362751)
+++ head/graphics/libreatlas/Makefile	Wed Jul 23 23:02:46 2014	(r362752)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libreatlas
 PORTVERSION=	1.0.0a
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
 


More information about the svn-ports-head mailing list