git: 588af725ac83 - main - graphics/tinyows: undeprecate the port and update to version 1.2.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Feb 2025 04:13:00 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=588af725ac833d3d42aadade969bd95711bb2073 commit 588af725ac833d3d42aadade969bd95711bb2073 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2025-02-01 04:12:02 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2025-02-01 04:12:02 +0000 graphics/tinyows: undeprecate the port and update to version 1.2.2 Shorten three lines in the Makefile to fit standard terminal width. Fixes: 0a48df48aa0a --- graphics/tinyows/Makefile | 14 +++++--------- graphics/tinyows/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/graphics/tinyows/Makefile b/graphics/tinyows/Makefile index bd0be911d101..2a534cee851a 100644 --- a/graphics/tinyows/Makefile +++ b/graphics/tinyows/Makefile @@ -1,6 +1,5 @@ PORTNAME= tinyows -PORTVERSION= 1.2.0 -PORTREVISION= 5 +PORTVERSION= 1.2.2 CATEGORIES= graphics www geography MASTER_SITES= https://download.osgeo.org/mapserver/ @@ -9,13 +8,10 @@ COMMENT= High Performance WFS-T server WWW= https://mapserver.org/tinyows/ LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.md -DEPRECATED= Depends on expired databases/postgis31 -EXPIRATION_DATE=2025-02-01 - -BUILD_DEPENDS= ${LOCALBASE}/share/postgresql/extension/postgis.control:databases/postgis31 -RUN_DEPENDS= ${LOCALBASE}/share/postgresql/extension/postgis.control:databases/postgis31 +BUILD_DEPENDS= shp2pgsql:databases/postgis33 +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= autoreconf gnome pgsql USE_GNOME= libxml2 @@ -30,6 +26,6 @@ FASTCGI_CONFIGURE_WITH= fastcgi=${LOCALBASE} post-install: ${MKDIR} ${STAGEDIR}${WWWDIR}/cgi-bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/tinyows ${STAGEDIR}${WWWDIR}/cgi-bin/tinyows + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${WWWDIR}/cgi-bin .include <bsd.port.mk> diff --git a/graphics/tinyows/distinfo b/graphics/tinyows/distinfo index 8a1a366099d8..2db344f7518a 100644 --- a/graphics/tinyows/distinfo +++ b/graphics/tinyows/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641480815 -SHA256 (tinyows-1.2.0.tar.gz) = 96e40afc7543e9bf31f266f600788acb62e617c1fa26c446cb0205a4ec74b563 -SIZE (tinyows-1.2.0.tar.gz) = 1278980 +TIMESTAMP = 1722439561 +SHA256 (tinyows-1.2.2.tar.gz) = fb14a17c8d7c1625bff5f115895cd550bc758b0e048baa21ae0b228e3919839f +SIZE (tinyows-1.2.2.tar.gz) = 1218690