Date: Thu, 4 Sep 2003 15:36:58 +0800 (CST) From: Yen-Ming Lee <leeym@utopia.leeym.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/56403: update port: mail/grepmail Message-ID: <20030904073658.BA3683EAA74@utopia.leeym.com> Resent-Message-ID: <200309040740.h847eFfY010819@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 56403 >Category: ports >Synopsis: update port: mail/grepmail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Sep 04 00:40:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.1-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #4: Sun Aug 24 06:56:03 CST 2003 root@utopia.leeym.com:/mnt/obj/usr/src/sys/UTOPIA i386 >Description: Update to grepmail-5.21 >How-To-Repeat: >Fix: --- grepmail.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/grepmail/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- Makefile 7 Mar 2003 06:05:52 -0000 1.28 +++ Makefile 4 Sep 2003 07:33:58 -0000 @@ -6,7 +6,7 @@ # PORTNAME= grepmail -PORTVERSION= 4.80 +PORTVERSION= 5.21 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,8 +14,8 @@ MAINTAINER= jedgar@FreeBSD.org COMMENT= Search mailboxes for a given regexp and display matching emails -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate +BUILD_DEPENDS= ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate +RUN_DEPENDS= ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate PERL_CONFIGURE= yes USE_REINPLACE= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/mail/grepmail/distinfo,v retrieving revision 1.21 diff -u -r1.21 distinfo --- distinfo 8 Feb 2003 01:18:17 -0000 1.21 +++ distinfo 4 Sep 2003 07:33:58 -0000 @@ -1 +1 @@ -MD5 (grepmail-4.80.tar.gz) = 846558ef1fcca841f0b4fd455cf3ac11 +MD5 (grepmail-5.21.tar.gz) = ce77119aa91b6364e938a37d2de06c53 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/mail/grepmail/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 31 Jul 2001 19:59:17 -0000 1.2 +++ pkg-plist 4 Sep 2003 07:33:58 -0000 @@ -1,3 +1,3 @@ bin/grepmail -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/grepmail/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/grepmail +%%SITE_PERL%%/%%PERL_ARCH%%/auto/grepmail/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/grepmail Index: files/patch-aa =================================================================== RCS file: /home/pcvs/ports/mail/grepmail/files/patch-aa,v retrieving revision 1.4 diff -u -r1.4 patch-aa --- files/patch-aa 8 Feb 2003 01:18:17 -0000 1.4 +++ files/patch-aa 4 Sep 2003 07:33:58 -0000 @@ -1,11 +0,0 @@ ---- grepmail.orig Thu Oct 10 12:11:23 2002 -+++ grepmail Fri Feb 7 20:16:41 2003 -@@ -366,7 +366,7 @@ - if ($opts{'E'}) - { - # Have to do -Y before -h because the former implies the latter -- for my $option qw(e M S Y) -+ for my $option (qw(e M S Y)) - { - if ($opts{$option}) - { --- grepmail.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030904073658.BA3683EAA74>