Index: head/databases/postgis20/files/patch-configure =================================================================== --- head/databases/postgis20/files/patch-configure (revision 363219) +++ head/databases/postgis20/files/patch-configure (nonexistent) @@ -1,19 +0,0 @@ ---- configure.orig -+++ configure -@@ -19041,7 +19041,7 @@ - $as_echo "Using user-specified json-c directory: $JSONDIR" >&6; } - - JSON_CPPFLAGS="-I$JSONDIR/include" -- JSON_LDFLAGS="-L$JSONDIR/lib -ljson" -+ JSON_LDFLAGS="-L$JSONDIR/lib -ljson-c" - fi - fi - -@@ -19104,7 +19104,7 @@ - $as_echo "#define HAVE_LIBJSON 1" >>confdefs.h - - if test "x$JSON_LDFLAGS" = "x"; then -- JSON_LDFLAGS="-ljson" -+ JSON_LDFLAGS="-ljson-c" - fi - fi Property changes on: head/databases/postgis20/files/patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/postgis20/Makefile =================================================================== --- head/databases/postgis20/Makefile (revision 363219) +++ head/databases/postgis20/Makefile (revision 363220) @@ -1,74 +1,68 @@ # $FreeBSD$ PORTNAME= postgis -PORTVERSION= 2.0.4 -PORTREVISION= 5 +PORTVERSION= 2.0.6 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 20 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Geographic objects support for PostgreSQL databases LICENSE= GPLv2 LIB_DEPENDS= libgeos.so:${PORTSDIR}/graphics/geos \ libjson.so:${PORTSDIR}/devel/json-c \ libproj.so:${PORTSDIR}/graphics/proj CONFLICTS_INSTALL= postgis-1.* postgis-2.1.* OPTIONS_DEFINE= LOADERGUI RASTER TOPOLOGY OPTIONS_DEFAULT=TOPOLOGY OPTIONS_SUB= yes LOADERGUI_DESC= Enable shp2pgsql-gui RASTER_DESC= Build raster support TOPOLOGY_DESC= Build topology support CFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib USE_GNOME= libxml2 USE_LDCONFIG= yes USE_PERL5= build USES= gmake iconv libtool perl5 pgsql shebangfix WANT_PGSQL= server PLIST_SUB= PORTVERSION=${PORTVERSION} SHEBANG_FILES= astyle.sh \ extras/tiger_geocoder/tiger_2006andbefore/import/newdb.sh \ extras/tiger_geocoder/tiger_2006andbefore/import/tigerimport.sh \ extras/tiger_geocoder/tiger_2010/create_geocode.sh \ extras/tiger_geocoder/tiger_2010/legacy_import/tiger2008/import_tiger_shps.sh \ extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh \ raster/test/regress/testgdalraster \ utils/uninstall_script #LOADERGUI_CONFIGURE_OFF=--without-gui LOADERGUI_CONFIGURE_ON= --with-gui LOADERGUI_USE= GNOME=gtk20 RASTER_CONFIGURE_OFF= --without-raster RASTER_CONFIGURE_ON= --with-gdalconfig=${LOCALBASE}/bin/gdal-config --with-raster RASTER_LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal TOPOLOGY_CONFIGURE_WITH=topology .include .if ${PORT_OPTIONS:MRASTER} && ${OSVERSION} < 900033 BROKEN= Raster suppport is broken on FreeBSD < 9.x .endif -post-patch: - @${GREP} -lR 'bin/bash' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e "s|/bin/bash|/bin/sh|" - post-install: - ${MKDIR} ${STAGEDIR}/${DATADIR}/tiger_2010 - (cd ${WRKSRC}/extras/tiger_geocoder/tiger_2010/ && ${COPYTREE_SHARE} . ${STAGEDIR}/${DATADIR}/tiger_2010/ "! ( -name *\.orig -o -name *\.bak )" ) - ${MKDIR} ${STAGEDIR}/${DATADIR}/utils - (cd ${WRKSRC}/utils/ && ${COPYTREE_SHARE} . ${STAGEDIR}/${DATADIR}/utils/ "! ( -name *\.orig -o -name *\.bak )" ) - ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/postgresql/*.so \ - ${STAGEDIR}/${PREFIX}/lib/*.so \ - ${STAGEDIR}/${PREFIX}/bin/* + ${MKDIR} ${STAGEDIR}/${DATADIR}/tiger_2010/ + cd ${WRKSRC}/extras/tiger_geocoder/tiger_2010/ && ${COPYTREE_SHARE} . ${STAGEDIR}/${DATADIR}/tiger_2010/ + ${MKDIR} ${STAGEDIR}/${DATADIR}/utils/ + cd ${WRKSRC}/utils/ && ${COPYTREE_SHARE} . ${STAGEDIR}/${DATADIR}/utils/ + ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/* ${STAGEDIR}/${PREFIX}/lib/*.so ${STAGEDIR}/${PREFIX}/lib/postgresql/*.so .include Index: head/databases/postgis20/distinfo =================================================================== --- head/databases/postgis20/distinfo (revision 363219) +++ head/databases/postgis20/distinfo (revision 363220) @@ -1,2 +1,2 @@ -SHA256 (postgis-2.0.4.tar.gz) = ad5016dce0a41dd81a64315ac9b46ebf77641e74d281017438eb8caeb6254be3 -SIZE (postgis-2.0.4.tar.gz) = 5534746 +SHA256 (postgis-2.0.6.tar.gz) = 438fc9cf8d008c537ed2d6776bc30e726eb1f9a85247df945c2beccc42f33489 +SIZE (postgis-2.0.6.tar.gz) = 5651448