Date: Thu, 1 Dec 2016 09:00:42 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427477 - in head/mail/mboxstats: . files Message-ID: <201612010900.uB190hlX027271@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Dec 1 09:00:42 2016 New Revision: 427477 URL: https://svnweb.freebsd.org/changeset/ports/427477 Log: - Add LICENSE - Switch to USES=tar - Regenerate patches Modified: head/mail/mboxstats/Makefile head/mail/mboxstats/files/patch-br.cpp Modified: head/mail/mboxstats/Makefile ============================================================================== --- head/mail/mboxstats/Makefile Thu Dec 1 08:48:33 2016 (r427476) +++ head/mail/mboxstats/Makefile Thu Dec 1 09:00:42 2016 (r427477) @@ -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: Modified: head/mail/mboxstats/files/patch-br.cpp ============================================================================== --- head/mail/mboxstats/files/patch-br.cpp Thu Dec 1 08:48:33 2016 (r427476) +++ head/mail/mboxstats/files/patch-br.cpp Thu Dec 1 09:00:42 2016 (r427477) @@ -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; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612010900.uB190hlX027271>