Mon Jan 20 16:40:26 2014 UTC ()
Fix typo in COMMENT. Mark as not for python-3.x.


(wiz)
diff -r1.7 -r1.8 pkgsrc/security/lasso/Makefile.common
diff -r1.18 -r1.19 pkgsrc/security/py-lasso/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/security/lasso/Makefile.common (expand / switch to context diff)
--- pkgsrc/security/lasso/Makefile.common 2012/10/23 18:16:15 1.7
+++ pkgsrc/security/lasso/Makefile.common 2014/01/20 16:40:26 1.8
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2012/10/23 18:16:15 manu Exp $
+# $NetBSD: Makefile.common,v 1.8 2014/01/20 16:40:26 wiz Exp $
 #
 # used by security/lasso/Makefile
 # used by security/py-lasso/Makefile
@@ -9,7 +9,7 @@
 
 MAINTAINER=	manu@NetBSD.org
 HOMEPAGE=	http://lasso.entrouvert.org/
-COMMENT=	Libery Alliance Single Sign On implementation
+COMMENT=	Liberty Alliance Single Sign On implementation
 LICENSE=	gnu-gpl-v2
 
 DISTINFO_FILE=          ${.CURDIR}/../../security/lasso/distinfo
@@ -22,6 +22,8 @@
 USE_TOOLS+=	pkg-config perl
 
 PKGCONFIG_OVERRIDE+=	lasso.pc.in
+
+PYTHON_VERSIONS_INCOMPATIBLE=	33 # not yet ported as of 2.3.6
 
 .include "../../lang/python/application.mk"
 

cvs diff -r1.18 -r1.19 pkgsrc/security/py-lasso/Makefile (expand / switch to context diff)
--- pkgsrc/security/py-lasso/Makefile 2014/01/01 11:52:34 1.18
+++ pkgsrc/security/py-lasso/Makefile 2014/01/20 16:40:25 1.19
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2014/01/01 11:52:34 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.19 2014/01/20 16:40:25 wiz Exp $
 
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 PKGREVISION=	11
-COMMENT=	Libery Alliance Single Sign On binding for Python
+COMMENT=	Liberty Alliance Single Sign On binding for Python
 
 .include "../../lang/python/pyversion.mk"
 
@@ -15,6 +14,7 @@
 INSTALL_DIRS=	bindings/python
 
 PY_PATCHPLIST=	yes
+PYTHON_VERSIONS_INCOMPATIBLE=	33 # not yet ported as of 2.3.6
 .include "../../lang/python/extension.mk"
 
 .include "../../security/lasso/buildlink3.mk"