Thu Jun 18 17:02:45 2020 UTC ()
py-ldapdomaindump: updated to 0.9.3

0.9.3:
Unknown changes


(adam)
diff -r1.1 -r1.2 pkgsrc/net/py-ldapdomaindump/ALTERNATIVES
diff -r1.4 -r1.5 pkgsrc/net/py-ldapdomaindump/Makefile
diff -r1.3 -r1.4 pkgsrc/net/py-ldapdomaindump/PLIST
diff -r1.2 -r1.3 pkgsrc/net/py-ldapdomaindump/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/net/py-ldapdomaindump/ALTERNATIVES (expand / switch to unified diff)

--- pkgsrc/net/py-ldapdomaindump/ALTERNATIVES 2020/05/26 22:44:16 1.1
+++ pkgsrc/net/py-ldapdomaindump/ALTERNATIVES 2020/06/18 17:02:45 1.2
@@ -1,2 +1,3 @@ @@ -1,2 +1,3 @@
1bin/ldapdomaindump @PREFIX@/bin/ldapdomaindump-@PYVERSSUFFIX@ 1bin/ldapdomaindump @PREFIX@/bin/ldapdomaindump-@PYVERSSUFFIX@
2bin/ldd2bloodhound @PREFIX@/bin/ldd2bloodhound-@PYVERSSUFFIX@ 2bin/ldd2bloodhound @PREFIX@/bin/ldd2bloodhound-@PYVERSSUFFIX@
 3bin/ldd2pretty @PREFIX@/bin/ldd2pretty-@PYVERSSUFFIX@

cvs diff -r1.4 -r1.5 pkgsrc/net/py-ldapdomaindump/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-ldapdomaindump/Makefile 2020/05/19 12:39:04 1.4
+++ pkgsrc/net/py-ldapdomaindump/Makefile 2020/06/18 17:02:45 1.5
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.4 2020/05/19 12:39:04 adam Exp $ 1# $NetBSD: Makefile,v 1.5 2020/06/18 17:02:45 adam Exp $
2 2
3DISTNAME= ldapdomaindump-0.9.2 3DISTNAME= ldapdomaindump-0.9.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= net python 5CATEGORIES= net python
6MASTER_SITES= ${MASTER_SITE_PYPI:=l/ldapdomaindump/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=l/ldapdomaindump/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/dirkjanm/ldapdomaindump 9HOMEPAGE= https://github.com/dirkjanm/ldapdomaindump
10COMMENT= Collection of Python classes for working with network protocols 10COMMENT= Collection of Python classes for working with network protocols
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns 13DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
14DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future 14DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
15DEPENDS+= ${PYPKGPREFIX}-ldap3>=2.6:../../databases/py-ldap3 15DEPENDS+= ${PYPKGPREFIX}-ldap3>=2.6:../../databases/py-ldap3
16 16
17USE_LANGUAGES= # none 17USE_LANGUAGES= # none
18 18
19post-install: 19post-install:
20.for bin in ldapdomaindump ldd2bloodhound 20.for bin in ldapdomaindump ldd2bloodhound ldd2pretty
21 cd ${DESTDIR}${PREFIX}/bin && \ 21 cd ${DESTDIR}${PREFIX}/bin && \
22 ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE} 22 ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
23.endfor 23.endfor
24 24
25.include "../../lang/python/egg.mk" 25.include "../../lang/python/egg.mk"
26.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/net/py-ldapdomaindump/PLIST (expand / switch to unified diff)

--- pkgsrc/net/py-ldapdomaindump/PLIST 2020/05/19 12:39:04 1.3
+++ pkgsrc/net/py-ldapdomaindump/PLIST 2020/06/18 17:02:45 1.4
@@ -1,18 +1,22 @@ @@ -1,18 +1,22 @@
1@comment $NetBSD: PLIST,v 1.3 2020/05/19 12:39:04 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2020/06/18 17:02:45 adam Exp $
2bin/ldapdomaindump-${PYVERSSUFFIX} 2bin/ldapdomaindump-${PYVERSSUFFIX}
3bin/ldd2bloodhound-${PYVERSSUFFIX} 3bin/ldd2bloodhound-${PYVERSSUFFIX}
 4bin/ldd2pretty-${PYVERSSUFFIX}
