Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2018 06:04:31 +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: r458510 - head/graphics/py-pyembree
Message-ID:  <201801090604.w0964VVt020737@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Jan  9 06:04:31 2018
New Revision: 458510
URL: https://svnweb.freebsd.org/changeset/ports/458510

Log:
  graphics/py-pyembree: Update to 0.1.2; Unbroke it, it was breaking in configure
  
  Submitted by:	myself
  Reported by:	build failure
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D13764

Modified:
  head/graphics/py-pyembree/Makefile
  head/graphics/py-pyembree/distinfo

Modified: head/graphics/py-pyembree/Makefile
==============================================================================
--- head/graphics/py-pyembree/Makefile	Tue Jan  9 04:13:47 2018	(r458509)
+++ head/graphics/py-pyembree/Makefile	Tue Jan  9 06:04:31 2018	(r458510)
@@ -2,25 +2,26 @@
 # $FreeBSD$
 
 PORTNAME=	pyembree
-PORTVERSION=	0.1.0
+DISTVERSION=	0.1.2
 CATEGORIES=	graphics python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	yuri@rawbw.com
+MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Python wrapper for Embree
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN=		fails to configure
-
 BUILD_DEPENDS=	${PYNUMPY}
 LIB_DEPENDS=	libembree.so:graphics/embree
 RUN_DEPENDS=	${PYNUMPY}
 
-USES=		localbase python:2
+USES=		localbase python
 USE_PYTHON=	autoplist distutils cython
 USE_GITHUB=	yes
 GH_ACCOUNT=	scopatz
+
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyembree/*.so
 
 .include <bsd.port.mk>

Modified: head/graphics/py-pyembree/distinfo
==============================================================================
--- head/graphics/py-pyembree/distinfo	Tue Jan  9 04:13:47 2018	(r458509)
+++ head/graphics/py-pyembree/distinfo	Tue Jan  9 06:04:31 2018	(r458510)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479273825
-SHA256 (scopatz-pyembree-0.1.0_GH0.tar.gz) = 2f34c2807377bf8f24d26a4ca65bce00c25120188205e66438ee653a92db88d5
-SIZE (scopatz-pyembree-0.1.0_GH0.tar.gz) = 9571
+TIMESTAMP = 1515065295
+SHA256 (scopatz-pyembree-0.1.2_GH0.tar.gz) = 630c02c5f083cc2dbd7de5d8471d90f1fea408d659dff43e94d2480940d7f44f
+SIZE (scopatz-pyembree-0.1.2_GH0.tar.gz) = 10522



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801090604.w0964VVt020737>