Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Dec 2018 13:09:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486367 - head/graphics/tinyows
Message-ID:  <201812011309.wB1D94Yg032800@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec  1 13:09:03 2018
New Revision: 486367
URL: https://svnweb.freebsd.org/changeset/ports/486367

Log:
  Convert to options helper
  
  - While I'm here:
    - Update MASTER_SITES
    - Fix indent
    - Sort *_DEPENDS
    - Update BUILD_DEPENDS: remove redundant LOCALBASE/bin
    - Update WWW
  
  Approved by:	portmgr (blanket)

Modified:
  head/graphics/tinyows/Makefile
  head/graphics/tinyows/pkg-descr

Modified: head/graphics/tinyows/Makefile
==============================================================================
--- head/graphics/tinyows/Makefile	Sat Dec  1 13:08:56 2018	(r486366)
+++ head/graphics/tinyows/Makefile	Sat Dec  1 13:09:03 2018	(r486367)
@@ -1,30 +1,27 @@
 # Created by: Joris Dedieu <joris.dedieu@gmail.com>
 # $FreeBSD$
 
-PORTNAME=		tinyows
-PORTVERSION=		1.1.0
-PORTREVISION=		1
-CATEGORIES=		graphics www geography
-MASTER_SITES=		http://download.osgeo.org/mapserver/
+PORTNAME=	tinyows
+PORTVERSION=	1.1.0
+PORTREVISION=	1
+CATEGORIES=	graphics www geography
+MASTER_SITES=	https://download.osgeo.org/mapserver/
 
-MAINTAINER=		joris.dedieu@gmail.com
-COMMENT=		High Performance WFS-T server
+MAINTAINER=	joris.dedieu@gmail.com
+COMMENT=	High Performance WFS-T server
 
-LIB_DEPENDS=		libxml2.so:textproc/libxml2
-BUILD_DEPENDS=		${LOCALBASE}/lib/postgresql/postgis-2.1.so:databases/postgis21
+BUILD_DEPENDS=	${LOCALBASE}/lib/postgresql/postgis-2.1.so:databases/postgis21
+LIB_DEPENDS=	libxml2.so:textproc/libxml2
 
 USES=		tar:bzip2
-GNU_CONFIGURE=		YES
 
-OPTIONS_DEFINE=		FASTCGI
-OPTIONS_DEFAULT=	FASTCGI
+GNU_CONFIGURE=	yes
 
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE=	FASTCGI
+OPTIONS_DEFAULT=FASTCGI
 
-.if ${PORT_OPTIONS:MFASTCGI}
-BUILD_DEPENDS+=	${LOCALBASE}/bin/cgi-fcgi:www/fcgi
-CONFIGURE_ARGS+=	--with-fastcgi=${LOCALBASE}
-.endif
+FASTCGI_BUILD_DEPENDS=	cgi-fcgi:www/fcgi
+FASTCGI_CONFIGURE_WITH=	fastcgi=${LOCALBASE}
 
 post-install:
 	${MKDIR} ${STAGEDIR}${WWWDIR}/cgi-bin/

Modified: head/graphics/tinyows/pkg-descr
==============================================================================
--- head/graphics/tinyows/pkg-descr	Sat Dec  1 13:08:56 2018	(r486366)
+++ head/graphics/tinyows/pkg-descr	Sat Dec  1 13:09:03 2018	(r486367)
@@ -1,5 +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: https://mapserver.org/tinyows/
 WWW: http://www.tinyows.org/



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