From root@farley.org  Sat May 28 04:22:45 2005
Return-Path: <root@farley.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8AC1316A41C;
	Sat, 28 May 2005 04:22:45 +0000 (GMT)
	(envelope-from root@farley.org)
Received: from mail.farley.org (farley.org [67.64.95.201])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 122BA43D1D;
	Sat, 28 May 2005 04:22:44 +0000 (GMT)
	(envelope-from root@farley.org)
Received: from thor.farley.org (thor.farley.org [IPv6:2001:470:1f01:290:1::5])
	by mail.farley.org (8.13.1/8.13.1) with ESMTP id j4S4Mh7O022065;
	Fri, 27 May 2005 23:22:43 -0500 (CDT)
	(envelope-from root@thor.farley.org)
Received: from thor.farley.org (localhost [127.0.0.1])
	by thor.farley.org (8.13.3/8.13.3) with ESMTP id j4S4MnNn081197;
	Fri, 27 May 2005 23:22:49 -0500 (CDT)
	(envelope-from root@thor.farley.org)
Received: (from root@localhost)
	by thor.farley.org (8.13.3/8.13.3/Submit) id j4S4MnKL081196;
	Fri, 27 May 2005 23:22:49 -0500 (CDT)
	(envelope-from root)
Message-Id: <200505280422.j4S4MnKL081196@thor.farley.org>
Date: Fri, 27 May 2005 23:22:49 -0500 (CDT)
From: Sean Farley <sean-freebsd@farley.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: DougB@freebsd.org
Subject: [PATCH] mail/pine: update to 4.63
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         81574
>Category:       ports
>Synopsis:       [PATCH] mail/pine: update to 4.63
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dougb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 28 04:30:01 GMT 2005
>Closed-Date:    Sat Jun 25 22:10:47 GMT 2005
>Last-Modified:  Sat Jun 25 22:10:47 GMT 2005
>Originator:     Sean Farley
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD thor.farley.org 5.4-STABLE FreeBSD 5.4-STABLE #1: Wed May 25 09:11:48 CDT 2005
>Description:
- Update to 4.63
- OpenLDAP is now dynamically linked.  The standard Pine build attempts to use
  the static libraries.
- Added handling for OpenLDAP compiled with SASL.  I used WANT_OPENLDAP_SASL,
  but there may be a better way.

Port maintainer (DougB@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- pine-4.63.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/pine4.orig/Makefile /usr/ports/mail/pine4/Makefile
--- /usr/ports/mail/pine4.orig/Makefile	Thu Mar 17 15:29:01 2005
+++ /usr/ports/mail/pine4/Makefile	Thu May 26 11:58:46 2005
@@ -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 @@
 .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 -ruN --exclude=CVS /usr/ports/mail/pine4.orig/distinfo /usr/ports/mail/pine4/distinfo
--- /usr/ports/mail/pine4.orig/distinfo	Thu Mar 17 15:29:01 2005
+++ /usr/ports/mail/pine4/distinfo	Thu May 26 12:05:08 2005
@@ -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
--- pine-4.63.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dougb 
Responsible-Changed-By: jylefort 
Responsible-Changed-When: Sat May 28 08:37:22 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81574 
State-Changed-From-To: open->closed 
State-Changed-By: dougb 
State-Changed-When: Sat Jun 25 22:06:09 GMT 2005 
State-Changed-Why:  

Patch applied, thanks! 

Doug 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81574 
>Unformatted:
