From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 31 12:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3DCF5EF for ; Tue, 31 Dec 2013 12:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 8DF5A1ED0 for ; Tue, 31 Dec 2013 12:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBVCo01x037983 for ; Tue, 31 Dec 2013 12:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBVCo0VE037982; Tue, 31 Dec 2013 12:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 31 Dec 2013 12:50:00 GMT Resent-Message-Id: <201312311250.rBVCo0VE037982@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rainer Hurling 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 88B925EA for ; Tue, 31 Dec 2013 12:49:28 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 683391ECC for ; Tue, 31 Dec 2013 12:49:28 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBVCnRuv047505 for ; Tue, 31 Dec 2013 12:49:27 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBVCnRPo047499; Tue, 31 Dec 2013 12:49:27 GMT (envelope-from nobody) Message-Id: <201312311249.rBVCnRPo047499@oldred.freebsd.org> Date: Tue, 31 Dec 2013 12:49:27 GMT From: Rainer Hurling To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185367: [patch][update] graphics/tinyows: update to 1.1.0 and undeprecate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Dec 2013 12:50:00 -0000 >Number: 185367 >Category: ports >Synopsis: [patch][update] graphics/tinyows: update to 1.1.0 and undeprecate >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Dec 31 12:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rainer Hurling >Release: 11.0-CURRENT amd64 (clang) >Organization: >Environment: FreeBSD xxx.xxx.xxx 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r260082: Mon Dec 30 12:36:55 CET 2013 xxx@xxx.xxx.xxx:/usr/obj/usr/src/sys/XXX amd64 >Description: TinyOWS version 1.0.0 will expire on 2014-01-16, see PR ports/338281. Here comes an update with the following changes: - undeprecate - update from version 1.0.0 to 1.1.0 - change MASTER_SITES - support STAGEDIR - fix LIB_DEPENDS - update POSTGIS dependency It seems, that no changes in pkg-plist are needed. I am not sure what to do with LICENSE, see ${WORKDIR}/LICENSE. >How-To-Repeat: >Fix: The attached patch should do the update. Patch attached with submission follows: diff -u tinyows.orig/Makefile tinyows/Makefile --- tinyows.orig/Makefile 2013-12-31 12:52:04.000000000 +0100 +++ tinyows/Makefile 2013-12-31 12:58:47.000000000 +0100 @@ -2,19 +2,15 @@ # $FreeBSD: head/graphics/tinyows/Makefile 338281 2013-12-31 10:56:15Z rene $ 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 @@ OPTIONS_DEFINE= FASTCGI OPTIONS_DEFAULT= FASTCGI -NO_STAGE= yes .include .if ${PORT_OPTIONS:MFASTCGI} @@ -31,7 +26,7 @@ .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 diff -u tinyows.orig/distinfo tinyows/distinfo --- tinyows.orig/distinfo 2013-12-31 12:52:31.000000000 +0100 +++ tinyows/distinfo 2013-12-31 12:49:01.000000000 +0100 @@ -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 diff -u tinyows.orig/pkg-descr tinyows/pkg-descr --- tinyows.orig/pkg-descr 2013-06-20 17:51:55.000000000 +0200 +++ tinyows/pkg-descr 2013-12-31 13:04:57.000000000 +0100 @@ -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/ >Release-Note: >Audit-Trail: >Unformatted: