From owner-svn-ports-all@FreeBSD.ORG Sun Mar 15 00:47:51 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D573E7D; Sun, 15 Mar 2015 00:47:51 +0000 (UTC) Received: from mail-pd0-x22e.google.com (mail-pd0-x22e.google.com [IPv6:2607:f8b0:400e:c02::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E9F948B4; Sun, 15 Mar 2015 00:47:50 +0000 (UTC) Received: by pdbcz9 with SMTP id cz9so21538894pdb.3; Sat, 14 Mar 2015 17:47:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=c+68eQOh0fkCEMDwd2mPJUUxeU8aSm9AFA2C+DaXEXg=; b=jj695A1t/x2WPMSz1PWiWQ+uNphOjl6Pm3n1Ibx9eLqzpBwLTYkjeesXZKqtZQuVvX jNJtyH2nDrpb61UdKu842wmEku3SBR6jX0n0r4FtfL9gtmN+K2x2s/EFrGA1Emiy+Gnb a+83ZMM85tPTlusEH9xbXw3nmNIIux/0ZylYdKr1tsUrnixt3pOKu72g0xUTQ1+iNidL DxzGSt6WNjUw9SeTh2vCQD5P46I+EdXV5dDKlazo15aqw1d3ZRLIGhUAX8YeOmwQsxnn nDMM7JT+NrOJNHImL3O98EeLy8pSGHrs/G3IdLuiMS4DHsh7TzRKRfa9yWG8Rqz87de4 L8Ug== X-Received: by 10.70.109.166 with SMTP id ht6mr45012147pdb.141.1426380470504; Sat, 14 Mar 2015 17:47:50 -0700 (PDT) Received: from [192.168.1.104] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id 5sm10105930pdg.45.2015.03.14.17.47.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 14 Mar 2015 17:47:49 -0700 (PDT) Sender: Kubilay Kocak Message-ID: <5504D6B0.5040106@FreeBSD.org> Date: Sun, 15 Mar 2015 11:47:44 +1100 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Thunderbird/36.0 MIME-Version: 1.0 To: Wen Heping , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r381261 - head/www/py-pastedeploy References: <201503141151.t2EBpGmW023282@svn.freebsd.org> In-Reply-To: <201503141151.t2EBpGmW023282@svn.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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: Sun, 15 Mar 2015 00:47:51 -0000 On 14/03/2015 10:51 PM, Wen Heping wrote: > 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 > Feel free to put any Python ports under the wings of python@ if you like Thanks Wen! ./koobs