Bug 37141

Summary: Update port mail/tpop3d to 1.4.1
Product: Ports & Packages Reporter: chris <chris>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description chris 2002-04-16 16:00:02 UTC
	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
Comment 1 Anders Nordby freebsd_committer freebsd_triage 2002-05-04 15:10:24 UTC
State Changed
From-To: open->closed

Committed, thanks! 

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