From owner-svn-ports-head@freebsd.org Thu Jun 27 02:53:49 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70C2A15D89BB; Thu, 27 Jun 2019 02:53:49 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 10BE26B0DF; Thu, 27 Jun 2019 02:53:49 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BEAF19296; Thu, 27 Jun 2019 02:53:48 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5R2rmWP076106; Thu, 27 Jun 2019 02:53:48 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5R2rmOi076103; Thu, 27 Jun 2019 02:53:48 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201906270253.x5R2rmOi076103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 27 Jun 2019 02:53:48 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head: graphics/p5-Geo-Proj4 misc/survex misc/zygrib X-SVN-Commit-Revision: 505193 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 10BE26B0DF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jun 2019 02:53:49 -0000 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