aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-08-20 23:50:21 +0800
committermiwi <miwi@FreeBSD.org>2007-08-20 23:50:21 +0800
commit68716c9fb449acb6814db57c77b5ce5574039aa6 (patch)
tree17987d1cb91534308205f390fb14e2fab4b6d42d /mail
parentf2af1b9696764fd3ce0e98523ed11ee804956103 (diff)
downloadfreebsd-ports-gnome-68716c9fb449acb6814db57c77b5ce5574039aa6.tar.gz
freebsd-ports-gnome-68716c9fb449acb6814db57c77b5ce5574039aa6.tar.zst
freebsd-ports-gnome-68716c9fb449acb6814db57c77b5ce5574039aa6.zip
- Update to 5.3033
Approved by: maintainer implicit
Diffstat (limited to 'mail')
-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');