From owner-freebsd-perl@FreeBSD.ORG Wed Oct 25 15:36:54 2006 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4BE616A403; Wed, 25 Oct 2006 15:36:54 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C85143D45; Wed, 25 Oct 2006 15:36:54 +0000 (GMT) (envelope-from chinsan@FreeBSD.org) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id E70D22E9DF; Wed, 25 Oct 2006 23:36:54 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Wed, 25 Oct 2006 23:35:00 +0800 Date: Wed, 25 Oct 2006 23:35:00 +0800 To: FreeBSD-gnats-submit@freebsd.org From: chinsan X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20061025153654.E70D22E9DF@smtp2.bc.hgc.com.tw> Cc: perl@FreeBSD.org Subject: [PATCH] databases/p5-DBD-LDAP: update to 0.09 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2006 15:36:54 -0000 >Submitter-Id: current-users >Originator: chinsan >Organization: Taiwan >Confidential: no >Synopsis: [PATCH] databases/p5-DBD-LDAP: update to 0.09 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.2-PRERELEASE i386 >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #6: Thu Sep 14 09:46:10 CST 2006 >Description: - Update to 0.09 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-DBD-LDAP-0.09.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/p5-DBD-LDAP/Makefile /usr/home/chinsan/project/p5-DBD-LDAP/Makefile --- /usr/ports/databases/p5-DBD-LDAP/Makefile Sat Jul 29 05:18:17 2006 +++ /usr/home/chinsan/project/p5-DBD-LDAP/Makefile Wed Oct 25 23:30:48 2006 @@ -6,7 +6,7 @@ # PORTNAME= DBD-LDAP -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD diff -ruN --exclude=CVS /usr/ports/databases/p5-DBD-LDAP/distinfo /usr/home/chinsan/project/p5-DBD-LDAP/distinfo --- /usr/ports/databases/p5-DBD-LDAP/distinfo Sat Jul 29 05:18:17 2006 +++ /usr/home/chinsan/project/p5-DBD-LDAP/distinfo Wed Oct 25 23:31:09 2006 @@ -1,3 +1,3 @@ -MD5 (DBD-LDAP-0.08.tar.gz) = 27e94db837c57932d48a14ef3637677e -SHA256 (DBD-LDAP-0.08.tar.gz) = 6fa7ade4880a97b513aafc3f2cf3804bd1b82e32184f71937832057ff00a4947 -SIZE (DBD-LDAP-0.08.tar.gz) = 29792 +MD5 (DBD-LDAP-0.09.tar.gz) = e5692405746763771940a3a393d470aa +SHA256 (DBD-LDAP-0.09.tar.gz) = 84d481b9af1a9102dd08e9279d48b068c8eabe2a605bb3e9c6b0f3307edff4a0 +SIZE (DBD-LDAP-0.09.tar.gz) = 29903 --- p5-DBD-LDAP-0.09.patch ends here ---