Mon Aug 10 12:00:04 2009 UTC ()
Pullup ticket #2858 - requested by bouyer
py-smbpasswd: build fix

Revisions pulled up:
- security/py-smbpasswd/Makefile	1.4
---
Module Name:	pkgsrc
Committed By:	bouyer
Date:		Sat Aug  8 14:16:55 UTC 2009

Modified Files:
	pkgsrc/security/py-smbpasswd: Makefile

Log Message:
This works fine with python 2.5


(tron)
diff -r1.3 -r1.3.4.1 pkgsrc/security/py-smbpasswd/Makefile

cvs diff -r1.3 -r1.3.4.1 pkgsrc/security/py-smbpasswd/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-smbpasswd/Makefile 2009/03/05 18:51:32 1.3
+++ pkgsrc/security/py-smbpasswd/Makefile 2009/08/10 12:00:04 1.3.4.1
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.3 2009/03/05 18:51:32 joerg Exp $ 1# $NetBSD: Makefile,v 1.3.4.1 2009/08/10 12:00:04 tron Exp $
2# 2#
3 3
4DISTNAME= py-smbpasswd-1.0.1 4DISTNAME= py-smbpasswd-1.0.1
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py-//} 5PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py-//}
6CATEGORIES= security 6CATEGORIES= security
7MASTER_SITES= http://barryp.org/static/software/download/py-smbpasswd/1.0.1/ 7MASTER_SITES= http://barryp.org/static/software/download/py-smbpasswd/1.0.1/
8 8
9MAINTAINER= bouyer@NetBSD.org 9MAINTAINER= bouyer@NetBSD.org
10HOMEPAGE= http://barryp.org/software/py-smbpasswd/ 10HOMEPAGE= http://barryp.org/software/py-smbpasswd/
11COMMENT= Python SMB Password Hash Generator 11COMMENT= Python SMB Password Hash Generator
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15PYDISTUTILSPKG= yes 15PYDISTUTILSPKG= yes
16PYTHON_VERSIONS_ACCEPTED= 24 23 22 16PYTHON_VERSIONS_ACCEPTED= 25 24 23 22
17 17
18.include "../../lang/python/extension.mk" 18.include "../../lang/python/extension.mk"
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"