Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2001 08:33:16 -0400 (EDT)
From:      petef@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29351: Update mail/grepmail to 4.50
Message-ID:  <200107311233.f6VCXG087927@entropy.databits.net>

next in thread | raw e-mail | index | archive | help

>Number:         29351
>Category:       ports
>Synopsis:       Update mail/grepmail to 4.50
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 31 08:50:30 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
Databits Network Services, Inc.
>Environment:

>Description:

- update to version 4.50
- use PERL_CONFIGURE (and the created Makefile)
- rearrange Makefile (to please portlint)

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/grepmail/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	2001/06/18 12:23:21	1.20
+++ Makefile	2001/07/31 12:26:22
@@ -6,26 +6,26 @@
 #
 
 PORTNAME=	grepmail
-PORTVERSION=	4.48
+PORTVERSION=	4.50
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
+MAINTAINER=	jedgar@FreeBSD.org
+
 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
 
-MAINTAINER=	jedgar@FreeBSD.org
-
+PERL_CONFIGURE=	yes
 USE_PERL5=	yes
 
 MAN1=		grepmail.1
+
+post-extract:
+	# we don't want to build the FastReader module
+	@${RM} -f ${WRKSRC}/FastReader/Makefile.PL
 
-do-configure:
-		@${PERL} -pi.orig -e 's|_PERL_|${PERL}|' ${WRKSRC}/grepmail
-		@cd ${WRKSRC} && ${PERL} Makefile.PL
-
-do-install:
-		${INSTALL_SCRIPT} ${WRKSRC}/grepmail ${PREFIX}/bin
-		${INSTALL_MAN} ${WRKSRC}/blib/man1/grepmail.1 ${MANPREFIX}/man/man1
+post-patch:
+	@${PERL} -pi -e 's!<STDIN>!"n"!' ${WRKSRC}/Makefile.PL
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/grepmail/distinfo,v
retrieving revision 1.16
diff -u -r1.16 distinfo
--- distinfo	2001/06/18 12:23:21	1.16
+++ distinfo	2001/07/31 11:36:08
@@ -1 +1 @@
-MD5 (grepmail-4.48.tar.gz) = 139ed8ce0fc0fe3e247d663855303826
+MD5 (grepmail-4.50.tar.gz) = 6d4df00c1b52a276d1d8955ba1ecefa1
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/mail/grepmail/pkg-plist,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 pkg-plist
--- pkg-plist	1999/11/27 05:10:06	1.1.1.1
+++ pkg-plist	2001/07/31 12:31:49
@@ -1 +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
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107311233.f6VCXG087927>