Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2020 19:41:50 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529758 - head/cad/uranium
Message-ID:  <202003281941.02SJfoTK094755@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: db
Date: Sat Mar 28 19:41:50 2020
New Revision: 529758
URL: https://svnweb.freebsd.org/changeset/ports/529758

Log:
  Report:
  If you attempt to start cad/cura, it will fail with UM/View/GL/OpenGL.py
  being unable to include OpenGL.
  
  Maintainer:
  I bumped PORTREVSION
  
  PR:		ports/245129
  Submitted by:	vvelox@vvelox.net

Modified:
  head/cad/uranium/Makefile

Modified: head/cad/uranium/Makefile
==============================================================================
--- head/cad/uranium/Makefile	Sat Mar 28 19:18:17 2020	(r529757)
+++ head/cad/uranium/Makefile	Sat Mar 28 19:41:50 2020	(r529758)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Uranium
 DISTVERSION=	15.06.03
+PORTREVISION=	1
 CATEGORIES=	cad
 DIST_SUBDIR=	Ultimaker
 
@@ -14,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}qt5-quick>0:x11-toolkits/py-qt5-quick@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}PyOpenGL>0:graphics/py-PyOpenGL@${PY_FLAVOR}
 
 USES=		cmake python:3.4+ gettext
 USE_GITHUB=	yes



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