mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
misc/orange3: Update 3.14.0 -> 3.15.0
Also add stripping.
This commit is contained in:
parent
4a644c0bce
commit
3304a8a313
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476690
2 changed files with 7 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue