Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Mar 2018 21:25:11 +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: r465639 - head/science/py-OpenFermion
Message-ID:  <201803262125.w2QLPBjW047682@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Mar 26 21:25:10 2018
New Revision: 465639
URL: https://svnweb.freebsd.org/changeset/ports/465639

Log:
  science/py-OpenFermion: Update 0.4 -> 0.4-29; Remove workaround
  
  The upstream fixed the bug with non-ascii characters.

Modified:
  head/science/py-OpenFermion/Makefile
  head/science/py-OpenFermion/distinfo

Modified: head/science/py-OpenFermion/Makefile
==============================================================================
--- head/science/py-OpenFermion/Makefile	Mon Mar 26 21:23:45 2018	(r465638)
+++ head/science/py-OpenFermion/Makefile	Mon Mar 26 21:25:10 2018	(r465639)
@@ -2,7 +2,8 @@
 
 PORTNAME=	OpenFermion
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.4
+DISTVERSION=	0.4-29
+DISTVERSIONSUFFIX=	-g781d0a7
 CATEGORIES=	science python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -25,8 +26,5 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	quantumlib
 USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes
-
-post-patch: # workaround for https://github.com/quantumlib/OpenFermion/issues/289 (non-ascii file)
-	@truncate -s 0 ${WRKSRC}/README.rst
 
 .include <bsd.port.mk>

Modified: head/science/py-OpenFermion/distinfo
==============================================================================
--- head/science/py-OpenFermion/distinfo	Mon Mar 26 21:23:45 2018	(r465638)
+++ head/science/py-OpenFermion/distinfo	Mon Mar 26 21:25:10 2018	(r465639)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522033438
-SHA256 (quantumlib-OpenFermion-v0.4_GH0.tar.gz) = 1073c74d71bf81efa64c5956f24a68b88f2de4c8e9f0eaf83da5536ba2137510
-SIZE (quantumlib-OpenFermion-v0.4_GH0.tar.gz) = 354007
+TIMESTAMP = 1522098723
+SHA256 (quantumlib-OpenFermion-v0.4-29-g781d0a7_GH0.tar.gz) = bf3c40e40798c1fb01b4b94edeb3a18be2f640ac20fb1ea51468e467b3add98e
+SIZE (quantumlib-OpenFermion-v0.4-29-g781d0a7_GH0.tar.gz) = 371180



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