1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Update to latest snapshot 201303011853

- Add option for PAM support

Changes:		http://article.gmane.org/gmane.mail.opensmtpd.general/435
This commit is contained in:
Ashish SHUKLA 2013-03-04 02:50:49 +00:00
parent 7de82cb956
commit 4f8acfa13d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313390
2 changed files with 11 additions and 3 deletions

View File

@ -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

View File

@ -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