summaryrefslogtreecommitdiff
path: root/databases/py-ldap/Makefile
diff options
context:
space:
mode:
authoradam <adam>2016-09-13 13:45:12 +0000
committeradam <adam>2016-09-13 13:45:12 +0000
commit8aeb8c97411dbe5f9d7faf423aa5f4ff189dd4e5 (patch)
treeb2bab52784cd245b0e7e805761ab510be8995e56 /databases/py-ldap/Makefile
parentee910611a97952bc530113222e1c6b9507ac7d11 (diff)
downloadpkgsrc-8aeb8c97411dbe5f9d7faf423aa5f4ff189dd4e5.tar.gz
Changes 2.4.27:
Lib/ * added 'strf_secs' and 'strp_secs' to ldap.functions.__all__ * fixed regression introduced with 2.4.26: ldif.LDIFParser did not fully parse LDIF records without trailing empty separator line
Diffstat (limited to 'databases/py-ldap/Makefile')
-rw-r--r--databases/py-ldap/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile
index 9666bbfe7b9..3054614b756 100644
--- a/databases/py-ldap/Makefile
+++ b/databases/py-ldap/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2016/07/09 13:03:35 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2016/09/13 13:45:12 adam Exp $
-DISTNAME= python-ldap-2.4.25
+DISTNAME= python-ldap-2.4.27
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
-PKGREVISION= 1
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-ldap/}