From owner-freebsd-ports Tue Apr 16 8: 0:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3581337B41A for ; Tue, 16 Apr 2002 08:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3GF03x31839; Tue, 16 Apr 2002 08:00:03 -0700 (PDT) (envelope-from gnats) Received: from mail.shagged.org (rtfm.shagged.org [195.11.8.226]) by hub.freebsd.org (Postfix) with ESMTP id D4AE637B405 for ; 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: Date: Tue, 16 Apr 2002 15:59:22 +0100 From: Chris Elsworth Reply-To: Chris Elsworth To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37141: Update port mail/tpop3d to 1.4.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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