svn commit: r334011 - head/databases/postgis

Baptiste Daroussin bapt at FreeBSD.org
Sat Nov 16 16:11:09 UTC 2013


Author: bapt
Date: Sat Nov 16 16:11:08 2013
New Revision: 334011
URL: http://svnweb.freebsd.org/changeset/ports/334011

Log:
  Rename -legacy to fix pkgname collision
  Deprecared as it is EOLed upstream

Modified:
  head/databases/postgis/Makefile

Modified: head/databases/postgis/Makefile
==============================================================================
--- head/databases/postgis/Makefile	Sat Nov 16 16:04:11 2013	(r334010)
+++ head/databases/postgis/Makefile	Sat Nov 16 16:11:08 2013	(r334011)
@@ -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 at FreeBSD.org
 COMMENT=	Adds support for geographic objects to PostgreSQL databases
@@ -17,6 +18,9 @@ RUN_DEPENDS=	postmaster:${PORTSDIR}/data
 
 CONFLICTS=	postgis-2.*
 
+DEPRECATED=	EOLed upstream
+EXPIRATION_DATE=	2013-12-16
+
 USES=		bison iconv gmake perl5
 USE_GNOME=	libxml2
 USE_PGSQL=	yes


More information about the svn-ports-all mailing list