Index: head/graphics/gdal/Makefile =================================================================== --- head/graphics/gdal/Makefile (revision 119701) +++ head/graphics/gdal/Makefile (revision 119702) @@ -1,39 +1,41 @@ # New ports collection makefile for: Geospatial Data Abstraction Library # Date created: 27 Aug 2001 # Whom: Randall Hopper # # $FreeBSD$ # PORTNAME= gdal -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/gdal/ MAINTAINER= boris@brooknet.com.au COMMENT= A translator library for raster geospatial data formats BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen +LIB_DEPENDS= jasper.4:${PORTSDIR}/graphics/jasper USE_PYTHON= yes USE_GMAKE= yes -USE_REINPLACE =yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libz=internal \ --with-png=internal \ --with-libtiff=internal \ --with-libgeotiff=internal \ --with-libjpeg=internal \ --with-libgif=internal \ + --with-jasper=${LOCALBASE} \ --with-python MAKEFILE= GNUmakefile INSTALLS_SHLIB= yes MAN1= gdaladdo.1 gdalinfo.1 gdaltindex.1 gdalwarp.1 \ gdal-config.1 gdal_translate.1 ogrinfo.1 \ ogrtindex.1 ogr2ogr.1 post-patch: @${REINPLACE_CMD} -e 's|6LIBZ|6|' ${WRKSRC}/configure .include Property changes on: head/graphics/gdal/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/graphics/gdal/distinfo =================================================================== --- head/graphics/gdal/distinfo (revision 119701) +++ head/graphics/gdal/distinfo (revision 119702) @@ -1,2 +1,2 @@ -MD5 (gdal-1.2.0.tar.gz) = 7882b50cfe4c991d0ab9f89542a1767d -SIZE (gdal-1.2.0.tar.gz) = 3670589 +MD5 (gdal-1.2.1.tar.gz) = 31f454e8f456bc6973ff652108b5f5e6 +SIZE (gdal-1.2.1.tar.gz) = 3899013 Property changes on: head/graphics/gdal/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/graphics/gdal/pkg-plist =================================================================== --- head/graphics/gdal/pkg-plist (revision 119701) +++ head/graphics/gdal/pkg-plist (revision 119702) @@ -1,75 +1,75 @@ bin/epsg_tr.py bin/gcps2wld.py bin/gdal-config bin/gdal2xyz.py bin/gdal_contour bin/gdal_merge.py bin/gdal_translate bin/gdaladdo bin/gdalchksum.py bin/gdalimport.py bin/gdalinfo bin/gdaltindex bin/gdalwarp bin/ogr2ogr bin/ogrinfo bin/ogrtindex bin/pct2rgb.py bin/rgb2pct.py include/cpl_config.h include/cpl_conv.h include/cpl_csv.h include/cpl_error.h include/cpl_list.h include/cpl_minixml.h include/cpl_multiproc.h include/cpl_odbc.h include/cpl_port.h include/cpl_string.h include/cpl_vsi.h include/gdal.h include/gdal_alg.h include/gdal_frmts.h include/gdal_priv.h include/gdalwarper.h include/gvgcpfit.h include/ogr_api.h include/ogr_core.h include/ogr_feature.h include/ogr_featurestyle.h include/ogr_geometry.h include/ogr_p.h include/ogr_spatialref.h include/ogr_srs_api.h include/ogrsf_frmts.h lib/libgdal.a lib/libgdal.la lib/libgdal.so -lib/libgdal.so.3 +lib/libgdal.so.4 %%PYTHON_SITELIBDIR%%/_gdalmodule.a %%PYTHON_SITELIBDIR%%/_gdalmodule.la %%PYTHON_SITELIBDIR%%/_gdalmodule.so %%PYTHON_SITELIBDIR%%/gdal.py %%PYTHON_SITELIBDIR%%/gdalconst.py %%PYTHON_SITELIBDIR%%/gdalnumeric.py %%PYTHON_SITELIBDIR%%/ogr.py %%PYTHON_SITELIBDIR%%/osr.py share/gdal/cubewerx_extra.wkt share/gdal/ecw_cs.dat share/gdal/ellipsoid.csv share/gdal/epsg.wkt share/gdal/esri_extra.wkt share/gdal/gcs.csv share/gdal/gdal_datum.csv share/gdal/gdalicon.png share/gdal/pcs.csv share/gdal/prime_meridian.csv share/gdal/projop_wparm.csv share/gdal/s57attributes.csv share/gdal/s57expectedinput.csv share/gdal/s57objectclasses.csv share/gdal/seed_2d.dgn share/gdal/seed_3d.dgn share/gdal/stateplane.csv share/gdal/unit_of_measure.csv @dirrm share/gdal Property changes on: head/graphics/gdal/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property