Index: head/mail/mbox2mdir/Makefile =================================================================== --- head/mail/mbox2mdir/Makefile (revision 478176) +++ head/mail/mbox2mdir/Makefile (revision 478177) @@ -1,24 +1,23 @@ -# Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ PORTNAME= mbox2mdir PORTVERSION= 1.4 CATEGORIES= mail MASTER_SITES= http://sageshome.net/downloads/oss/ MAINTAINER= acm@FreeBSD.org COMMENT= Mbox to qmail's Maildir converter written in C++ LICENSE= GPLv2 USES= tar:bzip2 PLIST_FILES= bin/mbox2mdir do-build: ${CXX} ${CXXFLAGS} ${WRKSRC}/mbox2mdir.cpp -o ${WRKSRC}/mbox2mdir do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mbox2mdir ${STAGEDIR}${PREFIX}/bin .include Index: head/mail/mbox2mdir/files/patch-mbox2mdir.cpp =================================================================== --- head/mail/mbox2mdir/files/patch-mbox2mdir.cpp (nonexistent) +++ head/mail/mbox2mdir/files/patch-mbox2mdir.cpp (revision 478177) @@ -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" Property changes on: head/mail/mbox2mdir/files/patch-mbox2mdir.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property