From 309372d7f5e7b55a99279cf15282cb561a01dba4 Mon Sep 17 00:00:00 2001 From: jedgar Date: Tue, 31 Jul 2001 19:59:17 +0000 Subject: - update to version 4.50 - use PERL_CONFIGURE (and the created Makefile) - rearrange Makefile (to please portlint) PR: 29351 Submitted by: Pete Fritchman --- mail/grepmail/Makefile | 18 +++++++++--------- mail/grepmail/distinfo | 2 +- mail/grepmail/pkg-plist | 2 ++ 3 files changed, 12 insertions(+), 10 deletions(-) (limited to 'mail/grepmail') diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index 495e4aa..cba2d08 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -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 -do-configure: - @${PERL} -pi.orig -e 's|_PERL_|${PERL}|' ${WRKSRC}/grepmail - @cd ${WRKSRC} && ${PERL} Makefile.PL +post-extract: + # we don't want to build the FastReader module + @${RM} -f ${WRKSRC}/FastReader/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 diff --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo index 0c45bc1..ec3c6b1 100644 --- a/mail/grepmail/distinfo +++ b/mail/grepmail/distinfo @@ -1 +1 @@ -MD5 (grepmail-4.48.tar.gz) = 139ed8ce0fc0fe3e247d663855303826 +MD5 (grepmail-4.50.tar.gz) = 6d4df00c1b52a276d1d8955ba1ecefa1 diff --git a/mail/grepmail/pkg-plist b/mail/grepmail/pkg-plist index 0e33931..281cbfa 100644 --- a/mail/grepmail/pkg-plist +++ b/mail/grepmail/pkg-plist @@ -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 -- cgit v1.1