? mail/dma/files/ATTIC Index: mail/dma/Makefile =================================================================== RCS file: /mirror/cvs/FreeBSD/r/pcvs/ports/mail/dma/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- mail/dma/Makefile 4 Mar 2012 23:01:07 -0000 1.11 +++ mail/dma/Makefile 7 Mar 2012 20:33:52 -0000 @@ -18,7 +18,7 @@ DISTNAME= ${PORTVERSION} EXTRACT_SUFX= DIST_SUBDIR= ${PORTNAME} -MAINTAINER= bz@FreeBSD.org +MAINTAINER= bzeeb+freebsdports@zabbadoz.net COMMENT= DragonFly Mail Agent, a small MTA for local/outbound mail LICENSE= BSD Index: mail/dma/files/patch-crypto.c =================================================================== RCS file: /mirror/cvs/FreeBSD/r/pcvs/ports/mail/dma/files/patch-crypto.c,v retrieving revision 1.1 diff -u -p -r1.1 patch-crypto.c --- mail/dma/files/patch-crypto.c 4 Mar 2012 23:01:08 -0000 1.1 +++ mail/dma/files/patch-crypto.c 7 Mar 2012 20:33:52 -0000 @@ -1,11 +1,14 @@ ---- ./crypto.c.orig 2012-01-03 13:54:05.000000000 +0000 -+++ ./crypto.c 2012-01-24 22:57:41.000000000 +0000 -@@ -80,7 +80,7 @@ +--- crypto.c.orig 2012-01-03 13:54:05.000000000 +0000 ++++ crypto.c 2012-03-06 23:50:42.000000000 +0000 +@@ -80,7 +80,11 @@ int smtp_init_crypto(int fd, int feature) { SSL_CTX *ctx = NULL; -- const SSL_METHOD *meth = NULL; ++#if (OPENSSL_VERSION_NUMBER >= 0x01000000L) + const SSL_METHOD *meth = NULL; ++#else + SSL_METHOD *meth = NULL; ++#endif X509 *cert; int error;