diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index db3bbb5ad1f..6e5d235891e 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2001/09/11 01:51:09 jcs Exp $ +# $OpenBSD: Makefile,v 1.4 2001/10/25 00:13:09 jcs Exp $ -DISTNAME= grepmail-4.51 +DISTNAME= grepmail-4.60 CATEGORIES= mail perl5 -NEED_VERSION= 1.454 +NEED_VERSION= 1.475 PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes @@ -23,5 +23,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} \ bzip2::archivers/bzip2 CONFIGURE_STYLE= perl +CONFIGURE_ARGS= FASTREADER=0 .include diff --git a/mail/grepmail/files/md5 b/mail/grepmail/files/md5 index c32e348ae59..8f16a35faea 100644 --- a/mail/grepmail/files/md5 +++ b/mail/grepmail/files/md5 @@ -1,3 +1,3 @@ -MD5 (grepmail-4.51.tar.gz) = f230b763bdddd4ca6be1eabba217acf9 -RMD160 (grepmail-4.51.tar.gz) = 5cdb02d5123ab96ce40c8a1b1faebc8dfc329c95 -SHA1 (grepmail-4.51.tar.gz) = 9ac39ddb1562ffefb13d05f3d820a34d711134f0 +MD5 (grepmail-4.60.tar.gz) = 5f420466dd392d9e28e6d93903c54064 +RMD160 (grepmail-4.60.tar.gz) = e89b5470d489f9c0be09ac08d6f5f2456038cb9a +SHA1 (grepmail-4.60.tar.gz) = 915eb8bb4f3e234e1b44b82bd26f37d1e2ee2cc6 diff --git a/mail/grepmail/patches/patch-MANIFEST b/mail/grepmail/patches/patch-MANIFEST deleted file mode 100644 index d0d717c1ff3..00000000000 --- a/mail/grepmail/patches/patch-MANIFEST +++ /dev/null @@ -1,16 +0,0 @@ -$OpenBSD: patch-MANIFEST,v 1.1 2001/09/11 01:51:09 jcs Exp $ ---- MANIFEST.orig Mon Sep 10 20:35:48 2001 -+++ MANIFEST Mon Sep 10 20:35:55 2001 -@@ -4,12 +4,6 @@ - CHANGES A change history - LICENSE A copy of the license - Makefile.PL Makes the makefile --FastReader/Makefile.PL FastReader Makefile.PL --FastReader/FastReader.pm FastReader stub .pm file --FastReader/Changes FastReader changelog --FastReader/MANIFEST FastReader MANIFEST --FastReader/t/simple.t FastReader Perl test program --FastReader/t/mailarc-1.txt FastReader input file - t/functionality.t A test of the script's correctness - t/gnus.txt Input file - t/mailarc-1.txt Input file diff --git a/mail/grepmail/patches/patch-Makefile_PL b/mail/grepmail/patches/patch-Makefile_PL deleted file mode 100644 index ec62099fe1c..00000000000 --- a/mail/grepmail/patches/patch-Makefile_PL +++ /dev/null @@ -1,25 +0,0 @@ -$OpenBSD: patch-Makefile_PL,v 1.1 2001/09/11 01:51:09 jcs Exp $ ---- Makefile.PL.orig Sun Sep 9 11:00:59 2001 -+++ Makefile.PL Mon Sep 10 20:25:49 2001 -@@ -6,10 +6,7 @@ - - require 5.004; - --die "You don't need to specify options on the command line.\n" -- if $ARGV[0] =~ /^\w+=/; -- --my $use_fastreader = 1; -+my $use_fastreader = 0; - - unless (@ARGV) - { -@@ -26,8 +23,7 @@ - { - my $VERSION = shift; - -- my ($install_type,$use_fastreader,$prefix) = -- Get_Unix_Install_Info(); -+ my ($install_type,$use_fastreader,$prefix) = ('system', 0, 0); - - unless ($install_type eq 'system') - {