git: f0958b1d9324 - main - ftp/py-tftpy: Update to 0.8.1
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jun 14 17:47:35 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f0958b1d9324f3eee78644c5cff093cff435e5a8
commit f0958b1d9324f3eee78644c5cff093cff435e5a8
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-14 17:40:08 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-14 17:40:08 +0000
ftp/py-tftpy: Update to 0.8.1
- Update LICENSE_FILE
Changes: https://github.com/msoulier/tftpy/blob/master/README
https://github.com/msoulier/tftpy/commits/master
---
ftp/py-tftpy/Makefile | 5 ++---
ftp/py-tftpy/distinfo | 6 +++---
ftp/py-tftpy/pkg-descr | 1 -
3 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/ftp/py-tftpy/Makefile b/ftp/py-tftpy/Makefile
index 3951883e92c2..32690b736620 100644
--- a/ftp/py-tftpy/Makefile
+++ b/ftp/py-tftpy/Makefile
@@ -1,8 +1,7 @@
# Created by: Ju Pengfei <jupengfei at gmail.com>
PORTNAME= tftpy
-PORTVERSION= 0.8.0
-PORTREVISION= 1
+PORTVERSION= 0.8.1
CATEGORIES= ftp python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +10,7 @@ MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Pure Python TFTP library
LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/COPYING
+LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
diff --git a/ftp/py-tftpy/distinfo b/ftp/py-tftpy/distinfo
index 89872b159a6a..05e3af69aed9 100644
--- a/ftp/py-tftpy/distinfo
+++ b/ftp/py-tftpy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536942130
-SHA256 (tftpy-0.8.0.tar.gz) = c9095f6420125690865717e251dac3382abe5562d98b79780857b4535f554ffe
-SIZE (tftpy-0.8.0.tar.gz) = 32872
+TIMESTAMP = 1622214102
+SHA256 (tftpy-0.8.1.tar.gz) = 6bc1583d497d04162f05c79d27e836158cdc29f6ce275cc1f42f6f0f41965982
+SIZE (tftpy-0.8.1.tar.gz) = 35807
diff --git a/ftp/py-tftpy/pkg-descr b/ftp/py-tftpy/pkg-descr
index 9648af54e78c..d5b9c55aa86b 100644
--- a/ftp/py-tftpy/pkg-descr
+++ b/ftp/py-tftpy/pkg-descr
@@ -3,5 +3,4 @@ and server classes, with sample implementations. Hooks are included for easy
inclusion in a UI for populating progress indicators. It supports RFCs 1350,
2347, 2348 and the tsize option from RFC 2349.
-WWW: https://pypi.org/project/tftpy/
WWW: https://github.com/msoulier/tftpy
More information about the dev-commits-ports-all
mailing list