Index: head/mail/bincimap/Makefile =================================================================== --- head/mail/bincimap/Makefile (revision 476859) +++ head/mail/bincimap/Makefile (revision 476860) @@ -1,55 +1,55 @@ # Created by: Sergei Kolobov # $FreeBSD$ PORTNAME= bincimap PORTVERSION= 1.2.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION}final MAINTAINER= ports@FreeBSD.org COMMENT= Light-weight IMAP server for Maildir LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= checkpassword-pam:security/checkpassword-pam \ tcpserver:sysutils/ucspi-tcp USE_RC_SUBR= bincimapd GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${ETCDIR} DOCS= AUTHORS ChangeLog README doc/bincimap* \ doc/manual/bincimap-manual.ps EXAMPLES= conf/bincimap.conf conf/checkpassword.pl conf/toimapdir \ conf/tomaildir++ conf/xinetd-bincimap conf/xinetd-bincimaps CONTRIB= contrib/README contrib/authenticators/bincimap-auth-teapop.sh OPTIONS_DEFINE= DOCS EXAMPLES OPENSSL OPTIONS_DEFAULT= OPENSSL OPENSSL_USES= ssl OPENSSL_CONFIGURE_OFF= --without-ssl post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/conf/bincimap.conf \ ${STAGEDIR}${ETCDIR}/bincimap.conf.sample cd ${WRKSRC}/man && ${INSTALL_MAN} bincimap-up.1 bincimapd.1 \ ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/man/bincimap.conf.5 \ ${STAGEDIR}${MANPREFIX}/man/man5 post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/contrib cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${CONTRIB} \ ${STAGEDIR}${EXAMPLESDIR}/contrib post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/mail/bincimap/files/patch-src_greeting.cc =================================================================== --- head/mail/bincimap/files/patch-src_greeting.cc (nonexistent) +++ head/mail/bincimap/files/patch-src_greeting.cc (revision 476860) @@ -0,0 +1,17 @@ +greeting.cc:72:18: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] + version = "v"VERSION" "; + ^ + +1 error generated. + +--- src/greeting.cc.orig 2018-08-04 05:50:47 UTC ++++ src/greeting.cc +@@ -69,7 +69,7 @@ void Binc::showGreeting(void) + string tmp = session.globalconfig["Security"]["version in greeting"]; + lowercase(tmp); + if (tmp == "yes") +- version = "v"VERSION" "; ++ version = "v" VERSION" "; + + com << "* OK Welcome to Binc IMAP " << version + << "Copyright (C) 2002-2005 Andreas Aardal Hanssen at " Property changes on: head/mail/bincimap/files/patch-src_greeting.cc ___________________________________________________________________ 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