Date: Sat, 19 May 2018 11:06:57 +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: r470384 - in head/ftp/py-tftpy: . files Message-ID: <201805191106.w4JB6vqb037547@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat May 19 11:06:57 2018 New Revision: 470384 URL: https://svnweb.freebsd.org/changeset/ports/470384 Log: Update to 0.7.0 - Change MASTER_SITES to CHEESESHOP - Update COMMENT - Update pkg-descr - Update WWW - Add GitHub repository to WWW Changes: https://github.com/msoulier/tftpy/blob/master/README https://github.com/msoulier/tftpy/blob/master/ChangeLog Deleted: head/ftp/py-tftpy/files/ Modified: head/ftp/py-tftpy/Makefile head/ftp/py-tftpy/distinfo head/ftp/py-tftpy/pkg-descr Modified: head/ftp/py-tftpy/Makefile ============================================================================== --- head/ftp/py-tftpy/Makefile Sat May 19 11:06:52 2018 (r470383) +++ head/ftp/py-tftpy/Makefile Sat May 19 11:06:57 2018 (r470384) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= tftpy -PORTVERSION= 0.6.2 -PORTREVISION= 2 +PORTVERSION= 0.7.0 CATEGORIES= ftp python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Pure Python TFTP Implementation +COMMENT= Pure Python TFTP library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING @@ -16,9 +16,5 @@ LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils USES= python - -GH_ACCOUNT= msoulier -GH_TAGNAME= c5a7b52 -USE_GITHUB= yes .include <bsd.port.mk> Modified: head/ftp/py-tftpy/distinfo ============================================================================== --- head/ftp/py-tftpy/distinfo Sat May 19 11:06:52 2018 (r470383) +++ head/ftp/py-tftpy/distinfo Sat May 19 11:06:57 2018 (r470384) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489402358 -SHA256 (msoulier-tftpy-0.6.2-c5a7b52_GH0.tar.gz) = d294e263b181e35327d4f316d7fd13295056a0ea03b1187836d54496a0a9863c -SIZE (msoulier-tftpy-0.6.2-c5a7b52_GH0.tar.gz) = 820065 +TIMESTAMP = 1526718503 +SHA256 (tftpy-0.7.0.tar.gz) = 5495d387b5b8338b1c88a8c1cb4f282ef130c4f0bef9caa56db32467854c76bd +SIZE (tftpy-0.7.0.tar.gz) = 32252 Modified: head/ftp/py-tftpy/pkg-descr ============================================================================== --- head/ftp/py-tftpy/pkg-descr Sat May 19 11:06:52 2018 (r470383) +++ head/ftp/py-tftpy/pkg-descr Sat May 19 11:06:57 2018 (r470384) @@ -1,3 +1,7 @@ -TFTPy is a Pure Python TFTP Implementation. +Tftpy is a TFTP library for the Python programming language. It includes client +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: http://tftpy.sourceforge.net/ +WWW: https://pypi.org/project/tftpy/ +WWW: https://github.com/msoulier/tftpy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805191106.w4JB6vqb037547>