Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2002 15:59:22 +0100
From:      Chris Elsworth <chris@shagged.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37141: Update port mail/tpop3d to 1.4.1
Message-ID:  <E16xUQU-000DV1-00@mail.shagged.org>

next in thread | raw e-mail | index | archive | help

>Number:         37141
>Category:       ports
>Synopsis:       Update port mail/tpop3d to 1.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 16 08:00:02 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E16xUQU-000DV1-00>