Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 14:56:11 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342163 - head/security/py-passlib
Message-ID:  <201402011456.s11EuB0C017111@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402011456.s11EuB0C017111>