On Wed, Oct 09, 2019 at 06:58:26AM +0000, wen heping wrote: > Hi, ports@: > > Here is a simple patch for databases/p5-DBD-LDAP to update to 1.00. > It build well and pass all tests on amd64-head system. > No other ports depend on it. > > Comments? OK? > wen
Doesn't need BUILD_DEPENDS=${RUN_DEPENDS}, it builds and packages fine without, there's some trailing whitespace in DESCR. Updated patch here, OK afresh1@ Index: Makefile =================================================================== RCS file: /cvs/ports/databases/p5-DBD-LDAP/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile 12 Jul 2019 20:43:55 -0000 1.11 +++ Makefile 31 Oct 2019 02:55:19 -0000 @@ -5,14 +5,13 @@ COMMENT= DBI driver for LDAP databases MODULES= cpan PKG_ARCH= * -DISTNAME= DBD-LDAP-0.22 +DISTNAME= DBD-LDAP-1.00 CATEGORIES= databases perl5 # perl PERMIT_PACKAGE= Yes -BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= databases/p5-DBI \ databases/p5-ldap Index: distinfo =================================================================== RCS file: /cvs/ports/databases/p5-DBD-LDAP/distinfo,v retrieving revision 1.5 diff -u -p -r1.5 distinfo --- distinfo 4 Jun 2015 04:46:48 -0000 1.5 +++ distinfo 31 Oct 2019 02:55:19 -0000 @@ -1,2 +1,2 @@ -SHA256 (DBD-LDAP-0.22.tar.gz) = 2vqx0onv5Q9xScfoEcBfWTKsjUi9qjnejGQxcSH4h4E= -SIZE (DBD-LDAP-0.22.tar.gz) = 35329 +SHA256 (DBD-LDAP-1.00.tar.gz) = KandghENIcUJY1hNRm/qr8pottnJ2NZYesKJcu/9MTU= +SIZE (DBD-LDAP-1.00.tar.gz) = 29841 Index: pkg/DESCR =================================================================== RCS file: /cvs/ports/databases/p5-DBD-LDAP/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 DESCR --- pkg/DESCR 13 Nov 2006 14:57:55 -0000 1.1.1.1 +++ pkg/DESCR 31 Oct 2019 02:55:19 -0000 @@ -1,2 +1,2 @@ -DBD::LDAP is a DBI extension module adding an SQL database interface to -standard LDAP databases to Perl's database-independent database interface. +DBD::LDAP is a DBI extension module adding an SQL database interface to +standard LDAP databases to Perl's database-independent database interface.