diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index 44d5d6072946..4bd7ea447a95 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= opensmtpd -PORTVERSION= 201302212015 +PORTVERSION= 201303011853 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ http://distfiles.pirateparty.in/ashish/ @@ -20,6 +20,10 @@ LIB_DEPENDS= event-1:${PORTSDIR}/devel/libevent \ LICENSE_NAME= ISCL +OPTIONS_DEFINE= PAM + +OPTIONS_DEFAULT= PAM + WRKSRC= ${WRKDIR}/${PORTNAME}-5.2.xp1 USE_AUTOTOOLS= autoconf:env automake:env libtool:env @@ -41,6 +45,10 @@ GROUPS= _smtpd USE_OPENSSL= yes +.if ${PORT_OPTIONS:MPAM} +CONFIGURE_ARGS+= --with-pam +.endif + # FreeBSD 7.3 and earlier need to use OpenSSL from ports .if ${OSVERSION} < 704000 WITH_OPENSSL_PORT= yes diff --git a/mail/opensmtpd/distinfo b/mail/opensmtpd/distinfo index 93981fc62009..503419fd2a1d 100644 --- a/mail/opensmtpd/distinfo +++ b/mail/opensmtpd/distinfo @@ -1,2 +1,2 @@ -SHA256 (opensmtpd-201302212015p1.tar.gz) = 596a2cf1ce1e7f637d80042130fe6fd8e4a570e01ef4931767d4a3eda80838ee -SIZE (opensmtpd-201302212015p1.tar.gz) = 434149 +SHA256 (opensmtpd-201303011853p1.tar.gz) = 7e3fbf22cbf62296efd2febb6933bd71d64bc5a436def536ce83344f32342f1a +SIZE (opensmtpd-201303011853p1.tar.gz) = 434541