Date: Fri, 3 May 2019 17:58:33 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500749 - in head: . math math/py-rpy math/rpy Message-ID: <201905031758.x43HwXRF081927@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri May 3 17:58:32 2019 New Revision: 500749 URL: https://svnweb.freebsd.org/changeset/ports/500749 Log: Move math/rpy -> math/py-rpy Added: head/math/py-rpy/ - copied from r500748, head/math/rpy/ Deleted: head/math/rpy/ Modified: head/MOVED head/math/Makefile head/math/py-rpy/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri May 3 17:50:35 2019 (r500748) +++ head/MOVED Fri May 3 17:58:32 2019 (r500749) @@ -12213,3 +12213,4 @@ russian/ircd-hybrid|irc/ircd-hybrid|2019-05-01|Has exp devel/py-jsonschema2|devel/py-jsonschema|2019-05-01|Has expired: Use devel/py-jsonschema instead devel/rubygem-msgpack1|devel/rubygem-msgpack|2019-05-01|Has expired: Use devel/rubygem-msgpack instead www/p5-CGI.pm|www/p5-CGI|2019-05-01|Has expired: Use www/p5-CGI instead +math/rpy|math/py-rpy|2019-04-03|Moved to correct directory, this is a python library Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri May 3 17:50:35 2019 (r500748) +++ head/math/Makefile Fri May 3 17:58:32 2019 (r500749) @@ -783,6 +783,7 @@ SUBDIR += py-random2 SUBDIR += py-rapi SUBDIR += py-roman + SUBDIR += py-rpy SUBDIR += py-rpy2 SUBDIR += py-scientific SUBDIR += py-scikit-umfpack @@ -824,7 +825,6 @@ SUBDIR += rngstreams SUBDIR += rocs SUBDIR += rpcalc - SUBDIR += rpy SUBDIR += rubygem-algebra SUBDIR += rubygem-expression_parser SUBDIR += rubygem-fftw3 Modified: head/math/py-rpy/Makefile ============================================================================== --- head/math/rpy/Makefile Fri May 3 17:50:35 2019 (r500748) +++ head/math/py-rpy/Makefile Fri May 3 17:58:32 2019 (r500749) @@ -3,9 +3,10 @@ PORTNAME= rpy PORTVERSION= 1.0.3 -PORTREVISION= 38 +PORTREVISION= 39 CATEGORIES= math MASTER_SITES= SF +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python interface to the R Programming Language
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905031758.x43HwXRF081927>