summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/mboxstats/Makefile5
-rw-r--r--mail/mboxstats/files/patch-br.cpp6
2 files changed, 7 insertions, 4 deletions
diff --git a/mail/mboxstats/Makefile b/mail/mboxstats/Makefile
index dc5e5ffc4676..c3c87c56d4a9 100644
--- a/mail/mboxstats/Makefile
+++ b/mail/mboxstats/Makefile
@@ -5,11 +5,14 @@ PORTNAME= mboxstats
PORTVERSION= 3.1
CATEGORIES= mail
MASTER_SITES= http://vanheusden.com/mboxstats/
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Creates top-10 lists of the messages in a mailbox
+LICENSE= GPLv2
+
+USES= tar:tgz
+
PLIST_FILES= bin/mboxstats
post-patch:
diff --git a/mail/mboxstats/files/patch-br.cpp b/mail/mboxstats/files/patch-br.cpp
index f89764bedf4e..95217916126a 100644
--- a/mail/mboxstats/files/patch-br.cpp
+++ b/mail/mboxstats/files/patch-br.cpp
@@ -1,6 +1,6 @@
---- br.cpp.orig Tue Jun 19 17:54:16 2007
-+++ br.cpp Tue Jun 19 17:55:30 2007
-@@ -160,6 +160,16 @@
+--- br.cpp.orig 2008-12-22 06:59:59 UTC
++++ br.cpp
+@@ -160,6 +160,16 @@ int buffered_reader::read_into_buffer(vo
return n_read;
}