From owner-svn-ports-all@freebsd.org Wed Aug 8 23:08:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EE63106E7F3; Wed, 8 Aug 2018 23:08:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5500D70E2B; Wed, 8 Aug 2018 23:08:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 31FC711236; Wed, 8 Aug 2018 23:08:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w78N87cI077688; Wed, 8 Aug 2018 23:08:07 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w78N8626077686; Wed, 8 Aug 2018 23:08:06 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201808082308.w78N8626077686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 8 Aug 2018 23:08:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476690 - head/misc/orange3 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/misc/orange3 X-SVN-Commit-Revision: 476690 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2018 23:08:07 -0000 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 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