svn commit: r561360 - head/math/py-fpylll

Thierry Thomas thierry at FreeBSD.org
Tue Jan 12 17:50:59 UTC 2021


Author: thierry
Date: Tue Jan 12 17:50:58 2021
New Revision: 561360
URL: https://svnweb.freebsd.org/changeset/ports/561360

Log:
  Upgrade to 0.5.5.
  
  Release notes at <https://github.com/fplll/fpylll/releases/tag/0.5.5>.

Modified:
  head/math/py-fpylll/Makefile
  head/math/py-fpylll/distinfo

Modified: head/math/py-fpylll/Makefile
==============================================================================
--- head/math/py-fpylll/Makefile	Tue Jan 12 17:50:18 2021	(r561359)
+++ head/math/py-fpylll/Makefile	Tue Jan 12 17:50:58 2021	(r561360)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fpylll
-PORTVERSION=	0.5.4
+PORTVERSION=	0.5.5
 CATEGORIES=	math python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -28,6 +28,9 @@ GH_ACCOUNT=	fplll
 
 USES=		compiler:c++11-lang python:3.6+
 USE_PYTHON=	distutils
+.if !defined(WITH_DEBUG)
+LDFLAGS+=	-s
+.endif
 
 OPTIONS_DEFINE=		DOCS
 DOCS_BUILD_DEPENDS=	${PY_SPHINX}

Modified: head/math/py-fpylll/distinfo
==============================================================================
--- head/math/py-fpylll/distinfo	Tue Jan 12 17:50:18 2021	(r561359)
+++ head/math/py-fpylll/distinfo	Tue Jan 12 17:50:58 2021	(r561360)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608212089
-SHA256 (fplll-fpylll-0.5.4_GH0.tar.gz) = a7571b192a0bdf29b55ec5d15d31756087ce3434ed7ebb8ed3dd31830873a926
-SIZE (fplll-fpylll-0.5.4_GH0.tar.gz) = 124678
+TIMESTAMP = 1610459696
+SHA256 (fplll-fpylll-0.5.5_GH0.tar.gz) = 739c8161c2c8ffa852c2795e2148129074db30176ae3d014ff7d6feebcd531dd
+SIZE (fplll-fpylll-0.5.5_GH0.tar.gz) = 124743


More information about the svn-ports-all mailing list