svn commit: r427477 - in head/mail/mboxstats: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 1 09:00:44 UTC 2016


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


More information about the svn-ports-head mailing list