pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-ldap3 Fix MASTER_SITES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/270444f629dc
branches:  trunk
changeset: 355550:270444f629dc
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sun Dec 04 23:12:58 2016 +0000

description:
Fix MASTER_SITES.

diffstat:

 databases/py-ldap3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 1bf7be99e1c8 -r 270444f629dc databases/py-ldap3/Makefile
--- a/databases/py-ldap3/Makefile       Sun Dec 04 23:00:25 2016 +0000
+++ b/databases/py-ldap3/Makefile       Sun Dec 04 23:12:58 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2016/12/04 21:12:59 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2016/12/04 23:12:58 rodent Exp $
 
 DISTNAME=      ldap3-2.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=l/ldap3}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=l/ldap3/}
 
 MAINTAINER=    rodent%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/cannatag/ldap3



Home | Main Index | Thread Index | Old Index