Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2019 21:55:15 +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: r502072 - head/net/py-pysocks
Message-ID:  <201905192155.x4JLtFbv036637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	sunpoet@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



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