diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-17 00:11:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-17 00:11:08 +0800 |
commit | 2a126ccf61aac1f5542c0a5a621a10d969443990 (patch) | |
tree | 45fa6b223904963aaa2e0433c7e1e4a61d9d3cd0 /databases | |
parent | f6983e4f373d3b365ecc11d1bff839d979fb0fe5 (diff) | |
download | freebsd-ports-gnome-2a126ccf61aac1f5542c0a5a621a10d969443990.tar.gz freebsd-ports-gnome-2a126ccf61aac1f5542c0a5a621a10d969443990.tar.zst freebsd-ports-gnome-2a126ccf61aac1f5542c0a5a621a10d969443990.zip |
Rename -legacy to fix pkgname collision
Deprecared as it is EOLed upstream
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgis/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile index 7d630aad8554..8aa84e18718e 100644 --- a/databases/postgis/Makefile +++ b/databases/postgis/Makefile @@ -6,7 +6,8 @@ PORTVERSION= 1.5.3 PORTREVISION= 3 CATEGORIES= databases geography MASTER_SITES= http://postgis.refractions.net/download/ \ - http://www.postgis.org/download/ + http://www.postgis.org/download/ +PKGNAMESUFIX= -legacy MAINTAINER= ports@FreeBSD.org COMMENT= Adds support for geographic objects to PostgreSQL databases @@ -17,6 +18,9 @@ RUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server CONFLICTS= postgis-2.* +DEPRECATED= EOLed upstream +EXPIRATION_DATE= 2013-12-16 + USES= bison iconv gmake perl5 USE_GNOME= libxml2 USE_PGSQL= yes |