summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2015-04-02 16:55:55 +0000
committerwiz <wiz>2015-04-02 16:55:55 +0000
commit75c714f414d9019939c714728fce832ae26c2b78 (patch)
tree0f47c78b251e8b2f101ba7a425ab8a51213ce031 /security
parente8900882ae3b1134b82f3c07bd75ac2a75aac1de (diff)
downloadpkgsrc-75c714f414d9019939c714728fce832ae26c2b78.tar.gz
Reset PKGREVISION after update.
Diffstat (limited to 'security')
-rw-r--r--security/py-lasso/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-lasso/Makefile b/security/py-lasso/Makefile
index 81405f988dd..7f2c92381cb 100644
--- a/security/py-lasso/Makefile
+++ b/security/py-lasso/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2014/05/29 23:37:26 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2015/04/02 16:55:55 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 13
COMMENT= Liberty Alliance Single Sign On binding for Python
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
@@ -12,7 +11,7 @@ CONFIGURE_ARGS+= --disable-perl
INSTALL_DIRS= bindings/python
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.3.6
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.4.1
.include "../../lang/python/extension.mk"