aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-08-08 23:08:06 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-08-08 23:08:06 +0000
commit3304a8a313a8bccd5c9c730f07cd4e16b6838c8c (patch)
tree93b7f9692aa0dd01aefe274c681f1bc15a92645b /misc
parent4a644c0bcea4cf4088e69e8d3eecbcd9257fee67 (diff)
downloadports-3304a8a313a8bccd5c9c730f07cd4e16b6838c8c.tar.gz
ports-3304a8a313a8bccd5c9c730f07cd4e16b6838c8c.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/orange3/Makefile7
-rw-r--r--misc/orange3/distinfo6
2 files changed, 7 insertions, 6 deletions
diff --git a/misc/orange3/Makefile b/misc/orange3/Makefile
index 2900bab25dd1..9628d2d99fd1 100644
--- a/misc/orange3/Makefile
+++ b/misc/orange3/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= orange3
-DISTVERSION= 3.14.0
+DISTVERSION= 3.15.0
CATEGORIES= misc python
MAINTAINER= yuri@FreeBSD.org
@@ -32,9 +32,10 @@ USE_PYTHON= distutils autoplist
USE_PYQT= core_run gui_run printsupport_run widgets_run webengine_run
CFLAGS+= -DQSORT_R_STYLE_BSD=yes
+LDFLAGS+= -Xlinker -strip-all # strip, stage-qa doesn't catch that it isn't stripped
-post-install: # https://github.com/biolab/orange3/issues/3060
- @${REINPLACE_CMD} -e 's|^"${PREFIX}/|| ; s|"$$||' ${_PYTHONPKGLIST}
+post-install:
+ @${REINPLACE_CMD} -e 's|^"${PREFIX}/|| ; s|"$$||' ${_PYTHONPKGLIST} # https://github.com/biolab/orange3/issues/3060
@${REINPLACE_CMD} -e 's|import sys|& ; from OpenGL import GL|' ${STAGEDIR}${PREFIX}/bin/orange-canvas # https://github.com/biolab/orange3/issues/3062
.include <bsd.port.mk>
diff --git a/misc/orange3/distinfo b/misc/orange3/distinfo
index 98a0b3c64a5a..ec3643ca5504 100644
--- a/misc/orange3/distinfo
+++ b/misc/orange3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1530814583
-SHA256 (biolab-orange3-3.14.0_GH0.tar.gz) = 21df82c1f87b9f2bc58735d729f1cfa58d695c663e7a51de71b5b87ab4ca7bf7
-SIZE (biolab-orange3-3.14.0_GH0.tar.gz) = 22537651
+TIMESTAMP = 1533708757
+SHA256 (biolab-orange3-3.15.0_GH0.tar.gz) = e3fd38bc393aba34f3154e9c3bdf5b95064ad159616706a9e064dd17256e2b32
+SIZE (biolab-orange3-3.15.0_GH0.tar.gz) = 22878386