Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-perl-ldap p5-perl-ldap: update to 0.66.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d45ed847a717
branches:  trunk
changeset: 438255:d45ed847a717
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 06 22:13:14 2020 +0000

description:
p5-perl-ldap: update to 0.66.

0.66 -- Tue Apr 16 11:23:55 CEST 2019

Enhancements
* Entry.pm: accept more options in ldif()
* inc/: refresh install tools
* contrib/ldifsort: new option -h
* documentation extensions
* typo fixes

Bug Fixes
* contrib/schema2ad: fix syntax calculation
* Refresh.pm: fix get_ttl() method
* DSML: fix detection of auxiliary object classes

diffstat:

 databases/p5-perl-ldap/Makefile                  |   5 ++---
 databases/p5-perl-ldap/distinfo                  |  11 +++++------
 databases/p5-perl-ldap/patches/patch-Makefile.PL |  14 --------------
 3 files changed, 7 insertions(+), 23 deletions(-)

diffs (48 lines):

diff -r aeeaafc711e3 -r d45ed847a717 databases/p5-perl-ldap/Makefile
--- a/databases/p5-perl-ldap/Makefile   Sun Sep 06 22:11:56 2020 +0000
+++ b/databases/p5-perl-ldap/Makefile   Sun Sep 06 22:13:14 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2020/08/31 18:07:08 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2020/09/06 22:13:14 wiz Exp $
 
-DISTNAME=      perl-ldap-0.65
+DISTNAME=      perl-ldap-0.66
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
 CATEGORIES=    databases net devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=LWP/}
 
diff -r aeeaafc711e3 -r d45ed847a717 databases/p5-perl-ldap/distinfo
--- a/databases/p5-perl-ldap/distinfo   Sun Sep 06 22:11:56 2020 +0000
+++ b/databases/p5-perl-ldap/distinfo   Sun Sep 06 22:13:14 2020 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.19 2017/06/07 14:34:47 ryoon Exp $
+$NetBSD: distinfo,v 1.20 2020/09/06 22:13:14 wiz Exp $
 
-SHA1 (perl-ldap-0.65.tar.gz) = b7e270a63639eeb2a92da1f430f7ed6e165ddd5a
-RMD160 (perl-ldap-0.65.tar.gz) = d64f937a294c640adde6bfb8fa3176c964105a52
-SHA512 (perl-ldap-0.65.tar.gz) = 567de41fc1e659de23b4ae7b6cec5a60df0ad8bc90062158cf83f90d3729ac27a8bacb276b732931fefbf33847fe1baec7a62393aae5978f3c55c6c602f93747
-Size (perl-ldap-0.65.tar.gz) = 311145 bytes
-SHA1 (patch-Makefile.PL) = a0fa13a55f456d4f1b5b19384b25f9dbf34fbf3f
+SHA1 (perl-ldap-0.66.tar.gz) = b6dbc774a7d42a994a103a7d5fd934f6c918e8e6
+RMD160 (perl-ldap-0.66.tar.gz) = 97208a3278920a2a8ea770e3b8478db191245402
+SHA512 (perl-ldap-0.66.tar.gz) = 58b066a73cbab6f9c709105a01d8bc04128dc52e3b10f6c99b4d4bb8fdb574a6471211a21416dbd06760b7c585e0a340920467b6805a3cc475f00ef27d084b2a
+Size (perl-ldap-0.66.tar.gz) = 319210 bytes
diff -r aeeaafc711e3 -r d45ed847a717 databases/p5-perl-ldap/patches/patch-Makefile.PL
--- a/databases/p5-perl-ldap/patches/patch-Makefile.PL  Sun Sep 06 22:11:56 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 14:34:47 ryoon Exp $
-
-* Fix build with Perl 5.26.0
-
---- Makefile.PL.orig   2015-04-02 12:43:37.000000000 +0000
-+++ Makefile.PL
-@@ -1,5 +1,7 @@
- # -*- perl -*-
- 
-+use FindBin;
-+use lib $FindBin::Bin;
- use inc::Module::Install;
- 
- perl_version    5.008001;



Home | Main Index | Thread Index | Old Index