diff options
author | yuri <yuri@FreeBSD.org> | 2018-08-09 07:08:06 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-08-09 07:08:06 +0800 |
commit | 16ab5bcb94718fe815f18e3333ee11bc0818afac (patch) | |
tree | 93b7f9692aa0dd01aefe274c681f1bc15a92645b /misc | |
parent | 1419a0d159a8b5f359cd7664ccafaf65fe018a5d (diff) | |
download | freebsd-ports-gnome-16ab5bcb94718fe815f18e3333ee11bc0818afac.tar.gz freebsd-ports-gnome-16ab5bcb94718fe815f18e3333ee11bc0818afac.tar.zst freebsd-ports-gnome-16ab5bcb94718fe815f18e3333ee11bc0818afac.zip |
misc/orange3: Update 3.14.0 -> 3.15.0
Also add stripping.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/orange3/Makefile | 7 | ||||
-rw-r--r-- | misc/orange3/distinfo | 6 |
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 |