summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-11-05 21:37:29 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-11-05 21:37:29 +0000
commit1bf90635b34fc44a6bb5aca5f0f833fd98d68569 (patch)
tree464f833cb9fb34c7ab07ae4895a216ca96a9138e /security/cyrus-sasl
parentUpdate to 0.9.1. (diff)
Update maintainer's email address per his request. While here, attempt
to pacify portlint a little bit.
Notes
Notes: svn path=/head/; revision=93186
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r--security/cyrus-sasl/Makefile35
1 files changed, 17 insertions, 18 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index d4c1a4443426..2c0b98def423 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -9,25 +9,24 @@ PORTNAME= cyrus-sasl
PORTVERSION= 1.5.28
PORTREVISION= 2
CATEGORIES= security ipv6
+
+MAINTAINER= freebsd-maintainer@westbend.net
+COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer)
+
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ sasl-${PORTVERSION}-ldap-ssl-filter-mysql-patch.tgz:ldap_mysql
+
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \
ftp://ftp.westbend.net/pub/cyrus-mail/%SUBDIR%/ \
ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \
http://www.surf.org.uk/downloads/:ldap_mysql \
ftp://ftp.westbend.net/pub/cyrus-mail/%SUBDIR%/:ldap_mysql \
${MASTER_SITE_SOURCEFORGE:S/$/:ldap_mysql/} \
-
MASTER_SITE_SUBDIR= . OLD-VERSIONS/sasl cyrus-utils:ldap_mysql
-
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- sasl-${PORTVERSION}-ldap-ssl-filter-mysql-patch.tgz:ldap_mysql
-
-PATCH_SITES= ftp://ftp.westbend.net/pub/cyrus-mail/contrib/:apop \
- http://www.imasy.or.jp/~ume/ipv6/
PATCHFILES= sasl_apop_patch.gz:apop \
${DISTNAME}-ipv6-${IPV6_VER}.diff.gz
-
-MAINTAINER= hetzels@westbend.net
-COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer)
+PATCH_SITES= ftp://ftp.westbend.net/pub/cyrus-mail/contrib/:apop \
+ http://www.imasy.or.jp/~ume/ipv6/
USE_SUBMAKE= yes
USE_OPENSSL= yes
@@ -136,8 +135,8 @@ EBONES= "@comment "
.elif exists(/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) && !defined(WITHOUT_KERBEROS4)
CONFIGURE_ARGS+= --enable-krb4
.elif !exists(/usr/lib/libkrb.a) && defined(WITH_KERBEROS4)
-LIB_DEPENDS+= krb.2:${PORTSDIR}/security/krb4
-CONFIGURE_ARGS+= --enable-krb4=${LOCALBASE}/krb4
+LIB_DEPENDS+= krb.2:${PORTSDIR}/security/krb4
+CONFIGURE_ARGS+= --enable-krb4=${LOCALBASE}/krb4
.else
CONFIGURE_ARGS+= --disable-krb4
EBONES= "@comment "
@@ -171,9 +170,9 @@ PKGINSTALL= ${WRKDIR}/pkg-install
PKGMESSAGE= ${WRKDIR}/pkg-message
.if ${OSVERSION} < 450000
-FMT= /usr/bin/fmt
+FMT= /usr/bin/fmt
.else
-FMT= /usr/bin/fmt -w 67
+FMT= /usr/bin/fmt -w 67
.endif
pre-fetch:
@@ -253,12 +252,12 @@ post-install:
${INSTALL} -d -m 770 -o ${CYRUS_USER} -g ${CYRUS_GROUP} /var/state/saslauthd1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${DOCS}
- @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.for docfile in ${DOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
(cd ${WRKSRC}/doc ; \
- for file in `make -V EXTRA_DIST` ; do \
- ${INSTALL_DATA} ${WRKSRC}/doc/$${file} ${DOCSDIR} ; \
+ for extrafile in `make -V EXTRA_DIST` ; do \
+ ${INSTALL_DATA} ${WRKSRC}/doc/$${extrafile} ${DOCSDIR} ; \
done)
@${INSTALL_DATA} ${WRKSRC}/java/doc/draft-weltman-java-sasl-02.txt ${DOCSDIR}
@${INSTALL_DATA} ${FILESDIR}/Sendmail.README ${DOCSDIR}