mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
graphics/tinyows: Update to 1.2.0
- Update to 1.2.0 - Switch postgis to 3.1 (postgis25 is deprecated) - Add license - regenerate patch PR: 260978 Approved by: joris.dedieu@gmail.com (maintainer timeout)
This commit is contained in:
parent
ed5164d1f8
commit
cd0d83cd41
3 changed files with 13 additions and 12 deletions
|
@ -1,21 +1,21 @@
|
|||
# Created by: Joris Dedieu <joris.dedieu@gmail.com>
|
||||
|
||||
PORTNAME= tinyows
|
||||
PORTVERSION= 1.1.0
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= graphics www geography
|
||||
MASTER_SITES= https://download.osgeo.org/mapserver/
|
||||
|
||||
MAINTAINER= joris.dedieu@gmail.com
|
||||
COMMENT= High Performance WFS-T server
|
||||
|
||||
DEPRECATED= Depends on expired databases/postgis25
|
||||
EXPIRATION_DATE=2022-03-31
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libxml2.so:textproc/libxml2 \
|
||||
liblwgeom.so:databases/postgis25
|
||||
BUILD_DEPENDS= ${LOCALBASE}/share/postgresql/extension/postgis.control:databases/postgis31
|
||||
LIB_DEPENDS= libxml2.so:textproc/libxml2
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/postgresql/extension/postgis.control:databases/postgis31
|
||||
|
||||
USES= pgsql tar:bzip2
|
||||
USES= autoreconf pgsql
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (tinyows-1.1.0.tar.bz2) = c9b6bec5c8c0302bd9c89c3d55df7b11efd194f1fd3d40ec50edbe3b9c24ab77
|
||||
SIZE (tinyows-1.1.0.tar.bz2) = 1182951
|
||||
TIMESTAMP = 1641480815
|
||||
SHA256 (tinyows-1.2.0.tar.gz) = 96e40afc7543e9bf31f266f600788acb62e617c1fa26c446cb0205a4ec74b563
|
||||
SIZE (tinyows-1.2.0.tar.gz) = 1278980
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- Makefile.in.orig 2012-11-13 16:07:34.000000000 +0100
|
||||
+++ Makefile.in 2014-01-17 03:16:24.000000000 +0100
|
||||
@@ -43,10 +43,10 @@
|
||||
--- Makefile.in.orig 2021-06-11 15:17:18 UTC
|
||||
+++ Makefile.in
|
||||
@@ -43,10 +43,10 @@ clean:
|
||||
|
||||
install:
|
||||
@echo "-----"
|
||||
|
|
Loading…
Add table
Reference in a new issue