aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2020-03-27 13:08:25 +0000
committerDiane Bruce <db@FreeBSD.org>2020-03-27 13:08:25 +0000
commit46d77fc8e3a7798295a9546ab84ac897a81858ed (patch)
treebea646f44414330f86d9b369c476c9616edda058 /cad
parent15730aa9b1239989be31dd15164d7bb11f18714b (diff)
downloadports-46d77fc8e3a7798295a9546ab84ac897a81858ed.tar.gz
ports-46d77fc8e3a7798295a9546ab84ac897a81858ed.zip
I was confused by the jump back in version numbering but got the proper
commit number after the proper 4.5 tag did an unneeded EPOCH bump (Thinking I was working on CuraEngine) and then managed to leave the wrong tag 14.5 instead of 4.5 in the version. (Porter Handbook 5.14) I'll wear the pointy hat. Mop up the RUN_DEPENDS I missed as noted by lme@ via email. === I made it work on my machine but there were a few missing runtime dependencies: - cad/cura-engine - comms/py-serial - graphics/qt-graphicaleffects - x11-toolkits/qt-quickcontrols2 After I installed the packages manually Cura starts successfully. :-) === Reported by: lme@FreeBSD.org
Notes
Notes: svn path=/head/; revision=529244
Diffstat (limited to 'cad')
-rw-r--r--cad/cura/Makefile8
-rw-r--r--cad/cura/distinfo6
2 files changed, 9 insertions, 5 deletions
diff --git a/cad/cura/Makefile b/cad/cura/Makefile
index e7a8a6682c96..0e39726fc742 100644
--- a/cad/cura/Makefile
+++ b/cad/cura/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
PORTNAME= Cura
-DISTVERSION= 15.06.03-82
+DISTVERSION= 4.5.0-82
DISTVERSIONSUFFIX= -g7c70ace
-PORTEPOCH= 1
+PORTEPOCH= 2
CATEGORIES= cad
DIST_SUBDIR= Ultimaker
@@ -18,9 +18,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt5-gui>0:x11-toolkits/py-qt5-gui@${PY_FLAVO
${PYTHON_PKGNAMEPREFIX}qt5-widgets>0:x11-toolkits/py-qt5-widgets@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}qt5-qml>0:lang/py-qt5-qml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zeroconf>0:net/py-zeroconf@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Shapely>0:devel/py-shapely@${PY_FLAVOR} \
+ qt5-graphicaleffects>0:graphics/qt5-graphicaleffects \
+ qt5-quickcontrols2>0:x11-toolkits/qt5-quickcontrols2 \
Uranium>0:cad/uranium \
libCharon>0:net/libcharon \
+ CuraEngine>0:cad/cura-engine \
fdm_materials>0:cad/fdm_materials \
${PYTHON_PKGNAMEPREFIX}trimesh>0:devel/py-trimesh@${PY_FLAVOR}
LIB_DEPENDS= libArcus.so:net/libarcus \
diff --git a/cad/cura/distinfo b/cad/cura/distinfo
index 14dc838325e7..a97d4b0bdf39 100644
--- a/cad/cura/distinfo
+++ b/cad/cura/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584382896
-SHA256 (Ultimaker/Ultimaker-Cura-15.06.03-82-g7c70ace-7c70ace_GH0.tar.gz) = 74123ef60aad0a03c334726bd4f6161761324894156a354f2c3c3cb7a4a14d2d
-SIZE (Ultimaker/Ultimaker-Cura-15.06.03-82-g7c70ace-7c70ace_GH0.tar.gz) = 34919081
+TIMESTAMP = 1585313387
+SHA256 (Ultimaker/Ultimaker-Cura-4.5.0-82-g7c70ace-7c70ace_GH0.tar.gz) = 74123ef60aad0a03c334726bd4f6161761324894156a354f2c3c3cb7a4a14d2d
+SIZE (Ultimaker/Ultimaker-Cura-4.5.0-82-g7c70ace-7c70ace_GH0.tar.gz) = 34919081