mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Update port to 4.44
This commit is contained in:
parent
951ea6cda9
commit
330a953664
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35235
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= grepmail
|
||||
PORTVERSION= 4.43
|
||||
PORTVERSION= 4.44
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (grepmail-4.43.tar.gz) = f8c547b982a0697872986379d85ef8c9
|
||||
MD5 (grepmail-4.44.tar.gz) = d4fd90e09a9cf49bad3cfaecc7c43bf2
|
||||
|
11
mail/grepmail/files/patch-ab
Normal file
11
mail/grepmail/files/patch-ab
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.PL.orig Mon Nov 6 17:56:27 2000
|
||||
+++ Makefile.PL Fri Nov 17 18:03:03 2000
|
||||
@@ -27,7 +27,7 @@
|
||||
module was written to help speed up grepmail's mailbox processing. It
|
||||
can speed things up by 10-20% (y/n)
|
||||
EOF
|
||||
- my $response = <STDIN>;
|
||||
+ my $response = "n";
|
||||
|
||||
if ($response =~ /^n/i)
|
||||
{
|
Loading…
Reference in New Issue
Block a user