aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2005-06-25 22:07:57 +0000
committerDoug Barton <dougb@FreeBSD.org>2005-06-25 22:07:57 +0000
commit19dc5948a826d5a6a066b8e95f2a334c51e4870e (patch)
treec7bc445432f3c891f4550198fcf7422cfd9735b1 /mail
parent815e7017726f8008a44c7e68ad34318d31c21dc6 (diff)
downloadports-19dc5948a826d5a6a066b8e95f2a334c51e4870e.tar.gz
ports-19dc5948a826d5a6a066b8e95f2a334c51e4870e.zip
Upgrade to the latest version, 4.63.
From the PR: Add support for WANT_OPENLDAP_SASL PR: ports/81574 Submitted by: Sean Farley
Notes
Notes: svn path=/head/; revision=138026
Diffstat (limited to 'mail')
-rw-r--r--mail/pine4/Makefile9
-rw-r--r--mail/pine4/distinfo8
2 files changed, 11 insertions, 6 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile
index 916c06b99686..b740ab345492 100644
--- a/mail/pine4/Makefile
+++ b/mail/pine4/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pine
-PORTVERSION= 4.62
+PORTVERSION= 4.63
CATEGORIES= mail news ipv6
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \
http://mirror.sit.wisc.edu/pub/net/mail/pine/ \
@@ -25,13 +25,18 @@ RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
.if defined(WITH_LDAP)
USE_OPENLDAP= yes
LDAP_PREFIX?= ${LOCALBASE}
+.if defined(WANT_OPENLDAP_SASL)
+EXTRA_OPTS= LDAPLIBS="-L${LOCALBASE}/lib -lldap -llber -lsasl2"
+.else
+EXTRA_OPTS= LDAPLIBS="-L${LOCALBASE}/lib -lldap -llber"
+.endif
.endif
.if defined(WITHOUT_SSL)
MAKE_ARGS+= SSLTYPE=none
.else
USE_OPENSSL= yes
-EXTRA_OPTS= SSLINCLUDE=${OPENSSLINC} SSLLIB=${OPENSSLLIB}
+EXTRA_OPTS+= SSLINCLUDE=${OPENSSLINC} SSLLIB=${OPENSSLLIB}
.if defined(WITH_SSL_AND_PLAINTEXT)
EXTRA_OPTS+= SSLTYPE=unix
.else
diff --git a/mail/pine4/distinfo b/mail/pine4/distinfo
index 55f85d1930a5..8a23015ad614 100644
--- a/mail/pine4/distinfo
+++ b/mail/pine4/distinfo
@@ -1,4 +1,4 @@
-MD5 (pine4.62.tar.gz) = 97880cde506534d6d0cfb44aed366fa1
-SIZE (pine4.62.tar.gz) = 4108969
-MD5 (maildir.patch.gz) = 4efeb83dc94e9e5ed654e10e0b9337e3
-SIZE (maildir.patch.gz) = 23472
+MD5 (pine4.63.tar.gz) = 0cd94e17c10eef0d43966635a328fe64
+SIZE (pine4.63.tar.gz) = 4143825
+MD5 (maildir.patch.gz) = 7bd660ec40a36c10453634f8be6ad3b4
+SIZE (maildir.patch.gz) = 28723