svn commit: r500818 - branches/2019Q2/graphics/tinyows

Thomas Zander riggs at FreeBSD.org
Sat May 4 17:52:25 UTC 2019


Author: riggs
Date: Sat May  4 17:52:24 2019
New Revision: 500818
URL: https://svnweb.freebsd.org/changeset/ports/500818

Log:
  MFH: r500815
  
  Fix *DEPENDS, add missing USES pgsql
  
  PR:		236541
  Submitted by:	wenheping2000 at hotmail.com
  Reviewed by:	riggs
  Approved by:	maintainer timeout
  
  Approved by:	ports-secteam (riggs)

Modified:
  branches/2019Q2/graphics/tinyows/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/graphics/tinyows/Makefile
==============================================================================
--- branches/2019Q2/graphics/tinyows/Makefile	Sat May  4 17:32:33 2019	(r500817)
+++ branches/2019Q2/graphics/tinyows/Makefile	Sat May  4 17:52:24 2019	(r500818)
@@ -3,24 +3,24 @@
 
 PORTNAME=	tinyows
 PORTVERSION=	1.1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics www geography
 MASTER_SITES=	https://download.osgeo.org/mapserver/
 
 MAINTAINER=	joris.dedieu at gmail.com
 COMMENT=	High Performance WFS-T server
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/postgresql/postgis-2.1.so:databases/postgis21
-LIB_DEPENDS=	libxml2.so:textproc/libxml2
+LIB_DEPENDS=	libxml2.so:textproc/libxml2 \
+		liblwgeom.so:databases/postgis25
 
-USES=		tar:bzip2
+USES=		pgsql tar:bzip2
 
 GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	FASTCGI
 OPTIONS_DEFAULT=FASTCGI
 
-FASTCGI_BUILD_DEPENDS=	cgi-fcgi:www/fcgi
+FASTCGI_LIB_DEPENDS=	libfcgi.so:www/fcgi
 FASTCGI_CONFIGURE_WITH=	fastcgi=${LOCALBASE}
 
 post-install:


More information about the svn-ports-all mailing list