From dcarmich@dcarmich.pr.mcs.net  Tue May 26 14:22:38 1998
Received: from dcarmich.pr.mcs.net (dcarmich.pr.mcs.net [204.95.63.202])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA23258
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 May 1998 14:22:36 -0700 (PDT)
          (envelope-from dcarmich@dcarmich.pr.mcs.net)
Received: (from dcarmich@localhost)
	by dcarmich.pr.mcs.net (8.8.8/8.8.8) id QAA04461;
	Tue, 26 May 1998 16:24:06 -0500 (CDT)
	(envelope-from dcarmich)
Message-Id: <199805262124.QAA04461@dcarmich.pr.mcs.net>
Date: Tue, 26 May 1998 16:24:06 -0500 (CDT)
From: dcarmich@mcs.com
Reply-To: dcarmich@mcs.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: I have updated the fetchmail port to version 4.4.8
X-Send-Pr-Version: 3.2

>Number:         6766
>Category:       ports
>Synopsis:       I have updated the fetchmail port to version 4.4.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 26 14:20:01 PDT 1998
>Closed-Date:    Tue May 26 23:14:06 EDT 1998
>Last-Modified:  Tue May 26 23:14:33 EDT 1998
>Originator:     Douglas Carmichael
>Release:        FreeBSD 2.2.6-RELEASE i386
>Organization:
n/a
>Environment:

	N/A

>Description:

	I have updated the fetchmail port to version 4.4.8. 

>How-To-Repeat:

	n/a

>Fix:

Apply this unified diff:

diff -ruN fetchmail.old/Makefile fetchmail/Makefile
--- fetchmail.old/Makefile	Tue May 26 16:16:31 1998
+++ fetchmail/Makefile	Tue May 26 16:16:22 1998
@@ -1,20 +1,21 @@
 # New ports collection makefile for:	fetchmail
-# Version required:     4.4.7
+# Version required:     4.4.8
 # Date created:		26 Oct 1996
 # Whom:			Ville Eerola <ve@sci.fi>
 #
+# $Id$
 #
 
-DISTNAME=       fetchmail-4.4.7
+DISTNAME=       fetchmail-4.4.8
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.ccil.org/pub/esr/fetchmail/
 
 MAINTAINER=	ve@sci.fi
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS= --enable-opie --enable-RPA
+CONFIGURE_ARGS= --enable-opie --enable-RPA --enable-POP2
 CONFIGURE_ENV=  LDFLAGS="${CFLAGS}"
-MAN1=		fetchmail.1
+MAN1=		fetchmail.1 fetchmailconf.1
 
 .if exists(/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)
 CONFIGURE_ARGS += --with-kerberos=/usr/include
diff -ruN fetchmail.old/patches/patch-ac fetchmail/patches/patch-ac
--- fetchmail.old/patches/patch-ac	Wed Dec 31 18:00:00 1969
+++ fetchmail/patches/patch-ac	Tue May 26 16:21:07 1998
@@ -0,0 +1,11 @@
+*** fetchmail.h.old	Tue May 26 16:08:58 1998
+--- fetchmail.h	Tue May 26 16:09:08 1998
+***************
+*** 398,401 ****
+--- 398,403 ----
+  
+  #define STRING_DISABLED	(char *)-1
+  
++ int cmd_daemon;
++ 
+  /* fetchmail.h ends here */
diff -ruN fetchmail.old/pkg/PLIST fetchmail/pkg/PLIST
--- fetchmail.old/pkg/PLIST	Tue May 26 15:58:20 1998
+++ fetchmail/pkg/PLIST	Tue May 26 16:15:36 1998
@@ -1,5 +1,7 @@
 bin/fetchmail
+bin/fetchmailconf
 man/man1/fetchmail.1.gz
+man/man1/fetchmailconf.1.gz
 share/doc/fetchmail/README
 share/doc/fetchmail/COPYING
 share/doc/fetchmail/FAQ
	
	

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mph 
State-Changed-When: Tue May 26 23:14:06 EDT 1998 
State-Changed-Why:  
Superseded by PR 6767. 
>Unformatted:
