From owner-svn-ports-all@freebsd.org Sat May 19 11:07:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 187D0EA9903; Sat, 19 May 2018 11:07:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2AE986A50D; Sat, 19 May 2018 11:06:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4538026306; Sat, 19 May 2018 11:06:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4JB6wCn037550; Sat, 19 May 2018 11:06:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB6vqb037547; Sat, 19 May 2018 11:06:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191106.w4JB6vqb037547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 May 2018 11:06:57 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/ftp/py-tftpy: . files X-SVN-Commit-Revision: 470384 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:07:00 -0000 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 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