Date: Sun, 8 Jan 2017 00:06:42 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430847 - in head: . math math/proj.4 science/gnudatalanguage Message-ID: <201701080006.v0806gwq068100@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Sun Jan 8 00:06:42 2017 New Revision: 430847 URL: https://svnweb.freebsd.org/changeset/ports/430847 Log: Remove math/proj.4. math/libproj was already duplicated as graphics/proj. Reported by: sunpoet and cmt Deleted: head/math/proj.4/ Modified: head/MOVED head/math/Makefile head/science/gnudatalanguage/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Jan 7 23:23:22 2017 (r430846) +++ head/MOVED Sun Jan 8 00:06:42 2017 (r430847) @@ -8970,3 +8970,4 @@ databases/rubygem-activerecord-mysql-ada databases/rubygem-dm-active_model||2017-01-07|Has expired: Depends on deprecated databases/rubygem-activemodel databases/rubygem-activemodel||2017-01-07|Has expired: Upstream support ended math/libproj4|math/proj.4|2017-01-07|Project was renamed +math/proj.4||2017-01-07|math/libproj4 was already duplicated as graphics/proj Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Jan 7 23:23:22 2017 (r430846) +++ head/math/Makefile Sun Jan 8 00:06:42 2017 (r430847) @@ -573,7 +573,6 @@ SUBDIR += plplot-ada SUBDIR += primegen SUBDIR += prng - SUBDIR += proj.4 SUBDIR += proofgeneral SUBDIR += pspp SUBDIR += pure-mpfr Modified: head/science/gnudatalanguage/Makefile ============================================================================== --- head/science/gnudatalanguage/Makefile Sat Jan 7 23:23:22 2017 (r430846) +++ head/science/gnudatalanguage/Makefile Sun Jan 8 00:06:42 2017 (r430847) @@ -70,7 +70,7 @@ HDF5_CMAKE_ON= -DHDF5:BOOL=YES HDF5_CMAKE_OFF= -DHDF5:BOOL=NO -DHDF:BOOL=NO LIBPROJ4_DESC= Support cartographic processes -LIBPROJ4_LIB_DEPENDS= libproj.so:math/proj.4 +LIBPROJ4_LIB_DEPENDS= libproj.so:graphics/proj LIBPROJ4_CMAKE_ON= -DLIBPROJ4:BOOL=YES LIBPROJ4_CMAKE_OFF= -DLIBPROJ4:BOOL=NO
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701080006.v0806gwq068100>