Date: Fri, 17 Jan 2014 02:34:57 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340008 - head/graphics/tinyows Message-ID: <201401170234.s0H2YviQ029805@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Fri Jan 17 02:34:57 2014 New Revision: 340008 URL: http://svnweb.freebsd.org/changeset/ports/340008 QAT: https://qat.redports.org/buildarchive/r340008/ Log: - Update to 1.1.0 - Undeprecate - Change MASTER_SITES - Use new LIB_DEPENDS syntax - Update postgis dependency to postgis21, this fixes INDEX [1] Actually fix staging while here. PR: ports/185367 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Approved by: tabthorpe, maintainer timeout ( joris.dedieu@gmail.com ) Pointyhat: rene [1] Modified: head/graphics/tinyows/Makefile head/graphics/tinyows/distinfo head/graphics/tinyows/pkg-descr head/graphics/tinyows/pkg-plist Modified: head/graphics/tinyows/Makefile ============================================================================== --- head/graphics/tinyows/Makefile Fri Jan 17 02:11:14 2014 (r340007) +++ head/graphics/tinyows/Makefile Fri Jan 17 02:34:57 2014 (r340008) @@ -2,19 +2,15 @@ # $FreeBSD$ PORTNAME= tinyows -PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTVERSION= 1.1.0 CATEGORIES= graphics www geography -MASTER_SITES= http://tinyows.org/release/ +MASTER_SITES= http://download.osgeo.org/mapserver/ MAINTAINER= joris.dedieu@gmail.com COMMENT= High Performance WFS-T server -LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 -BUILD_DEPENDS= ${LOCALBASE}/lib/postgresql/postgis-1.5.so:${PORTSDIR}/databases/postgis - -DEPRECATED= Depends on expired databases/postgis -EXPIRATION_DATE= 2014-01-16 +LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 +BUILD_DEPENDS= ${LOCALBASE}/lib/postgresql/postgis-2.1.so:${PORTSDIR}/databases/postgis21 USE_BZIP2= YES GNU_CONFIGURE= YES @@ -22,7 +18,6 @@ GNU_CONFIGURE= YES OPTIONS_DEFINE= FASTCGI OPTIONS_DEFAULT= FASTCGI -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFASTCGI} @@ -31,7 +26,7 @@ CONFIGURE_ARGS+= --with-fastcgi=${LOCALB .endif post-install: - ${MKDIR} ${WWWDIR}/cgi-bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/tinyows ${WWWDIR}/cgi-bin/tinyows + ${MKDIR} ${STAGEDIR}${WWWDIR}/cgi-bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/tinyows ${STAGEDIR}${WWWDIR}/cgi-bin/tinyows .include <bsd.port.mk> Modified: head/graphics/tinyows/distinfo ============================================================================== --- head/graphics/tinyows/distinfo Fri Jan 17 02:11:14 2014 (r340007) +++ head/graphics/tinyows/distinfo Fri Jan 17 02:34:57 2014 (r340008) @@ -1,2 +1,2 @@ -SHA256 (tinyows-1.0.0.tar.bz2) = c65ab614eb72dd4ae0983cd85c665c2f1e370fc10befa8fd0472db53cef77fde -SIZE (tinyows-1.0.0.tar.bz2) = 1195708 +SHA256 (tinyows-1.1.0.tar.bz2) = c9b6bec5c8c0302bd9c89c3d55df7b11efd194f1fd3d40ec50edbe3b9c24ab77 +SIZE (tinyows-1.1.0.tar.bz2) = 1182951 Modified: head/graphics/tinyows/pkg-descr ============================================================================== --- head/graphics/tinyows/pkg-descr Fri Jan 17 02:11:14 2014 (r340007) +++ head/graphics/tinyows/pkg-descr Fri Jan 17 02:34:57 2014 (r340008) @@ -1,4 +1,5 @@ TinyOWS server implements latest WFS-T standard versions, as well as related standards such as Filter Encoding (FE). +WWW: http://mapserver.org/trunk/tinyows/ WWW: http://www.tinyows.org/ Modified: head/graphics/tinyows/pkg-plist ============================================================================== --- head/graphics/tinyows/pkg-plist Fri Jan 17 02:11:14 2014 (r340007) +++ head/graphics/tinyows/pkg-plist Fri Jan 17 02:34:57 2014 (r340008) @@ -51,6 +51,7 @@ %%DATADIR%%/schema/ows/1.0.0/owsOperationsMetadata.xsd %%DATADIR%%/schema/ows/1.0.0/owsServiceIdentification.xsd %%DATADIR%%/schema/ows/1.0.0/owsServiceProvider.xsd +%%DATADIR%%/schema/tows/config.xsd %%DATADIR%%/schema/wfs/1.0.0/WFS-basic.xsd %%DATADIR%%/schema/wfs/1.0.0/WFS-capabilities.xsd %%DATADIR%%/schema/wfs/1.0.0/WFS-transaction.xsd @@ -64,6 +65,7 @@ @dirrm %%DATADIR%%/schema/wfs/1.1.0 @dirrm %%DATADIR%%/schema/wfs/1.0.0 @dirrm %%DATADIR%%/schema/wfs +@dirrm %%DATADIR%%/schema/tows @dirrm %%DATADIR%%/schema/ows/1.0.0 @dirrm %%DATADIR%%/schema/ows @dirrm %%DATADIR%%/schema/gml/3.1.1/xlink
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401170234.s0H2YviQ029805>