From owner-freebsd-perl@FreeBSD.ORG Sat Mar 17 11:06:07 2007 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD9F416A401; Sat, 17 Mar 2007 11:06:07 +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 9F2FF13C43E; Sat, 17 Mar 2007 11:06:07 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 0ED8459; Sat, 17 Mar 2007 19:06:07 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20070317110607.0ED8459@netnews.NCTU.edu.tw> Date: Sat, 17 Mar 2007 19:06:07 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] mail/p5-Mail-ListDetector: update to 1.01 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: Sat, 17 Mar 2007 11:06:07 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] mail/p5-Mail-ListDetector: update to 1.01 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.2-RELEASE i386 >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #1: Sun Jan 14 14:05:12 CST 2007 >Description: - Update to 1.01 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Mail-ListDetector-1.01.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/p5-Mail-ListDetector/Makefile /home/staff/gslin/work/ports/p5-Mail-ListDetector/Makefile --- /usr/ports/mail/p5-Mail-ListDetector/Makefile Wed Apr 19 15:55:03 2006 +++ /home/staff/gslin/work/ports/p5-Mail-ListDetector/Makefile Sat Mar 17 19:05:35 2007 @@ -6,7 +6,7 @@ # PORTNAME= Mail-ListDetector -PORTVERSION= 0.34 +PORTVERSION= 1.01 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -15,11 +15,10 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for detecting mailing list messages -RUN_DEPENDS= ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid \ - ${SITE_PERL}/Email/Abstract.pm:${PORTSDIR}/mail/p5-Email-Abstract \ +RUN_DEPENDS= ${SITE_PERL}/Email/Abstract.pm:${PORTSDIR}/mail/p5-Email-Abstract \ + ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes @@ -49,7 +48,6 @@ post-install: @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/examples/sample.pl \ - ${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/examples/sample.pl ${EXAMPLESDIR} .include diff -ruN --exclude=CVS /usr/ports/mail/p5-Mail-ListDetector/distinfo /home/staff/gslin/work/ports/p5-Mail-ListDetector/distinfo --- /usr/ports/mail/p5-Mail-ListDetector/distinfo Wed Apr 19 15:55:03 2006 +++ /home/staff/gslin/work/ports/p5-Mail-ListDetector/distinfo Sat Mar 17 19:01:55 2007 @@ -1,3 +1,3 @@ -MD5 (Mail-ListDetector-0.34.tar.gz) = 7281ae548845a6ae800a1b1537ac7942 -SHA256 (Mail-ListDetector-0.34.tar.gz) = 5b1851be4c4df04deccff3ec0568bcde1d95d32699c51e571f73b5ffd52edef9 -SIZE (Mail-ListDetector-0.34.tar.gz) = 39817 +MD5 (Mail-ListDetector-1.01.tar.gz) = 1d60d2ecadffaedfab89c8f286186269 +SHA256 (Mail-ListDetector-1.01.tar.gz) = 20861be5cc7c09050885b6c53bfc23783fbad3be7cbbbed8c75441ef8d8bf6b1 +SIZE (Mail-ListDetector-1.01.tar.gz) = 40197 --- p5-Mail-ListDetector-1.01.patch ends here ---