Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2019 00:32:52 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505187 - in head/graphics: . proj5
Message-ID:  <201906270032.x5R0Wq4s003022@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Thu Jun 27 00:32:52 2019
New Revision: 505187
URL: https://svnweb.freebsd.org/changeset/ports/505187

Log:
  - Repocopy graphics/proj --> graphics/proj5
  - Mark DEPRECATED and set EXPIRATION_DATE
  - Set CONFLICTS_INSTALL with proj
  
  PR:		237932
  Submitted by:	wenheping2000@hotmail.com(myself)
  Approved by:	maintainer(timeout, > 30 days)
  Exp-run by:	antoine@

Added:
  head/graphics/proj5/
     - copied from r505185, head/graphics/proj/
Modified:
  head/graphics/Makefile
  head/graphics/proj5/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Wed Jun 26 23:59:37 2019	(r505186)
+++ head/graphics/Makefile	Thu Jun 27 00:32:52 2019	(r505187)
@@ -801,6 +801,7 @@
     SUBDIR += price
     SUBDIR += processing
     SUBDIR += proj
+    SUBDIR += proj5
     SUBDIR += pstoedit
     SUBDIR += pstoepsi
     SUBDIR += ptex

Modified: head/graphics/proj5/Makefile
==============================================================================
--- head/graphics/proj/Makefile	Wed Jun 26 21:49:56 2019	(r505185)
+++ head/graphics/proj5/Makefile	Thu Jun 27 00:32:52 2019	(r505187)
@@ -6,6 +6,7 @@ PORTVERSION=	5.1.0
 PORTEPOCH=	1
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://download.osgeo.org/proj/
+PKGNAMESUFFIX=	5
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DATUM_GRID_FILES}
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
@@ -14,6 +15,11 @@ COMMENT=	Cartographic Projections library
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
+
+CONFLICTS_INSTALL=	proj-6.[0-9]*.[0-9]*
+
+DEPRECATED=		Please use graphics/proj instead
+EXPIRATION_DATE=	2019-09-27
 
 DATUM_GRID_FILES=	proj-datumgrid-1.7.zip
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906270032.x5R0Wq4s003022>