ports/58675: non-maintainer-update: mail/grepmail to 5.22

Cheng-Lung Sung clsung at dragon2.net
Wed Oct 29 07:30:11 UTC 2003


>Number:         58675
>Category:       ports
>Synopsis:       non-maintainer-update: mail/grepmail to 5.22
>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:   Tue Oct 28 23:30:08 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #3: Wed Oct 8 07:32:16 CST 2003 root at sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
- update from 4.80 to 5.22
- maybe can obsolete pr/56403
- add dependency of mail/p5-Mail-Mbox-MessageParser (not yet commited)
- remove post-patch
>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/mail/grepmail/Makefile ./grepmail/Makefile
--- /usr/ports/mail/grepmail/Makefile	Fri Oct 24 23:14:35 2003
+++ ./grepmail/Makefile	Wed Oct 29 15:16:06 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	grepmail
-PORTVERSION=	4.80
+PORTVERSION=	5.22
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,16 +14,12 @@
 MAINTAINER=	jedgar at FreeBSD.org
 COMMENT=	Search mailboxes for a given regexp and display matching emails
 
-BUILD_DEPENDS=	${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
-RUN_DEPENDS=	${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
+BUILD_DEPENDS=	${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \
+		${SITE_PERL}/Mail/Mbox/MessageParser.pm:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
-USE_REINPLACE=	yes
 
 MAN1=		grepmail.1
-
-post-patch:
-	@${REINPLACE_CMD} -e 's!<STDIN>!"n"!' ${WRKSRC}/Makefile.PL
-	@${REINPLACE_CMD} -e 's|_PERL_|${PERL}|' ${WRKSRC}/grepmail
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/mail/grepmail/distinfo ./grepmail/distinfo
--- /usr/ports/mail/grepmail/distinfo	Sat Feb  8 09:18:17 2003
+++ ./grepmail/distinfo	Wed Oct 29 14:06:40 2003
@@ -1 +1 @@
-MD5 (grepmail-4.80.tar.gz) = 846558ef1fcca841f0b4fd455cf3ac11
+MD5 (grepmail-5.22.tar.gz) = f274c30e21091c6589146ad4a825614e
diff -ruN /usr/ports/mail/grepmail/files/patch-aa ./grepmail/files/patch-aa
--- /usr/ports/mail/grepmail/files/patch-aa	Sat Feb  8 09:18:17 2003
+++ ./grepmail/files/patch-aa	Thu Jan  1 08:00:00 1970
@@ -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})
-     {

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list