mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
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
This commit is contained in:
parent
15730aa9b1
commit
46d77fc8e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529244
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user