Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2017 05:21:13 +0000 (UTC)
From:      Fukang Chen <loader@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r445632 - branches/2017Q3/security/py-pyptlib
Message-ID:  <201707130521.v6D5LDLt084907@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707130521.v6D5LDLt084907>