aboutsummaryrefslogtreecommitdiff
path: root/mail/grepmail
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-08-20 15:50:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-08-20 15:50:21 +0000
commit13ef084953471a1e75bd5c07ecc8659777633b40 (patch)
treea7f716049a245053a96417f98f969c9ef586cded /mail/grepmail
parentdb4f26e74300b63888b72333ee5add571e366480 (diff)
downloadports-13ef084953471a1e75bd5c07ecc8659777633b40.tar.gz
ports-13ef084953471a1e75bd5c07ecc8659777633b40.zip
Notes
Diffstat (limited to 'mail/grepmail')
-rw-r--r--mail/grepmail/Makefile2
-rw-r--r--mail/grepmail/distinfo6
-rw-r--r--mail/grepmail/files/patch-Makefile.PL16
3 files changed, 20 insertions, 4 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile
index be674a957160..b298a72caae0 100644
--- a/mail/grepmail/Makefile
+++ b/mail/grepmail/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= grepmail
-PORTVERSION= 5.3032
+PORTVERSION= 5.3033
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo
index 6e6ca705d242..a63e4d492401 100644
--- a/mail/grepmail/distinfo
+++ b/mail/grepmail/distinfo
@@ -1,3 +1,3 @@
-MD5 (grepmail-5.3032.tar.gz) = 2b6572d35ad28392ab092fd5bd7f7aff
-SHA256 (grepmail-5.3032.tar.gz) = 38ba25363b3eaed395a25cef90140bcc46ae09ded2c01c7554718c5f9abe2561
-SIZE (grepmail-5.3032.tar.gz) = 527481
+MD5 (grepmail-5.3033.tar.gz) = 83f94e253ccb02fde9a207d7f23c9cd2
+SHA256 (grepmail-5.3033.tar.gz) = 2ba3ed6839b62bbee5e52a5caafe0700fe27ca31473d32ba062e4736a8f7b6b5
+SIZE (grepmail-5.3033.tar.gz) = 536791
diff --git a/mail/grepmail/files/patch-Makefile.PL b/mail/grepmail/files/patch-Makefile.PL
new file mode 100644
index 000000000000..501d5ae74c23
--- /dev/null
+++ b/mail/grepmail/files/patch-Makefile.PL
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- Makefile.PL.orig
++++ Makefile.PL
+@@ -44,10 +44,6 @@
+ -default => 1,
+ recommends( 'Date::Manip' => 0 ),
+ ],
+- 'Speed Tests' => [
+- -default => 0,
+- recommends( 'Benchmark::Timer' => '0.7100' ),
+- ],
+ );
+
+ include ('ExtUtils/AutoInstall.pm');