View | Details | Raw Unified | Return to bug 260978
Collapse All | Expand All

(-)b/graphics/tinyows/Makefile (-7 / +7 lines)
Lines 1-21 Link Here
1
# Created by: Joris Dedieu <joris.dedieu@gmail.com>
1
# Created by: Joris Dedieu <joris.dedieu@gmail.com>
2
2
3
PORTNAME=	tinyows
3
PORTNAME=	tinyows
4
PORTVERSION=	1.1.0
4
PORTVERSION=	1.2.0
5
PORTREVISION=	4
6
CATEGORIES=	graphics www geography
5
CATEGORIES=	graphics www geography
7
MASTER_SITES=	https://download.osgeo.org/mapserver/
6
MASTER_SITES=	https://download.osgeo.org/mapserver/
8
7
9
MAINTAINER=	joris.dedieu@gmail.com
8
MAINTAINER=	joris.dedieu@gmail.com
10
COMMENT=	High Performance WFS-T server
9
COMMENT=	High Performance WFS-T server
11
10
12
DEPRECATED=	Depends on expired databases/postgis25
11
LICENSE=	MIT
13
EXPIRATION_DATE=2022-03-31
12
LICENSE_FILE=	${WRKSRC}/LICENSE
14
13
15
LIB_DEPENDS=	libxml2.so:textproc/libxml2 \
14
BUILD_DEPENDS=	${LOCALBASE}/share/postgresql/extension/postgis.control:databases/postgis31
16
		liblwgeom.so:databases/postgis25
15
LIB_DEPENDS=	libxml2.so:textproc/libxml2
16
RUN_DEPENDS=	${LOCALBASE}/share/postgresql/extension/postgis.control:databases/postgis31
17
17
18
USES=		pgsql tar:bzip2
18
USES=		autoreconf pgsql
19
19
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
21
(-)b/graphics/tinyows/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (tinyows-1.1.0.tar.bz2) = c9b6bec5c8c0302bd9c89c3d55df7b11efd194f1fd3d40ec50edbe3b9c24ab77
1
TIMESTAMP = 1641480815
2
SIZE (tinyows-1.1.0.tar.bz2) = 1182951
2
SHA256 (tinyows-1.2.0.tar.gz) = 96e40afc7543e9bf31f266f600788acb62e617c1fa26c446cb0205a4ec74b563
3
SIZE (tinyows-1.2.0.tar.gz) = 1278980
(-)b/graphics/tinyows/files/patch-Makefile.in (-3 / +3 lines)
Lines 1-6 Link Here
1
--- Makefile.in.orig	2012-11-13 16:07:34.000000000 +0100
1
--- Makefile.in.orig	2021-06-11 15:17:18 UTC
2
+++ Makefile.in	2014-01-17 03:16:24.000000000 +0100
2
+++ Makefile.in
3
@@ -43,10 +43,10 @@
3
@@ -43,10 +43,10 @@ clean: 
4
 
4
 
5
 install:
5
 install:
6
 	@echo "-----"
6
 	@echo "-----"

Return to bug 260978