mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/tinyows: undeprecate the port and update to version 1.2.2
Shorten three lines in the Makefile to fit standard terminal width.
Fixes: 0a48df48aa
This commit is contained in:
parent
614d36df3d
commit
588af725ac
2 changed files with 8 additions and 12 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= tinyows
|
PORTNAME= tinyows
|
||||||
PORTVERSION= 1.2.0
|
PORTVERSION= 1.2.2
|
||||||
PORTREVISION= 5
|
|
||||||
CATEGORIES= graphics www geography
|
CATEGORIES= graphics www geography
|
||||||
MASTER_SITES= https://download.osgeo.org/mapserver/
|
MASTER_SITES= https://download.osgeo.org/mapserver/
|
||||||
|
|
||||||
|
@ -9,13 +8,10 @@ COMMENT= High Performance WFS-T server
|
||||||
WWW= https://mapserver.org/tinyows/
|
WWW= https://mapserver.org/tinyows/
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||||
|
|
||||||
DEPRECATED= Depends on expired databases/postgis31
|
BUILD_DEPENDS= shp2pgsql:databases/postgis33
|
||||||
EXPIRATION_DATE=2025-02-01
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/share/postgresql/extension/postgis.control:databases/postgis31
|
|
||||||
RUN_DEPENDS= ${LOCALBASE}/share/postgresql/extension/postgis.control:databases/postgis31
|
|
||||||
|
|
||||||
USES= autoreconf gnome pgsql
|
USES= autoreconf gnome pgsql
|
||||||
USE_GNOME= libxml2
|
USE_GNOME= libxml2
|
||||||
|
@ -30,6 +26,6 @@ FASTCGI_CONFIGURE_WITH= fastcgi=${LOCALBASE}
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MKDIR} ${STAGEDIR}${WWWDIR}/cgi-bin/
|
${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>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1641480815
|
TIMESTAMP = 1722439561
|
||||||
SHA256 (tinyows-1.2.0.tar.gz) = 96e40afc7543e9bf31f266f600788acb62e617c1fa26c446cb0205a4ec74b563
|
SHA256 (tinyows-1.2.2.tar.gz) = fb14a17c8d7c1625bff5f115895cd550bc758b0e048baa21ae0b228e3919839f
|
||||||
SIZE (tinyows-1.2.0.tar.gz) = 1278980
|
SIZE (tinyows-1.2.2.tar.gz) = 1218690
|
||||||
|
|
Loading…
Add table
Reference in a new issue