Date: Wed, 8 Aug 2018 23:08:06 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476690 - head/misc/orange3 Message-ID: <201808082308.w78N8626077686@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Aug 8 23:08:06 2018 New Revision: 476690 URL: https://svnweb.freebsd.org/changeset/ports/476690 Log: misc/orange3: Update 3.14.0 -> 3.15.0 Also add stripping. Modified: head/misc/orange3/Makefile head/misc/orange3/distinfo Modified: head/misc/orange3/Makefile ============================================================================== --- head/misc/orange3/Makefile Wed Aug 8 23:06:15 2018 (r476689) +++ head/misc/orange3/Makefile Wed Aug 8 23:08:06 2018 (r476690) @@ -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> Modified: head/misc/orange3/distinfo ============================================================================== --- head/misc/orange3/distinfo Wed Aug 8 23:06:15 2018 (r476689) +++ head/misc/orange3/distinfo Wed Aug 8 23:08:06 2018 (r476690) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808082308.w78N8626077686>