Index: head/mail/archiveopteryx-devel/Makefile =================================================================== --- head/mail/archiveopteryx-devel/Makefile (revision 449037) +++ head/mail/archiveopteryx-devel/Makefile (revision 449038) @@ -1,65 +1,65 @@ # Created by: Ashish SHUKLA # $FreeBSD$ PORTNAME= archiveopteryx -PORTVERSION= 3.2.99.20160129 -PORTREVISION= 3 +PORTVERSION= 3.2.99.20170718 +PORTREVISION= 0 CATEGORIES= mail PKGNAMESUFFIX= -devel MAINTAINER= feld@FreeBSD.org COMMENT= Advanced PostgreSQL-based IMAP/POP server LICENSE= MIT BUILD_DEPENDS= jam:devel/jam BROKEN_powerpc64= Does not build: /bin/sh: clang: not found USE_GITHUB= yes GH_ACCOUNT= aox GH_PROJECT= aox -GH_TAGNAME= e10c73a +GH_TAGNAME= f9c2e40 USES= perl5 ssl USE_PERL5= build WITH_PGSQL= client PORTDOCS= COPYING README license.txt SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME} CONFLICTS= archiveopteryx-[0-9]* USERS= aox GROUPS= aox PLIST_SUB+= USERS="${USERS}" PLIST_SUB+= GROUPS="${GROUPS}" JAM?= ${LOCALBASE}/bin/jam .include # force Clang when on FreeBSD .if ${OPSYS} == FreeBSD JAMARG= "-sCLANG=1" .endif post-patch: @${EGREP} -Rl '%%[[:alpha:]]+%%' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \ -e 's,%%PREFIX%%,${PREFIX},g' ${REINPLACE_CMD} -e "s|\(C++FLAGS =\)|\1 -I${OPENSSLINC}|g" \ -e"s|INSTALLROOT ?= \"\" ;|INSTALLROOT = \"${STAGEDIR}\" ;|" \ ${WRKSRC}/Jamsettings ${REINPLACE_CMD} -e "s|\(-lcrypto\)|-L${OPENSSLLIB} \1|g" \ ${WRKSRC}/server/Jamfile do-build: @cd ${WRKSRC} && ${JAM} ${JAMARG} do-install: @cd ${WRKSRC} && ${JAM} ${JAMARG} install .include Index: head/mail/archiveopteryx-devel/distinfo =================================================================== --- head/mail/archiveopteryx-devel/distinfo (revision 449037) +++ head/mail/archiveopteryx-devel/distinfo (revision 449038) @@ -1,2 +1,3 @@ -SHA256 (aox-aox-3.2.99.20160129-e10c73a_GH0.tar.gz) = 293091eeab99f52ac8b20816e9e95964d37d7e82bd47d73c828942773075f3b8 -SIZE (aox-aox-3.2.99.20160129-e10c73a_GH0.tar.gz) = 1800386 +TIMESTAMP = 1504192469 +SHA256 (aox-aox-3.2.99.20170718-f9c2e40_GH0.tar.gz) = 49d1fff10e3e1a0fdf043458024dc39583903040f324d1918a895b3bc6f703ae +SIZE (aox-aox-3.2.99.20170718-f9c2e40_GH0.tar.gz) = 1800008 Index: head/mail/archiveopteryx-devel/files/patch-server_tlsthread.cpp =================================================================== --- head/mail/archiveopteryx-devel/files/patch-server_tlsthread.cpp (revision 449037) +++ head/mail/archiveopteryx-devel/files/patch-server_tlsthread.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- server/tlsthread.cpp.orig 2017-01-10 15:06:31 UTC -+++ server/tlsthread.cpp -@@ -93,7 +93,7 @@ void TlsThread::setup() - SSL_library_init(); - - ctx = ::SSL_CTX_new( SSLv23_server_method() ); -- int options = SSL_OP_ALL -+ long options = SSL_OP_ALL - // also try to pick the same ciphers suites more often - | SSL_OP_CIPHER_SERVER_PREFERENCE - // and don't use SSLv2, even if the client wants to Property changes on: head/mail/archiveopteryx-devel/files/patch-server_tlsthread.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property