Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2019 17:04:39 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500815 - head/graphics/tinyows
Message-ID:  <201905041704.x44H4d1p020063@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sat May  4 17:04:39 2019
New Revision: 500815
URL: https://svnweb.freebsd.org/changeset/ports/500815

Log:
  Fix *DEPENDS, add missing USES pgsql
  
  PR:		236541
  Submitted by:	wenheping2000@hotmail.com
  Reviewed by:	riggs
  Approved by:	maintainer timeout
  MFH:		2019Q2

Modified:
  head/graphics/tinyows/Makefile

Modified: head/graphics/tinyows/Makefile
==============================================================================
--- head/graphics/tinyows/Makefile	Sat May  4 15:34:35 2019	(r500814)
+++ head/graphics/tinyows/Makefile	Sat May  4 17:04:39 2019	(r500815)
@@ -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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905041704.x44H4d1p020063>