From owner-freebsd-ports Tue Jul 31 8:50:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7701537B401 for ; Tue, 31 Jul 2001 08:50:35 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6VFoZA71483; Tue, 31 Jul 2001 08:50:35 -0700 (PDT) (envelope-from gnats) Received: from entropy.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 8AF6637B405 for ; Tue, 31 Jul 2001 08:50:18 -0700 (PDT) (envelope-from petef@entropy.databits.net) Received: (from petef@localhost) by entropy.databits.net (8.11.1/8.11.1) id f6VCXG087927; Tue, 31 Jul 2001 08:33:16 -0400 (EDT) (envelope-from petef) Message-Id: <200107311233.f6VCXG087927@entropy.databits.net> Date: Tue, 31 Jul 2001 08:33:16 -0400 (EDT) From: petef@databits.net Reply-To: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29351: Update mail/grepmail to 4.50 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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!!"n"!' ${WRKSRC}/Makefile.PL .include 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