From owner-svn-ports-all@freebsd.org Wed Jul 12 10:17:44 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 2F3C9D935F4; Wed, 12 Jul 2017 10:17:44 +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 EF49F81FF5; Wed, 12 Jul 2017 10:17:43 +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 v6CAHhmq012577; Wed, 12 Jul 2017 10:17:43 GMT (envelope-from loader@FreeBSD.org) Received: (from loader@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6CAHgUs012575; Wed, 12 Jul 2017 10:17:42 GMT (envelope-from loader@FreeBSD.org) Message-Id: <201707121017.v6CAHgUs012575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: loader set sender to loader@FreeBSD.org using -f From: Fukang Chen Date: Wed, 12 Jul 2017 10:17:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445581 - head/security/py-pyptlib X-SVN-Group: ports-head X-SVN-Commit-Author: loader X-SVN-Commit-Paths: head/security/py-pyptlib X-SVN-Commit-Revision: 445581 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: Wed, 12 Jul 2017 10:17:44 -0000 Author: loader (doc committer) Date: Wed Jul 12 10:17:42 2017 New Revision: 445581 URL: https://svnweb.freebsd.org/changeset/ports/445581 Log: 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 MFH: 2017Q3 Modified: head/security/py-pyptlib/Makefile head/security/py-pyptlib/distinfo Modified: head/security/py-pyptlib/Makefile ============================================================================== --- head/security/py-pyptlib/Makefile Wed Jul 12 10:12:15 2017 (r445580) +++ head/security/py-pyptlib/Makefile Wed Jul 12 10:17:42 2017 (r445581) @@ -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: head/security/py-pyptlib/distinfo ============================================================================== --- head/security/py-pyptlib/distinfo Wed Jul 12 10:12:15 2017 (r445580) +++ head/security/py-pyptlib/distinfo Wed Jul 12 10:17:42 2017 (r445581) @@ -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