Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2019 02:53:48 +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: r505193 - in head: graphics/p5-Geo-Proj4 misc/survex misc/zygrib
Message-ID:  <201906270253.x5R2rmOi076103@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Thu Jun 27 02:53:47 2019
New Revision: 505193
URL: https://svnweb.freebsd.org/changeset/ports/505193

Log:
  - Change DEPENDS from graphics/proj to graphics/proj5
  - Mark DEPRECATED and set EXPIRATION_DATE
  
  PR:		237932
  Submitted by:	wenheping2000@hotmail.com(myself)
  Approved by:	portmgr@(implicit, fix build)

Modified:
  head/graphics/p5-Geo-Proj4/Makefile
  head/misc/survex/Makefile
  head/misc/zygrib/Makefile

Modified: head/graphics/p5-Geo-Proj4/Makefile
==============================================================================
--- head/graphics/p5-Geo-Proj4/Makefile	Thu Jun 27 00:50:15 2019	(r505192)
+++ head/graphics/p5-Geo-Proj4/Makefile	Thu Jun 27 02:53:47 2019	(r505193)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Geo-Proj4
 PORTVERSION=	1.07
+PORTREVISION=	1
 CATEGORIES=	graphics devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,7 +14,10 @@ COMMENT=	Cartographic projections wrapper for Proj lib
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-LIB_DEPENDS=	libproj.so:graphics/proj
+DEPRECATED=	Can not build with graphics/proj
+EXPIRATION_DATE=2019-09-27
+
+LIB_DEPENDS=	libproj.so:graphics/proj5
 
 CONFIGURE_ENV=	GEOPROJ_FWTOOLS_DIR=${LOCALBASE}
 MAKE_ENV=	INC=-I${LOCALBASE}/include

Modified: head/misc/survex/Makefile
==============================================================================
--- head/misc/survex/Makefile	Thu Jun 27 00:50:15 2019	(r505192)
+++ head/misc/survex/Makefile	Thu Jun 27 02:53:47 2019	(r505193)
@@ -2,6 +2,7 @@
 
 PORTNAME=	survex
 DISTVERSION=	1.2.38
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	https://survex.com/software/${DISTVERSION}/
 
@@ -11,8 +12,11 @@ COMMENT=	Cave survey software
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Can not build with graphics/proj
+EXPIRATION_DATE=2019-09-27
+
 LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
-		libproj.so:graphics/proj
+		libproj.so:graphics/proj5
 
 USES=		compiler:c++11-lang desktop-file-utils gl gmake gnome pkgconfig shared-mime-info
 GNU_CONFIGURE=	yes

Modified: head/misc/zygrib/Makefile
==============================================================================
--- head/misc/zygrib/Makefile	Thu Jun 27 00:50:15 2019	(r505192)
+++ head/misc/zygrib/Makefile	Thu Jun 27 02:53:47 2019	(r505193)
@@ -2,7 +2,7 @@
 
 PORTNAME=	zygrib
 DISTVERSION=	8.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	misc
 MASTER_SITES=	http://www.zygrib.org/getfile.php?file=
 DISTNAME=	zyGrib-${DISTVERSION}
@@ -12,13 +12,16 @@ COMMENT=	Weather data visualization, GRIB file viewer
 
 LICENSE=	GPLv3
 
+DEPRECATED=		Can not build with graphics/proj
+EXPIRATION_DATE=	2019-09-27
+
 BROKEN_i386=	g2clib/libg2c.a: could not read symbols: File format not recognized
 
 FETCH_DEPENDS=	curl:ftp/curl
 LIB_DEPENDS=	libjasper.so:graphics/jasper \
 		libnova.so:astro/libnova \
 		libpng.so:graphics/png \
-		libproj.so:graphics/proj \
+		libproj.so:graphics/proj5 \
 		libqwt6.so:x11-toolkits/qwt6
 
 USES=		gmake localbase tar:tgz qt:5



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