svn commit: r492009 - head/databases/p5-DBD-LDAP

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 2 21:56:06 UTC 2019


Author: sunpoet
Date: Sat Feb  2 21:55:57 2019
New Revision: 492009
URL: https://svnweb.freebsd.org/changeset/ports/492009

Log:
  Update to 0.23
  
  - Sort *_DEPENDS
  - Add NO_ARCH
  
  Changes:	https://metacpan.org/changes/distribution/DBD-LDAP

Modified:
  head/databases/p5-DBD-LDAP/Makefile
  head/databases/p5-DBD-LDAP/distinfo

Modified: head/databases/p5-DBD-LDAP/Makefile
==============================================================================
--- head/databases/p5-DBD-LDAP/Makefile	Sat Feb  2 21:55:52 2019	(r492008)
+++ head/databases/p5-DBD-LDAP/Makefile	Sat Feb  2 21:55:57 2019	(r492009)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	DBD-LDAP
-PORTVERSION=	0.22
+PORTVERSION=	0.23
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,10 +14,12 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-perl-ldap>=0.01:net/p5-perl-ldap \
-		p5-DBI>=0:databases/p5-DBI
+RUN_DEPENDS=	p5-DBI>=1.03:databases/p5-DBI \
+		p5-perl-ldap>=0.01:net/p5-perl-ldap
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/databases/p5-DBD-LDAP/distinfo
==============================================================================
--- head/databases/p5-DBD-LDAP/distinfo	Sat Feb  2 21:55:52 2019	(r492008)
+++ head/databases/p5-DBD-LDAP/distinfo	Sat Feb  2 21:55:57 2019	(r492009)
@@ -1,2 +1,3 @@
-SHA256 (DBD-LDAP-0.22.tar.gz) = dafab1d289efe50f7149c7e811c05f5932ac8d48bdaa39de8c64317121f88781
-SIZE (DBD-LDAP-0.22.tar.gz) = 35329
+TIMESTAMP = 1549103578
+SHA256 (DBD-LDAP-0.23.tar.gz) = c25942ddd0a6660137431561161b755d20d05f3cc33401fe05a4fe5da1e87a2b
+SIZE (DBD-LDAP-0.23.tar.gz) = 28438


More information about the svn-ports-all mailing list