svn commit: r560608 - head/textproc/py-pss

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 6 20:32:50 UTC 2021


Author: sunpoet
Date: Wed Jan  6 20:32:45 2021
New Revision: 560608
URL: https://svnweb.freebsd.org/changeset/ports/560608

Log:
  Update to 1.43
  
  Changes:	https://github.com/eliben/pss/blob/master/CHANGES

Modified:
  head/textproc/py-pss/Makefile
  head/textproc/py-pss/distinfo

Modified: head/textproc/py-pss/Makefile
==============================================================================
--- head/textproc/py-pss/Makefile	Wed Jan  6 20:32:41 2021	(r560607)
+++ head/textproc/py-pss/Makefile	Wed Jan  6 20:32:45 2021	(r560608)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pss
-PORTVERSION=	1.42
-PORTREVISION=	1
+PORTVERSION=	1.43
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +13,9 @@ COMMENT=	Tool for grepping through source code
 LICENSE=	PD
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/py-pss/distinfo
==============================================================================
--- head/textproc/py-pss/distinfo	Wed Jan  6 20:32:41 2021	(r560607)
+++ head/textproc/py-pss/distinfo	Wed Jan  6 20:32:45 2021	(r560608)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533665652
-SHA256 (pss-1.42.tar.gz) = 8edd2c98add44f15dd627ab128b8b0279de598260b73ea2b3cfbce03c6f385ac
-SIZE (pss-1.42.tar.gz) = 27739
+TIMESTAMP = 1609953935
+SHA256 (pss-1.43.tar.gz) = dd52df9487ac02e689d004e3244f19931a03453fc0090c0889ae32aa2af82d2d
+SIZE (pss-1.43.tar.gz) = 26633


More information about the svn-ports-all mailing list