svn commit: r502072 - head/net/py-pysocks

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 19 21:55:21 UTC 2019


Author: sunpoet
Date: Sun May 19 21:55:14 2019
New Revision: 502072
URL: https://svnweb.freebsd.org/changeset/ports/502072

Log:
  Update to 1.7.0
  
  - Add LICENSE_FILE
  - Take maintainership
  
  Changes:	https://github.com/Anorov/PySocks/releases
  		https://github.com/Anorov/PySocks/commits/master

Modified:
  head/net/py-pysocks/Makefile
  head/net/py-pysocks/distinfo

Modified: head/net/py-pysocks/Makefile
==============================================================================
--- head/net/py-pysocks/Makefile	Sun May 19 21:55:09 2019	(r502071)
+++ head/net/py-pysocks/Makefile	Sun May 19 21:55:14 2019	(r502072)
@@ -2,19 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	pysocks
-PORTVERSION=	1.6.8
+PORTVERSION=	1.7.0
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	PySocks-${PORTVERSION}
 
-MAINTAINER=	python at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Python SOCKS module
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/net/py-pysocks/distinfo
==============================================================================
--- head/net/py-pysocks/distinfo	Sun May 19 21:55:09 2019	(r502071)
+++ head/net/py-pysocks/distinfo	Sun May 19 21:55:14 2019	(r502072)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513969134
-SHA256 (PySocks-1.6.8.tar.gz) = 3fe52c55890a248676fd69dc9e3c4e811718b777834bcaab7a8125cf9deac672
-SIZE (PySocks-1.6.8.tar.gz) = 283450
+TIMESTAMP = 1558182221
+SHA256 (PySocks-1.7.0.tar.gz) = d9031ea45fdfacbe59a99273e9f0448ddb33c1580fe3831c1b09557c5718977c
+SIZE (PySocks-1.7.0.tar.gz) = 284351


More information about the svn-ports-head mailing list