Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2020 15:35:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552643 - in head/converters/py-zfec: . files
Message-ID:  <202010181535.09IFZIT8002789@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 18 15:35:17 2020
New Revision: 552643
URL: https://svnweb.freebsd.org/changeset/ports/552643

Log:
  Update to 1.5.4
  
  Changes:	https://github.com/tahoe-lafs/zfec/blob/master/NEWS.txt

Deleted:
  head/converters/py-zfec/files/
Modified:
  head/converters/py-zfec/Makefile
  head/converters/py-zfec/distinfo

Modified: head/converters/py-zfec/Makefile
==============================================================================
--- head/converters/py-zfec/Makefile	Sun Oct 18 15:35:13 2020	(r552642)
+++ head/converters/py-zfec/Makefile	Sun Oct 18 15:35:17 2020	(r552643)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	zfec
-DISTVERSION=	1.5.3
-PORTREVISION=	1
+PORTVERSION=	1.5.4
 CATEGORIES=	converters python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,16 +17,12 @@ LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING.GPL
 LICENSE_FILE_TGGPL=	${WRKSRC}/COPYING.TGPPL.rst
 LICENSE_PERMS_TGGPL=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}argparse>=0.8:devel/py-argparse@${PY_FLAVOR}
+
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/zfec/_fec.so
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3000
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}argparse>=0.8:devel/py-argparse@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/converters/py-zfec/distinfo
==============================================================================
--- head/converters/py-zfec/distinfo	Sun Oct 18 15:35:13 2020	(r552642)
+++ head/converters/py-zfec/distinfo	Sun Oct 18 15:35:17 2020	(r552643)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534918559
-SHA256 (zfec-1.5.3.tar.gz) = b41bd4b0af9c6b3a78bd6734e1e4511475944164375e6241b53df518a366922b
-SIZE (zfec-1.5.3.tar.gz) = 79402
+TIMESTAMP = 1602877811
+SHA256 (zfec-1.5.4.tar.gz) = 222a2d84898db792b28f993cb663e940668bfbd844992a82351fd40dc1680883
+SIZE (zfec-1.5.4.tar.gz) = 80283



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