pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security Fix typo in COMMENT. Mark as not for python-3.x.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28d1b6d3e9eb
branches:  trunk
changeset: 629401:28d1b6d3e9eb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 20 16:40:25 2014 +0000

description:
Fix typo in COMMENT. Mark as not for python-3.x.

diffstat:

 security/lasso/Makefile.common |  6 ++++--
 security/py-lasso/Makefile     |  6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (50 lines):

diff -r a34a1cdc8d0a -r 28d1b6d3e9eb security/lasso/Makefile.common
--- a/security/lasso/Makefile.common    Mon Jan 20 16:29:38 2014 +0000
+++ b/security/lasso/Makefile.common    Mon Jan 20 16:40:25 2014 +0000
@@ -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@localhost
 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
@@ -23,6 +23,8 @@
 
 PKGCONFIG_OVERRIDE+=   lasso.pc.in
 
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 2.3.6
+
 .include "../../lang/python/application.mk"
 
 .include "../../security/xmlsec1/buildlink3.mk"
diff -r a34a1cdc8d0a -r 28d1b6d3e9eb security/py-lasso/Makefile
--- a/security/py-lasso/Makefile        Mon Jan 20 16:29:38 2014 +0000
+++ b/security/py-lasso/Makefile        Mon Jan 20 16:40:25 2014 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index