From chris@shagged.org  Tue Apr 16 07:59:26 2002
Return-Path: <chris@shagged.org>
Received: from mail.shagged.org (rtfm.shagged.org [195.11.8.226])
	by hub.freebsd.org (Postfix) with ESMTP id D4AE637B405
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 Apr 2002 07:59:25 -0700 (PDT)
Received: from chris by mail.shagged.org with local (Exim 4.01)
	id 16xUQU-000DV1-00
	for FreeBSD-gnats-submit@freebsd.org; Tue, 16 Apr 2002 15:59:22 +0100
Message-Id: <E16xUQU-000DV1-00@mail.shagged.org>
Date: Tue, 16 Apr 2002 15:59:22 +0100
From: Chris Elsworth <chris@shagged.org>
Reply-To: Chris Elsworth <chris@shagged.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port mail/tpop3d to 1.4.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         37141
>Category:       ports
>Synopsis:       Update port mail/tpop3d to 1.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 16 08:00:02 PDT 2002
>Closed-Date:    Sat May 04 07:11:23 PDT 2002
>Last-Modified:  Sat May 04 07:11:23 PDT 2002
>Originator:     Chris Elsworth
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD rtfm.shagged.org 4.5-STABLE FreeBSD 4.5-STABLE #10: Sun Mar 31 13:46:49 BST 2002 root@rtfm.shagged.org:/usr/obj/usr/src/sys/RTFM i386

>Description:
	Maintainer update of mail/tpop3d from 1.3.5 to 1.4.1

	This release adds LDAP, probably the most major change apart
	from bugfixes. Could someone please check that my LDAP
	additions to the Makefile are correct.


Patch follows:

Index: ports/tpop3d/Makefile
diff -c ports/tpop3d/Makefile:1.3 ports/tpop3d/Makefile:1.5
*** ports/tpop3d/Makefile:1.3	Sat Mar 16 14:38:12 2002
--- ports/tpop3d/Makefile	Tue Apr 16 15:53:23 2002
***************
*** 6,12 ****
  #
  
  PORTNAME=	tpop3d
! PORTVERSION=	1.3.5
  CATEGORIES=	mail
  MASTER_SITES=	http://www.ex-parrot.com/~chris/tpop3d/
  
--- 6,12 ----
  #
  
  PORTNAME=	tpop3d
! PORTVERSION=	1.4.1
  CATEGORIES=	mail
  MASTER_SITES=	http://www.ex-parrot.com/~chris/tpop3d/
  
***************
*** 16,21 ****
--- 16,24 ----
  .if !defined(WITHOUT_MYSQL)
  LIB_DEPENDS+=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client
  .endif
+ .if defined(WITH_LDAP)
+ LIB_DEPENDS+=	ldap.2:${PORTSDIR}/net/openldap2
+ .endif
  
  # perl authentication
  .if defined(WITH_PERLAUTH)
***************
*** 32,37 ****
--- 35,43 ----
  .endif
  .if defined(WITH_PERLAUTH)
  CONFIGURE_ARGS+=	--enable-auth-perl
+ .endif
+ .if defined(WITH_LDAP)
+ CONFIGURE_ARGS+=	--enable-auth-ldap --with-openldap-root=${LOCALBASE}
  .endif
  .if !defined(WITHOUT_MAILDIR)
  CONFIGURE_ARGS+=	--enable-mbox-maildir
Index: ports/tpop3d/distinfo
diff -c ports/tpop3d/distinfo:1.3 ports/tpop3d/distinfo:1.4
*** ports/tpop3d/distinfo:1.3	Sat Mar 16 14:38:12 2002
--- ports/tpop3d/distinfo	Tue Apr 16 15:53:23 2002
***************
*** 1 ****
! MD5 (tpop3d-1.3.5.tar.gz) = eff74888de7196fe945ae9036095a284
--- 1 ----
! MD5 (tpop3d-1.4.1.tar.gz) = 5520b6f791a0862f0d2d0b53f707a669
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: anders 
State-Changed-When: Sat May 4 07:10:24 PDT 2002 
State-Changed-Why:  
Committed, thanks! 

The LDAP additions looks fine, builds fine, and would be fine for users 
to test me thinks. 

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