diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2013-03-04 02:50:49 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2013-03-04 02:50:49 +0000 |
commit | 4f8acfa13dab59c564775ac3fbad5dbb03ec4a7a (patch) | |
tree | 899e4186e9df28442f2a37908c04caddaa57a47e /mail/opensmtpd | |
parent | 7de82cb956012d9ed655e056c4b96b7a1270aba8 (diff) |
Notes
Diffstat (limited to 'mail/opensmtpd')
-rw-r--r-- | mail/opensmtpd/Makefile | 10 | ||||
-rw-r--r-- | mail/opensmtpd/distinfo | 4 |
2 files changed, 11 insertions, 3 deletions
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 |