summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspz <spz@pkgsrc.org>2010-06-03 08:21:03 +0000
committerspz <spz@pkgsrc.org>2010-06-03 08:21:03 +0000
commit5820ed3a643c5769ec162b0377856d7558d05364 (patch)
treeedaf2aa88d3b4459f0bbea9f73d89c3e81a127dc
parentfaced59b01e3b63f0ade4148513f37c6f5482446 (diff)
downloadpkgsrc-5820ed3a643c5769ec162b0377856d7558d05364.tar.gz
Pullup ticket 3134 - requested by bouyer
build fix Revisions pulled up: - pkgsrc/security/py-smbpasswd/Makefile 1.6 ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: bouyer Date: Tue Jun 1 21:30:25 UTC 2010 Modified Files: pkgsrc/security/py-smbpasswd: Makefile Log Message: Works fine with python2.6 too. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-smbpasswd/Makefile
-rw-r--r--security/py-smbpasswd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-smbpasswd/Makefile b/security/py-smbpasswd/Makefile
index 316454a35c5..89ed989ddb5 100644
--- a/security/py-smbpasswd/Makefile
+++ b/security/py-smbpasswd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/09/07 19:02:14 joerg Exp $
+# $NetBSD: Makefile,v 1.5.6.1 2010/06/03 08:21:03 spz Exp $
#
DISTNAME= py-smbpasswd-1.0.1
@@ -13,7 +13,7 @@ COMMENT= Python SMB Password Hash Generator
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 25 24
+PYTHON_VERSIONS_ACCEPTED= 26 25 24
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"