From owner-svn-ports-all@FreeBSD.ORG Fri Jan 17 02:34:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90ED2359; Fri, 17 Jan 2014 02:34:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C56B116D; Fri, 17 Jan 2014 02:34:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0H2Yw9V029809; Fri, 17 Jan 2014 02:34:58 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0H2YviQ029805; Fri, 17 Jan 2014 02:34:57 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201401170234.s0H2YviQ029805@svn.freebsd.org> From: Rene Ladan Date: Fri, 17 Jan 2014 02:34:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340008 - head/graphics/tinyows X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jan 2014 02:34:58 -0000 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 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 .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 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