From owner-svn-ports-all@freebsd.org Thu Jul 13 05:21:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56587D96574; Thu, 13 Jul 2017 05:21:14 +0000 (UTC) (envelope-from loader@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 mx1.freebsd.org (Postfix) with ESMTPS id 19726657A5; Thu, 13 Jul 2017 05:21:14 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6D5LDCW084909; Thu, 13 Jul 2017 05:21:13 GMT (envelope-from loader@FreeBSD.org) Received: (from loader@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6D5LDLt084907; Thu, 13 Jul 2017 05:21:13 GMT (envelope-from loader@FreeBSD.org) Message-Id: <201707130521.v6D5LDLt084907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: loader set sender to loader@FreeBSD.org using -f From: Fukang Chen Date: Thu, 13 Jul 2017 05:21:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r445632 - branches/2017Q3/security/py-pyptlib X-SVN-Group: ports-branches X-SVN-Commit-Author: loader X-SVN-Commit-Paths: branches/2017Q3/security/py-pyptlib X-SVN-Commit-Revision: 445632 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.23 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: Thu, 13 Jul 2017 05:21:14 -0000 Author: loader (doc committer) Date: Thu Jul 13 05:21:12 2017 New Revision: 445632 URL: https://svnweb.freebsd.org/changeset/ports/445632 Log: MFH: r445581 security/py-pyptlib: Fix checksum mismatch, remove BROKEN - Switch MASTER_SITE to CHEESESHOP - Add NO_ARCH - Add LICENSE_FILE - Sort USE_PYTHON - Add regression test PR: 220669 Reviewed by: koobs Approved by: koobs (ports) Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D11562 Approved by: junovitch Modified: branches/2017Q3/security/py-pyptlib/Makefile branches/2017Q3/security/py-pyptlib/distinfo Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/security/py-pyptlib/Makefile ============================================================================== --- branches/2017Q3/security/py-pyptlib/Makefile Thu Jul 13 02:58:30 2017 (r445631) +++ branches/2017Q3/security/py-pyptlib/Makefile Thu Jul 13 05:21:12 2017 (r445632) @@ -4,16 +4,21 @@ PORTNAME= pyptlib PORTVERSION= 0.0.6 CATEGORIES= security net python -MASTER_SITES= http://www.c-s.li/ports/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cs@FreeBSD.org COMMENT= Pluggable transport library LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python -USE_PYTHON= distutils autoplist -BROKEN= checksum mismatch +NO_ARCH= yes + +USES= python:2.7+ +USE_PYTHON= autoplist distutils + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: branches/2017Q3/security/py-pyptlib/distinfo ============================================================================== --- branches/2017Q3/security/py-pyptlib/distinfo Thu Jul 13 02:58:30 2017 (r445631) +++ branches/2017Q3/security/py-pyptlib/distinfo Thu Jul 13 05:21:12 2017 (r445632) @@ -1,2 +1,3 @@ -SHA256 (pyptlib-0.0.6.tar.gz) = fcccaf89553c0b7eb82d122d7003b63e22df24fcf54ea15e78efa29dcbd1a15e -SIZE (pyptlib-0.0.6.tar.gz) = 25740 +TIMESTAMP = 1499840345 +SHA256 (pyptlib-0.0.6.tar.gz) = b98472e3d9e8f4689d3913ca8f89afa5e6cc5383dcd8686987606166f9dac607 +SIZE (pyptlib-0.0.6.tar.gz) = 239316