Update to latest version from 2019.04.04 and fix pkg-plist to fix build errors.
PR: 237015
This commit is contained in:
parent
2d11db6ed8
commit
4b9a35c73c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497947
@ -2,8 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openscad
|
||||
PORTVERSION= 2019.02.05
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2019.04.04
|
||||
#PORTREVISION= 1
|
||||
CATEGORIES= cad
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
@ -23,7 +23,8 @@ LIB_DEPENDS= libzip.so:archivers/libzip \
|
||||
libmpfr.so:math/mpfr \
|
||||
libfreetype.so:print/freetype2 \
|
||||
libharfbuzz.so:print/harfbuzz \
|
||||
libfontconfig.so:x11-fonts/fontconfig
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libdouble-conversion.so:devel/double-conversion
|
||||
|
||||
CONFLICTS= openscad
|
||||
|
||||
@ -34,7 +35,7 @@ USE_GL= gl glu glew
|
||||
USE_GNOME= glib20 libxml2
|
||||
USE_QT= buildtools_build core concurrent_build dbus gui multimedia widgets
|
||||
USE_XORG= x11
|
||||
GH_TAGNAME= 8ab3f307378613a5edd6440d948bdb80428ae33d
|
||||
GH_TAGNAME= 6bfcb5e036d2dc10716b5257f9b600efca148512
|
||||
QMAKE_ARGS= CONFIG+="experimental" VERSION=${PORTVERSION}
|
||||
# Avoid overlinking: kvm, procstat, boost(thread, system), Qt5(concurrent, network, printsupport)
|
||||
LDFLAGS+= -Wl,--as-needed
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1549384082
|
||||
SHA256 (openscad-openscad-2019.02.05-8ab3f307378613a5edd6440d948bdb80428ae33d_GH0.tar.gz) = efe64a69ae5f5ae0d6043ec8499356f1ce0f79552dcfee3b6288146fdd51fa20
|
||||
SIZE (openscad-openscad-2019.02.05-8ab3f307378613a5edd6440d948bdb80428ae33d_GH0.tar.gz) = 14235835
|
||||
TIMESTAMP = 1554446602
|
||||
SHA256 (openscad-openscad-2019.04.04-6bfcb5e036d2dc10716b5257f9b600efca148512_GH0.tar.gz) = 6fb8c8ba2c0d0091958fdbeb258ae0bd8fd9e21e5c9a8b4c9d0a601eca37b840
|
||||
SIZE (openscad-openscad-2019.04.04-6bfcb5e036d2dc10716b5257f9b600efca148512_GH0.tar.gz) = 14598790
|
||||
|
@ -108,5 +108,6 @@ share/mime/packages/openscad.xml
|
||||
%%DATADIR%%/locale/fr/LC_MESSAGES/openscad.mo
|
||||
%%DATADIR%%/locale/pl/LC_MESSAGES/openscad.mo
|
||||
%%DATADIR%%/locale/ru/LC_MESSAGES/openscad.mo
|
||||
%%DATADIR%%/locale/uk/LC_MESSAGES/openscad.mo
|
||||
share/pixmaps/openscad.png
|
||||
@dir %%DATADIR%%/libraries/MCAD
|
||||
|
Loading…
Reference in New Issue
Block a user