From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:16:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C02A5EAF; Sat, 30 Nov 2013 18:16:09 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AD41E109F; Sat, 30 Nov 2013 18:16:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUIG964053018; Sat, 30 Nov 2013 18:16:09 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUIG98A053016; Sat, 30 Nov 2013 18:16:09 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311301816.rAUIG98A053016@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 30 Nov 2013 18:16:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335314 - head/security/py-oauthlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 18:16:09 -0000 Author: koobs Date: Sat Nov 30 18:16:08 2013 New Revision: 335314 URL: http://svnweb.freebsd.org/changeset/ports/335314 Log: security/py-oauthlib: Update to 0.6.0 - Update to 0.6.0 - Enable STAGE support - Enable AUTOPLIST, delete pkg-plist Changes: https://github.com/idan/oauthlib/tree/0.6.0#changelog Deleted: head/security/py-oauthlib/pkg-plist Modified: head/security/py-oauthlib/Makefile head/security/py-oauthlib/distinfo Modified: head/security/py-oauthlib/Makefile ============================================================================== --- head/security/py-oauthlib/Makefile Sat Nov 30 18:14:55 2013 (r335313) +++ head/security/py-oauthlib/Makefile Sat Nov 30 18:16:08 2013 (r335314) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oauthlib -PORTVERSION= 0.4.2 +PORTVERSION= 0.6.0 CATEGORIES= security net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,9 +20,10 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install GH_ACCOUNT= idan -GH_COMMIT= 1ea510c +GH_COMMIT= 58abd88 + +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include .if ${PYTHON_REL} < 300 Modified: head/security/py-oauthlib/distinfo ============================================================================== --- head/security/py-oauthlib/distinfo Sat Nov 30 18:14:55 2013 (r335313) +++ head/security/py-oauthlib/distinfo Sat Nov 30 18:16:08 2013 (r335314) @@ -1,2 +1,2 @@ -SHA256 (oauthlib-0.4.2.tar.gz) = b46e95b9ebf6c67299efb3f4c49e8afec2f24d52a106fd262abda69676880748 -SIZE (oauthlib-0.4.2.tar.gz) = 107329 +SHA256 (oauthlib-0.6.0.tar.gz) = 112d192b58d5ee23ad3b800b8caa9a5ebf7dc1691cc094edc02837cf7a4f026b +SIZE (oauthlib-0.6.0.tar.gz) = 119510