Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2020 07:07:52 +0000 (UTC)
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548458 - head/graphics/py-visvis
Message-ID:  <202009130707.08D77qRn015984@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rhurlin
Date: Sun Sep 13 07:07:51 2020
New Revision: 548458
URL: https://svnweb.freebsd.org/changeset/ports/548458

Log:
  graphics/py-visvis: Update to 1.12.4
  
  - Fixes some issues for CI.
  - Sort LIB_DEPENDS, RUN_DEPENDS order
  - Remove RUN_DEPENDS for py27 flavor
  
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D26411

Modified:
  head/graphics/py-visvis/Makefile
  head/graphics/py-visvis/distinfo

Modified: head/graphics/py-visvis/Makefile
==============================================================================
--- head/graphics/py-visvis/Makefile	Sun Sep 13 06:23:16 2020	(r548457)
+++ head/graphics/py-visvis/Makefile	Sun Sep 13 07:07:51 2020	(r548458)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	visvis
-PORTVERSION=	1.12.3
-PORTREVISION=	1
+PORTVERSION=	1.12.4
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +13,11 @@ COMMENT=	Object oriented approach to visualization of 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/license.txt
 
+LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk
 RUN_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}imageio>=0:graphics/py-imageio@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyside2>=0:devel/pyside2@${PY_FLAVOR}
-LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk
 
 USES=		gl python:3.5+ pyqt:5
 USE_GL=		gl
@@ -27,12 +27,4 @@ USE_WX=		3.0+
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} >= 3400
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}imageio>=0:graphics/py-imageio@${PY_FLAVOR}
-.else
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}imageio24>=0:graphics/py-imageio24@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/graphics/py-visvis/distinfo
==============================================================================
--- head/graphics/py-visvis/distinfo	Sun Sep 13 06:23:16 2020	(r548457)
+++ head/graphics/py-visvis/distinfo	Sun Sep 13 07:07:51 2020	(r548458)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586285539
-SHA256 (visvis-1.12.3.tar.gz) = fb1bc3380c559a0c7bab30a8e5cd117d34e8b442488ef6654d1ef17f9116619d
-SIZE (visvis-1.12.3.tar.gz) = 5074497
+TIMESTAMP = 1599887932
+SHA256 (visvis-1.12.4.tar.gz) = 0806d45e1829ad8e53db21487ada041c16eea8c7363390a7339316fba3ce2d93
+SIZE (visvis-1.12.4.tar.gz) = 5074422



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