diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-01 09:00:42 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-01 09:00:42 +0000 |
commit | 0485d1f2dd734cd351607906083fcad2e58367af (patch) | |
tree | 7ef7bc9f51b3dbf1ab297b5584184f7138ef6b80 /mail | |
parent | - Update to 1.3.1 (diff) |
- Add LICENSE
- Switch to USES=tar
- Regenerate patches
Notes
Notes:
svn path=/head/; revision=427477
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mboxstats/Makefile | 5 | ||||
-rw-r--r-- | mail/mboxstats/files/patch-br.cpp | 6 |
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; } |