From owner-svn-ports-all@FreeBSD.ORG Sat Feb 14 19:20:02 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A2182D3; Sat, 14 Feb 2015 19:20:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFC4AA38; Sat, 14 Feb 2015 19:20:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1EJK1BU025708; Sat, 14 Feb 2015 19:20:01 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1EJK1i9025704; Sat, 14 Feb 2015 19:20:01 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502141920.t1EJK1i9025704@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 14 Feb 2015 19:20:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378996 - head/net/p5-perl-ldap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2015 19:20:02 -0000 Author: adamw Date: Sat Feb 14 19:20:00 2015 New Revision: 378996 URL: https://svnweb.freebsd.org/changeset/ports/378996 QAT: https://qat.redports.org/buildarchive/r378996/ Log: Update to 0.64. While here, add an LWP option. Changes: https://metacpan.org/changes/distribution/perl-ldap Modified: head/net/p5-perl-ldap/Makefile head/net/p5-perl-ldap/distinfo Modified: head/net/p5-perl-ldap/Makefile ============================================================================== --- head/net/p5-perl-ldap/Makefile Sat Feb 14 19:09:41 2015 (r378995) +++ head/net/p5-perl-ldap/Makefile Sat Feb 14 19:20:00 2015 (r378996) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= perl-ldap -PORTVERSION= 0.5800 -PORTREVISION= 1 +PORTVERSION= 0.6400 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARSCHAP @@ -24,7 +23,17 @@ BUILD_DEPENDS= p5-Authen-SASL>=2.00:${PO p5-XML-SAX-Writer>0:${PORTSDIR}/textproc/p5-XML-SAX-Writer RUN_DEPENDS:= ${BUILD_DEPENDS} +OPTIONS_DEFINE= LWP +LWP_DESC= LDAP support via LWP +LWP_BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-LWP-MediaTypes>=0:${PORTSDIR}/www/p5-LWP-MediaTypes \ + p5-HTTP-Negotiate>=0:${PORTSDIR}/www/p5-HTTP-Negotiate \ + p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON +LWP_RUN_DEPENDS:= ${LWP_BUILD_DEPENDS} + USES= perl5 USE_PERL5= configure + .include Modified: head/net/p5-perl-ldap/distinfo ============================================================================== --- head/net/p5-perl-ldap/distinfo Sat Feb 14 19:09:41 2015 (r378995) +++ head/net/p5-perl-ldap/distinfo Sat Feb 14 19:20:00 2015 (r378996) @@ -1,2 +1,2 @@ -SHA256 (perl-ldap-0.58.tar.gz) = 7a928daa98dba4eb5114e9f416799e2a9b4467462c75aacef35203abaa7efcb1 -SIZE (perl-ldap-0.58.tar.gz) = 307111 +SHA256 (perl-ldap-0.64.tar.gz) = 9d5d71714f6c969e3a3ef406c1fa276a96028781e8cf38decd9a42f344dbdcb6 +SIZE (perl-ldap-0.64.tar.gz) = 310088