From owner-svn-ports-all@FreeBSD.ORG Tue Jul 23 04:39:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3BADEFF; Tue, 23 Jul 2013 04:39:01 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2CCE4259B; Tue, 23 Jul 2013 04:39:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6N4d1ss058670; Tue, 23 Jul 2013 04:39:01 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6N4d0tC058667; Tue, 23 Jul 2013 04:39:00 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201307230439.r6N4d0tC058667@svn.freebsd.org> From: Olivier Duchateau Date: Tue, 23 Jul 2013 04:39:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323514 - head/www/py-waitress X-SVN-Group: ports-head 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.14 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: Tue, 23 Jul 2013 04:39:01 -0000 Author: olivierd Date: Tue Jul 23 04:39:00 2013 New Revision: 323514 URL: http://svnweb.freebsd.org/changeset/ports/323514 Log: - Update to 0.8.5 - Add devel/py-virtualenv/files/py3-fix-pkg-plist.inc in Makefile, when Python version >= 3.0 ChangeLog: https://github.com/Pylons/waitress/blob/0.8.5/CHANGES.txt Modified: head/www/py-waitress/Makefile head/www/py-waitress/distinfo Modified: head/www/py-waitress/Makefile ============================================================================== --- head/www/py-waitress/Makefile Tue Jul 23 04:27:27 2013 (r323513) +++ head/www/py-waitress/Makefile Tue Jul 23 04:39:00 2013 (r323514) @@ -3,7 +3,7 @@ # PORTNAME= waitress -PORTVERSION= 0.8.4 +PORTVERSION= 0.8.5 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,9 +17,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_PYTHON= yes USE_PYDISTUTILS= easy_install +.include + +.if ${PYTHON_REL} >= 320 +.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" +.endif + # Avoid to install patch files backup post-patch: @cd ${WRKSRC} && \ ${FIND} . -type f -name '*.orig' -exec ${RM} -f \{\} \; -.include +.include Modified: head/www/py-waitress/distinfo ============================================================================== --- head/www/py-waitress/distinfo Tue Jul 23 04:27:27 2013 (r323513) +++ head/www/py-waitress/distinfo Tue Jul 23 04:39:00 2013 (r323514) @@ -1,2 +1,2 @@ -SHA256 (waitress-0.8.4.tar.gz) = 13fa7e83cef3bd014b05841efa5a5d8d9a4ca5e242348b76552bd1c5559c464b -SIZE (waitress-0.8.4.tar.gz) = 111436 +SHA256 (waitress-0.8.5.tar.gz) = 302efc3e8b0f7e43da58fdbb67f13c088d09dc378e55ad19078cfbf02ef44228 +SIZE (waitress-0.8.5.tar.gz) = 112208