Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 15:43:52 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396518 - in head/www/py-waitress: . files
Message-ID:  <201509091543.t89FhqQc062818@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Wed Sep  9 15:43:51 2015
New Revision: 396518
URL: https://svnweb.freebsd.org/changeset/ports/396518

Log:
  - Update to 0.8.10
  - Add NO_ARCH
  - Remove unneeded patches
  
  Changelog: https://raw.githubusercontent.com/Pylons/waitress/0.8.10/CHANGES.txt

Deleted:
  head/www/py-waitress/files/
Modified:
  head/www/py-waitress/Makefile
  head/www/py-waitress/distinfo

Modified: head/www/py-waitress/Makefile
==============================================================================
--- head/www/py-waitress/Makefile	Wed Sep  9 15:33:46 2015	(r396517)
+++ head/www/py-waitress/Makefile	Wed Sep  9 15:43:51 2015	(r396518)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	waitress
-PORTVERSION=	0.8.9
+PORTVERSION=	0.8.10
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +14,6 @@ LICENSE=	ZPL21
 
 USES=	python
 USE_PYTHON=	distutils autoplist
-
-pre-patch:
-	@${CP} ${FILESDIR}/MANIFEST.in ${WRKSRC}
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/www/py-waitress/distinfo
==============================================================================
--- head/www/py-waitress/distinfo	Wed Sep  9 15:33:46 2015	(r396517)
+++ head/www/py-waitress/distinfo	Wed Sep  9 15:43:51 2015	(r396518)
@@ -1,2 +1,2 @@
-SHA256 (waitress-0.8.9.tar.gz) = 826527dc9d334ed4ed76cdae672fdcbbccf614186657db71679ab58df869458a
-SIZE (waitress-0.8.9.tar.gz) = 121048
+SHA256 (waitress-0.8.10.tar.gz) = 7c40c1af0f0c254edb25153621a1e825bc1af2f7bf41a74b4bb8ee6d544ef604
+SIZE (waitress-0.8.10.tar.gz) = 123717



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