From nobody@FreeBSD.org  Tue Dec 31 12:49:28 2013
Return-Path: <nobody@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 88B925EA
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <rhurlin@gwdg.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch][update] graphics/tinyows: update to 1.1.0 and undeprecate
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: joris.dedieu@gmail.com

>Number:         185367
>Category:       ports
>Synopsis:       [patch][update] graphics/tinyows: update to 1.1.0 and undeprecate
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rene
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 31 12:50:00 UTC 2013
>Closed-Date:    Fri Jan 17 02:38:26 UTC 2014
>Last-Modified:  Fri Jan 17 02:40:00 UTC 2014
>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 <bsd.port.options.mk>
 
 .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 <bsd.port.mk>
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:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Dec 31 12:50:07 UTC 2013 
Responsible-Changed-Why:  
sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185367 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Dec 31 12:50:09 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185367 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: joris.dedieu@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/185367: [patch][update] graphics/tinyows: update to 1.1.0 and undeprecate
Date: Tue, 31 Dec 2013 12:50:08 UT

 Maintainer of graphics/tinyows,
 
 Please note that PR ports/185367 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/185367
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: sunpoet->rene 
Responsible-Changed-By: tabthorpe 
Responsible-Changed-When: Fri Jan 17 01:28:57 UTC 2014 
Responsible-Changed-Why:  
rene@ needs this to fix some issues 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185367 
State-Changed-From-To: feedback->closed 
State-Changed-By: rene 
State-Changed-When: Fri Jan 17 02:36:18 UTC 2014 
State-Changed-Why:  
Committed with some staging fixes 

Took-over to quickly fix INDEX breakage caused by me. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=185367 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185367: commit references a PR
Date: Fri, 17 Jan 2014 02:35:05 +0000 (UTC)

 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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
