From owner-svn-ports-all@FreeBSD.ORG Sat Mar 14 11:51:17 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3592C282; Sat, 14 Mar 2015 11:51:17 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 214B289A; Sat, 14 Mar 2015 11:51:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2EBpGAB023285; Sat, 14 Mar 2015 11:51:16 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2EBpGmW023282; Sat, 14 Mar 2015 11:51:16 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201503141151.t2EBpGmW023282@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 14 Mar 2015 11:51:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381261 - head/www/py-pastedeploy 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.18-1 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: Sat, 14 Mar 2015 11:51:17 -0000 Author: wen Date: Sat Mar 14 11:51:15 2015 New Revision: 381261 URL: https://svnweb.freebsd.org/changeset/ports/381261 QAT: https://qat.redports.org/buildarchive/r381261/ Log: - Update to 1.5.2 [1] - Add LICENSE [1] - Reset maintainer to ports@ PR: 198033 [1] Submitted by: jun-g@daemonfreaks.com [1] Modified: head/www/py-pastedeploy/Makefile head/www/py-pastedeploy/distinfo Modified: head/www/py-pastedeploy/Makefile ============================================================================== --- head/www/py-pastedeploy/Makefile Sat Mar 14 11:06:26 2015 (r381260) +++ head/www/py-pastedeploy/Makefile Sat Mar 14 11:51:15 2015 (r381261) @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= PasteDeploy -PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTVERSION= 1.5.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Load, configure, and compose WSGI applications and servers +LICENSE= MIT + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.6:${PORTSDIR}/www/py-paste RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/www/py-pastedeploy/distinfo ============================================================================== --- head/www/py-pastedeploy/distinfo Sat Mar 14 11:06:26 2015 (r381260) +++ head/www/py-pastedeploy/distinfo Sat Mar 14 11:51:15 2015 (r381261) @@ -1,2 +1,2 @@ -SHA256 (PasteDeploy-1.5.0.tar.gz) = 61c205633adae996cd0e306451c8a28deca0499524e2a38c65ff1570f35a8a53 -SIZE (PasteDeploy-1.5.0.tar.gz) = 23063 +SHA256 (PasteDeploy-1.5.2.tar.gz) = d5858f89a255e6294e63ed46b73613c56e3b9a2d82a42f1df4d06c8421a9e3cb +SIZE (PasteDeploy-1.5.2.tar.gz) = 24006