From owner-freebsd-perl@FreeBSD.ORG Fri Jul 28 01:16:19 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 3EF2916A4DE; Fri, 28 Jul 2006 01:16:19 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id E72E343D4C; Fri, 28 Jul 2006 01:16:18 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 14D3A1F9; Fri, 28 Jul 2006 09:16:17 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20060728011617.14D3A1F9@netnews.NCTU.edu.tw> Date: Fri, 28 Jul 2006 09:16:17 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] databases/p5-DBD-LDAP: update to 0.08 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: Fri, 28 Jul 2006 01:16:19 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] databases/p5-DBD-LDAP: update to 0.08 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-RELEASE i386 >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Update to 0.08 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-DBD-LDAP-0.08.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/p5-DBD-LDAP/Makefile /home/staff/gslin/work/p5-DBD-LDAP/Makefile --- /usr/ports/databases/p5-DBD-LDAP/Makefile Thu Sep 29 23:48:04 2005 +++ /home/staff/gslin/work/p5-DBD-LDAP/Makefile Fri Jul 28 09:15:51 2006 @@ -6,7 +6,7 @@ # PORTNAME= DBD-LDAP -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD @@ -15,23 +15,17 @@ MAINTAINER= perl@FreeBSD.org COMMENT= DBI interface for accessing LDAP servers -BUILD_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap PERL_CONFIGURE= yes MAN3= DBD::LDAP.3 -post-build: - @${FIND} ${WRKSRC} -name autosplit.ix -delete - .include .if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 .else -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI .endif diff -ruN --exclude=CVS /usr/ports/databases/p5-DBD-LDAP/distinfo /home/staff/gslin/work/p5-DBD-LDAP/distinfo --- /usr/ports/databases/p5-DBD-LDAP/distinfo Mon Nov 14 23:04:51 2005 +++ /home/staff/gslin/work/p5-DBD-LDAP/distinfo Fri Jul 28 09:11:40 2006 @@ -1,3 +1,3 @@ -MD5 (DBD-LDAP-0.07.tar.gz) = 66cb22e36e537e143f5bb31d2fb26243 -SHA256 (DBD-LDAP-0.07.tar.gz) = 7b24f2deb9319d5f001e4bf266852a073610300d7be26b03a6b21a232ee69ab2 -SIZE (DBD-LDAP-0.07.tar.gz) = 29003 +MD5 (DBD-LDAP-0.08.tar.gz) = 27e94db837c57932d48a14ef3637677e +SHA256 (DBD-LDAP-0.08.tar.gz) = 6fa7ade4880a97b513aafc3f2cf3804bd1b82e32184f71937832057ff00a4947 +SIZE (DBD-LDAP-0.08.tar.gz) = 29792 diff -ruN --exclude=CVS /usr/ports/databases/p5-DBD-LDAP/pkg-plist /home/staff/gslin/work/p5-DBD-LDAP/pkg-plist --- /usr/ports/databases/p5-DBD-LDAP/pkg-plist Sun Jan 22 09:29:01 2006 +++ /home/staff/gslin/work/p5-DBD-LDAP/pkg-plist Fri Jul 28 09:14:43 2006 @@ -1,3 +1,4 @@ +@comment $FreeBSD$ %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/LDAP/.packlist %%SITE_PERL%%/DBD/LDAP.pm %%SITE_PERL%%/JLdap.pm --- p5-DBD-LDAP-0.08.patch ends here ---