From owner-svn-ports-head@FreeBSD.ORG Sat Feb 1 14:56:12 2014 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 0E045F31; Sat, 1 Feb 2014 14:56:12 +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 D3F5A14B7; Sat, 1 Feb 2014 14:56:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s11EuBJF017114; Sat, 1 Feb 2014 14:56:11 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s11EuB0C017111; Sat, 1 Feb 2014 14:56:11 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201402011456.s11EuB0C017111@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 1 Feb 2014 14:56:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342163 - head/security/py-passlib 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.17 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, 01 Feb 2014 14:56:12 -0000 Author: koobs Date: Sat Feb 1 14:56:10 2014 New Revision: 342163 URL: http://svnweb.freebsd.org/changeset/ports/342163 QAT: https://qat.redports.org/buildarchive/r342163/ Log: security/py-passlib: Update to 1.6.2, Modernise. - Enable STAGE support - Enable AUTOPLIST, delete pkg-plist - Update LICENSE (BSD3CLAUSE) - pkg-descr: Tab to space in WWW: - Whitespace alignment Changes: http://pythonhosted.org/passlib/history.html Deleted: head/security/py-passlib/pkg-plist Modified: head/security/py-passlib/Makefile head/security/py-passlib/distinfo head/security/py-passlib/pkg-descr Modified: head/security/py-passlib/Makefile ============================================================================== --- head/security/py-passlib/Makefile Sat Feb 1 14:54:17 2014 (r342162) +++ head/security/py-passlib/Makefile Sat Feb 1 14:56:10 2014 (r342163) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= passlib -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +10,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Python password hashing framework supporting over 30 schemes -LICENSE= BSD +LICENSE= BSD3CLAUSE -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/security/py-passlib/distinfo ============================================================================== --- head/security/py-passlib/distinfo Sat Feb 1 14:54:17 2014 (r342162) +++ head/security/py-passlib/distinfo Sat Feb 1 14:56:10 2014 (r342163) @@ -1,2 +1,2 @@ -SHA256 (passlib-1.6.1.tar.gz) = 00cfb564feb2d97ebaf6b28acdc9277a0c73c3c1df7b2a7b65605c76e724177b -SIZE (passlib-1.6.1.tar.gz) = 395855 +SHA256 (passlib-1.6.2.tar.gz) = e987f6000d16272f75314c7147eb015727e8532a3b747b1a8fb58e154c68392d +SIZE (passlib-1.6.2.tar.gz) = 408950 Modified: head/security/py-passlib/pkg-descr ============================================================================== --- head/security/py-passlib/pkg-descr Sat Feb 1 14:54:17 2014 (r342162) +++ head/security/py-passlib/pkg-descr Sat Feb 1 14:56:10 2014 (r342163) @@ -4,4 +4,4 @@ as a framework for managing existing pas useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user application. -WWW: http://passlib.googlecode.com +WWW: http://passlib.googlecode.com