mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
- Update to 2.1.12.
- Fix installation of saslauthd.8. PR: ports/48162 Submitted by: Paulius Bulotas <paulius@kaktusas.org>
This commit is contained in:
parent
e38b201b9d
commit
c4b8123b60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75283
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= cyrus-sasl
|
||||
PORTVERSION= 2.1.11
|
||||
PORTVERSION= 2.1.12
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= security ipv6
|
||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||
@ -37,7 +37,7 @@ MAN3= sasl.3 sasl_authorize_t.3 sasl_auxprop.3 \
|
||||
sasl_server_step.3 sasl_server_userdb_checkpass_t.3 \
|
||||
sasl_server_userdb_setpass_t.3 sasl_setpass.3 sasl_setprop.3 \
|
||||
sasl_user_exists.3 sasl_verifyfile_t.3
|
||||
MAN8= saslauthd.8 sasldblistusers2.8 saslpasswd2.8
|
||||
MAN8= sasldblistusers2.8 saslpasswd2.8
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
@ -160,8 +160,7 @@ post-install:
|
||||
${MAN8PREFIX}/man/man8/saslpasswd2.8
|
||||
${INSTALL_MAN} ${WRKSRC}/utils/sasldblistusers2.8 \
|
||||
${MAN8PREFIX}/man/man8/sasldblistusers2.8
|
||||
${INSTALL_MAN} ${WRKSRC}/saslauthd/saslauthd.mdoc \
|
||||
${MAN8PREFIX}/man/man8/saslauthd.8
|
||||
${GZIP_CMD} ${MAN8PREFIX}/man/cat8/saslauthd.8
|
||||
@${SED} -e "s;%%PREFIX%%;${PREFIX};g" ${PWCHECK_SUB} \
|
||||
${FILESDIR}/saslauthd.sh > ${PREFIX}/etc/rc.d/saslauthd.sh
|
||||
@${CHMOD} 755 ${PREFIX}/etc/rc.d/saslauthd.sh
|
||||
|
@ -1 +1 @@
|
||||
MD5 (cyrus-sasl-2.1.11.tar.gz) = aad25b5185101bc0803fc91e7e65b7de
|
||||
MD5 (cyrus-sasl-2.1.12.tar.gz) = 42cdb218959eb46c3ea70728c9da4385
|
||||
|
@ -40,6 +40,7 @@ lib/sasl2/libplain.so.2
|
||||
lib/sasl2/libsasldb.a
|
||||
lib/sasl2/libsasldb.so
|
||||
lib/sasl2/libsasldb.so.2
|
||||
man/cat8/saslauthd.8.gz
|
||||
sbin/saslauthd
|
||||
sbin/sasldblistusers2
|
||||
sbin/saslpasswd2
|
||||
|
Loading…
Reference in New Issue
Block a user