svn commit: r495207 - head/devel/radian

Yuri Victorovich yuri at FreeBSD.org
Sat Mar 9 21:47:53 UTC 2019


Author: yuri
Date: Sat Mar  9 21:47:52 2019
New Revision: 495207
URL: https://svnweb.freebsd.org/changeset/ports/495207

Log:
  devel/radian: Update 0.3.2 -> 0.3.3
  
  Reported by:	portscout

Modified:
  head/devel/radian/Makefile
  head/devel/radian/distinfo

Modified: head/devel/radian/Makefile
==============================================================================
--- head/devel/radian/Makefile	Sat Mar  9 21:42:49 2019	(r495206)
+++ head/devel/radian/Makefile	Sat Mar  9 21:47:52 2019	(r495207)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	radian
-DISTVERSION=	0.3.2
+DISTVERSION=	0.3.3
 CATEGORIES=	devel math python
 MASTER_SITES=	CHEESESHOP
 
@@ -10,9 +10,10 @@ COMMENT=	21st century R console
 
 LICENSE=	MIT
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lineedit>=0.1.1:devel/py-lineedit@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}rapi>=0.1.2:math/py-rapi@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}rchitect>=0.2.3,<0.3.0:devel/py-rchitect@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}rchitect>=0.2.3,<0.3.0:devel/py-rchitect@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils noflavors autoplist

Modified: head/devel/radian/distinfo
==============================================================================
--- head/devel/radian/distinfo	Sat Mar  9 21:42:49 2019	(r495206)
+++ head/devel/radian/distinfo	Sat Mar  9 21:47:52 2019	(r495207)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551233580
-SHA256 (radian-0.3.2.tar.gz) = b392445d28c68581e0df0cb43f7f6dc88a89eb732dbaaa8088aa67af39819b6c
-SIZE (radian-0.3.2.tar.gz) = 20816
+TIMESTAMP = 1552167288
+SHA256 (radian-0.3.3.tar.gz) = 606de0c7f54329c3a4f637da644c9db1a64b3820e65ee4adcffee0081891f90b
+SIZE (radian-0.3.3.tar.gz) = 21470


More information about the svn-ports-all mailing list