Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Feb 2016 14:37:48 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409244 - head/www/py-WebTest
Message-ID:  <201602201437.u1KEbmXS044142@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Sat Feb 20 14:37:48 2016
New Revision: 409244
URL: https://svnweb.freebsd.org/changeset/ports/409244

Log:
  - Update to 2.0.20
  - Move to Github

Modified:
  head/www/py-WebTest/Makefile
  head/www/py-WebTest/distinfo

Modified: head/www/py-WebTest/Makefile
==============================================================================
--- head/www/py-WebTest/Makefile	Sat Feb 20 14:31:40 2016	(r409243)
+++ head/www/py-WebTest/Makefile	Sat Feb 20 14:37:48 2016	(r409244)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	WebTest
-PORTVERSION=	2.0.14
+PORTVERSION=	2.0.20
 CATEGORIES=	www python
-MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	cs@FreeBSD.org
@@ -21,7 +20,11 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>
 		${PYTHON_PKGNAMEPREFIX}waitress>0:${PORTSDIR}/www/py-waitress \
 		${PYTHON_PKGNAMEPREFIX}webob>=1.2:${PORTSDIR}/www/py-webob
 
-USES=		python zip
+USE_GITHUB=	yes
+
+GH_ACCOUNT=	Pylons
+USES=		python
 USE_PYTHON=	autoplist distutils
+WRKSRC=		${WRKDIR}/webtest-${PORTVERSION}
 
 .include <bsd.port.mk>

Modified: head/www/py-WebTest/distinfo
==============================================================================
--- head/www/py-WebTest/distinfo	Sat Feb 20 14:31:40 2016	(r409243)
+++ head/www/py-WebTest/distinfo	Sat Feb 20 14:37:48 2016	(r409244)
@@ -1,2 +1,2 @@
-SHA256 (WebTest-2.0.14.zip) = 142cf1214d8fe770a31e9898b23b1deedb95f9e995de98124ec2f645174dff48
-SIZE (WebTest-2.0.14.zip) = 84184
+SHA256 (Pylons-WebTest-2.0.20_GH0.tar.gz) = ad44dc1dfb8b6608af4730f455bd3b8af73ddc9c987b9afb8274731742619721
+SIZE (Pylons-WebTest-2.0.20_GH0.tar.gz) = 65966



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