svn commit: r478177 - in head/mail/mbox2mdir: . files

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Mon Aug 27 05:59:26 UTC 2018


Author: acm
Date: Mon Aug 27 05:59:25 2018
New Revision: 478177
URL: https://svnweb.freebsd.org/changeset/ports/478177

Log:
  - Fix build
  
  PR:		230879
  Submitted by:	tobik

Added:
  head/mail/mbox2mdir/files/
  head/mail/mbox2mdir/files/patch-mbox2mdir.cpp   (contents, props changed)
Modified:
  head/mail/mbox2mdir/Makefile

Modified: head/mail/mbox2mdir/Makefile
==============================================================================
--- head/mail/mbox2mdir/Makefile	Mon Aug 27 05:31:21 2018	(r478176)
+++ head/mail/mbox2mdir/Makefile	Mon Aug 27 05:59:25 2018	(r478177)
@@ -1,4 +1,3 @@
-# Created by: Jose Alonso Cardenas Marquez <acardenas at bsd.org.pe>
 # $FreeBSD$
 
 PORTNAME=	mbox2mdir

Added: head/mail/mbox2mdir/files/patch-mbox2mdir.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/mbox2mdir/files/patch-mbox2mdir.cpp	Mon Aug 27 05:59:25 2018	(r478177)
@@ -0,0 +1,11 @@
+--- mbox2mdir.cpp	2018-08-18 00:55:36.190935000 -0500
++++ mbox2mdir.cpp	2018-08-18 00:55:54.648780000 -0500
+@@ -178,7 +178,7 @@
+   //const char *ifile="Mailbox", *odir="/home/sergey/Maildir/cur";
+   const char *ifile, *odir;
+   if(argc<3){
+-    printf("Mailbox to Maildir Converter, Version "VERSION" built: "__DATE__" Copyright(C) Sergey A. Galin.\n"
++    printf("Mailbox to Maildir Converter, Version " VERSION " built: " __DATE__ " Copyright(C) Sergey A. Galin.\n"
+ 	   "This program is distibuted under GNU General Public License v.2 or later.\n"
+ 	   "Homepage: http://sageshome.net/oss/\n"
+ 	   "\n"


More information about the svn-ports-head mailing list