diff -ruN py-milter.bak/Makefile py-milter/Makefile --- py-milter.bak/Makefile 2016-11-08 13:24:53.790455000 +0100 +++ py-milter/Makefile 2016-11-08 13:26:25.205482000 +0100 @@ -3,13 +3,13 @@ PORTNAME= milter PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail python MASTER_SITES= SF/${PYPORTNAME}/${PYPORTNAME}/${DISTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PYPORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= estartu@augusta.de COMMENT= Python interface to Sendmail milter API LICENSE= GPLv2+ diff -ruN py-milter.bak/files/patch-miltermodul.c py-milter/files/patch-miltermodul.c --- py-milter.bak/files/patch-miltermodul.c 1970-01-01 01:00:00.000000000 +0100 +++ py-milter/files/patch-miltermodul.c 2016-11-08 13:08:08.839240000 +0100 @@ -0,0 +1,11 @@ +--- miltermodule.c.orig 2016-11-08 13:07:16.471599000 +0100 ++++ miltermodule.c 2016-11-08 13:07:36.931913000 +0100 +@@ -285,7 +285,7 @@ + * published. Unfortunately I know of no good way to do this + * other than with OS-specific tests. + */ +-#if defined(__FreeBSD_kernel__) || defined(__linux__) ++#if defined(__FreeBSD__) || defined(__linux__) + #define HAVE_IPV6_RFC2553 + #include + #endif