- Add LICENSE

- Switch to USES=tar
- Regenerate patches
This commit is contained in:
Dmitry Marakasov 2016-12-01 09:00:42 +00:00
parent 6814787e25
commit 0485d1f2dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427477
2 changed files with 7 additions and 4 deletions

View file

@ -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:

View file

@ -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;
}