diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-24 07:02:46 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-24 07:02:46 +0800 |
commit | 8757c057cfbc1d0eff0eb95aab141bcc9093dc39 (patch) | |
tree | 080bb444fae39d5352d48ebedd4c825192750572 | |
parent | a61326605e39f0f3e7da8ed341e91a2e6573f8d6 (diff) | |
download | freebsd-ports-gnome-8757c057cfbc1d0eff0eb95aab141bcc9093dc39.tar.gz freebsd-ports-gnome-8757c057cfbc1d0eff0eb95aab141bcc9093dc39.tar.zst freebsd-ports-gnome-8757c057cfbc1d0eff0eb95aab141bcc9093dc39.zip |
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
-rw-r--r-- | comms/xastir/Makefile | 2 | ||||
-rw-r--r-- | graphics/gdal/Makefile | 2 | ||||
-rw-r--r-- | graphics/libgaiagraphics/Makefile | 2 | ||||
-rw-r--r-- | graphics/libgeotiff/Makefile | 3 | ||||
-rw-r--r-- | graphics/libgeotiff/pkg-plist | 4 | ||||
-rw-r--r-- | graphics/librasterlite/Makefile | 2 | ||||
-rw-r--r-- | graphics/libreatlas/Makefile | 2 |
7 files changed, 9 insertions, 8 deletions
diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile index 3fbd58458b58..f0246173d277 100644 --- a/comms/xastir/Makefile +++ b/comms/xastir/Makefile @@ -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} diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index efc45a4b7dfc..65e0966428dd 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -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}/ \ diff --git a/graphics/libgaiagraphics/Makefile b/graphics/libgaiagraphics/Makefile index 02ca97cb9a4e..f8e404dcf742 100644 --- a/graphics/libgaiagraphics/Makefile +++ b/graphics/libgaiagraphics/Makefile @@ -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/ diff --git a/graphics/libgeotiff/Makefile b/graphics/libgeotiff/Makefile index c957da3ebe18..306f1cbd8ee4 100644 --- a/graphics/libgeotiff/Makefile +++ b/graphics/libgeotiff/Makefile @@ -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}/graphics/jbigkit \ libproj.so:${PORTSDIR}/graphics/proj \ libtiff.so:${PORTSDIR}/graphics/tiff +USES= libtool CONFIGURE_ARGS= --datadir=${DATADIR} \ --disable-doxygen-doc \ --disable-doxygen-dot \ diff --git a/graphics/libgeotiff/pkg-plist b/graphics/libgeotiff/pkg-plist index 3222355b5f1e..5d3a32f785ac 100644 --- a/graphics/libgeotiff/pkg-plist +++ b/graphics/libgeotiff/pkg-plist @@ -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 diff --git a/graphics/librasterlite/Makefile b/graphics/librasterlite/Makefile index e2583d475048..5c1430a2086d 100644 --- a/graphics/librasterlite/Makefile +++ b/graphics/librasterlite/Makefile @@ -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/ diff --git a/graphics/libreatlas/Makefile b/graphics/libreatlas/Makefile index f1ed5870547b..1ca197a7eb35 100644 --- a/graphics/libreatlas/Makefile +++ b/graphics/libreatlas/Makefile @@ -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/ |