- Update to 1.0.1

PR:		ports/76794
Submitted by:	Alexander Novitsky <alecn2002@yandex.ru> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-01-29 01:41:48 +00:00
parent 4f36a34d74
commit 12d8716b01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127583
3 changed files with 9 additions and 5 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= smbpasswd
PORTVERSION= 1.0
PORTVERSION= 1.0.1
CATEGORIES= net python
MASTER_SITES= http://barryp.org/software/py-${PORTNAME}/files/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,7 +15,7 @@ DISTNAME= py-${PORTNAME}-${PORTVERSION}
MAINTAINER= alecn2002@yandex.ru
COMMENT= SMB/CIFS password generation utility for Python
USE_PYTHON= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
MD5 (py-smbpasswd-1.0.tar.gz) = 36b1616064773ebb4909d11e348c7867
SIZE (py-smbpasswd-1.0.tar.gz) = 6579
MD5 (py-smbpasswd-1.0.1.tar.gz) = 0eab2c29588e32e77ce6e5d2faea7874
SIZE (py-smbpasswd-1.0.1.tar.gz) = 13153

View file

@ -1 +1,5 @@
Password generation utility for SAMBA for Python lang.
This Python module can generate both LANMAN and NT
password hashes, suitable for use with Samba.
Author: Barry Pederson <bp@barryp.org>
WWW: http://barryp.org/software/py-smbpasswd