aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2013-03-04 10:50:49 +0800
committerashish <ashish@FreeBSD.org>2013-03-04 10:50:49 +0800
commiteb9b19c97abe0bdb4288262981d255f6e1493d2d (patch)
tree899e4186e9df28442f2a37908c04caddaa57a47e /mail
parent37676e1be273917c846a8184cd320f65fa17a49c (diff)
downloadfreebsd-ports-gnome-eb9b19c97abe0bdb4288262981d255f6e1493d2d.tar.gz
freebsd-ports-gnome-eb9b19c97abe0bdb4288262981d255f6e1493d2d.tar.zst
freebsd-ports-gnome-eb9b19c97abe0bdb4288262981d255f6e1493d2d.zip
- Update to latest snapshot 201303011853
- Add option for PAM support Changes: http://article.gmane.org/gmane.mail.opensmtpd.general/435
Diffstat (limited to 'mail')
-rw-r--r--mail/opensmtpd/Makefile10
-rw-r--r--mail/opensmtpd/distinfo4
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