4${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 5${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
5${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 6${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
6${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 7${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
7${PYSITELIB}/${EGG_INFODIR}/requires.txt 8${PYSITELIB}/${EGG_INFODIR}/requires.txt
8${PYSITELIB}/${EGG_INFODIR}/top_level.txt 9${PYSITELIB}/${EGG_INFODIR}/top_level.txt
9${PYSITELIB}/ldapdomaindump/__init__.py 10${PYSITELIB}/ldapdomaindump/__init__.py
10${PYSITELIB}/ldapdomaindump/__init__.pyc 11${PYSITELIB}/ldapdomaindump/__init__.pyc
11${PYSITELIB}/ldapdomaindump/__init__.pyo 12${PYSITELIB}/ldapdomaindump/__init__.pyo
12${PYSITELIB}/ldapdomaindump/__main__.py 13${PYSITELIB}/ldapdomaindump/__main__.py
13${PYSITELIB}/ldapdomaindump/__main__.pyc 14${PYSITELIB}/ldapdomaindump/__main__.pyc
14${PYSITELIB}/ldapdomaindump/__main__.pyo 15${PYSITELIB}/ldapdomaindump/__main__.pyo
15${PYSITELIB}/ldapdomaindump/convert.py 16${PYSITELIB}/ldapdomaindump/convert.py
16${PYSITELIB}/ldapdomaindump/convert.pyc 17${PYSITELIB}/ldapdomaindump/convert.pyc
17${PYSITELIB}/ldapdomaindump/convert.pyo 18${PYSITELIB}/ldapdomaindump/convert.pyo
 19${PYSITELIB}/ldapdomaindump/pretty.py
 20${PYSITELIB}/ldapdomaindump/pretty.pyc
 21${PYSITELIB}/ldapdomaindump/pretty.pyo
18${PYSITELIB}/ldapdomaindump/style.css 22${PYSITELIB}/ldapdomaindump/style.css

cvs diff -r1.2 -r1.3 pkgsrc/net/py-ldapdomaindump/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-ldapdomaindump/distinfo 2020/05/19 12:39:04 1.2
+++ pkgsrc/net/py-ldapdomaindump/distinfo 2020/06/18 17:02:45 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2020/05/19 12:39:04 adam Exp $ 1$NetBSD: distinfo,v 1.3 2020/06/18 17:02:45 adam Exp $
2 2
3SHA1 (ldapdomaindump-0.9.2.tar.gz) = 59fd90e08fecaffe05d957df9a74ce99ce81a3c4 3SHA1 (ldapdomaindump-0.9.3.tar.gz) = 54adc858ed586c597787db6f6bc2954660b0d062
4RMD160 (ldapdomaindump-0.9.2.tar.gz) = d7b86e1ecd70ae6377540dcdc2c812fd10c08cbc 4RMD160 (ldapdomaindump-0.9.3.tar.gz) = 0b081b70493fc04eb54a96d95a66e6ad1a0f32c8
5SHA512 (ldapdomaindump-0.9.2.tar.gz) = 14d38834de7580bf062e3876e564a18535f9df7861ac28e1a8aeeb2bba0260078ed07a3aac470dbbb5c3e1bbb65ffcd624d6223a318fa79391b4a1e5b32bcaef 5SHA512 (ldapdomaindump-0.9.3.tar.gz) = b24083d271033e3c38e280d8cedd822ca503840716cd21361b1956595179dd6d67a9d75f0e3e4b47d8d21e313ee1f4e370d20c5453a3703ed370b75ba7d505e1
6Size (ldapdomaindump-0.9.2.tar.gz) = 14205 bytes 6Size (ldapdomaindump-0.9.3.tar.gz) = 18745 bytes