Date: Wed, 23 Jul 2014 23:02:46 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362752 - in head: comms/xastir graphics/gdal graphics/libgaiagraphics graphics/libgeotiff graphics/librasterlite graphics/libreatlas Message-ID: <201407232302.s6NN2k7v044124@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407232302.s6NN2k7v044124>