svn commit: r313390 - head/mail/opensmtpd
Ashish SHUKLA
ashish at FreeBSD.org
Mon Mar 4 02:50:50 UTC 2013
Author: ashish
Date: Mon Mar 4 02:50:49 2013
New Revision: 313390
URL: http://svnweb.freebsd.org/changeset/ports/313390
Log:
- Update to latest snapshot 201303011853
- Add option for PAM support
Changes: http://article.gmane.org/gmane.mail.opensmtpd.general/435
Modified:
head/mail/opensmtpd/Makefile
head/mail/opensmtpd/distinfo
Modified: head/mail/opensmtpd/Makefile
==============================================================================
--- head/mail/opensmtpd/Makefile Mon Mar 4 02:17:55 2013 (r313389)
+++ head/mail/opensmtpd/Makefile Mon Mar 4 02:50:49 2013 (r313390)
@@ -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/l
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
Modified: head/mail/opensmtpd/distinfo
==============================================================================
--- head/mail/opensmtpd/distinfo Mon Mar 4 02:17:55 2013 (r313389)
+++ head/mail/opensmtpd/distinfo Mon Mar 4 02:50:49 2013 (r313390)
@@ -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
More information about the svn-ports-all
mailing list