Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jun 1999 10:31:20 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12172: Update: mail/fetchmail
Message-ID:  <19990612173120.C17C222@norn.ca.eu.org>

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

>Number:         12172
>Category:       ports
>Synopsis:       Update: mail/fetchmail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 12 10:40:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a
>Environment:

4.0-CURRENT i386

>Description:

Update to 5.0.4.
Files removed: patch-ac
Files added: patch-ae

>How-To-Repeat:

>Fix:
	
Index: fetchmail/Makefile
===================================================================
RCS file: /cvs/ports/mail/fetchmail/Makefile,v
retrieving revision 1.75
diff -u -r1.75 Makefile
--- Makefile	1999/05/16 23:35:39	1.75
+++ Makefile	1999/06/12 15:30:03
@@ -1,5 +1,5 @@
 # New ports collection makefile for:	fetchmail
-# Version required:     5.0
+# Version required:     5.0.4
 # Date created:		26 Oct 1996
 # Whom:			Ville Eerola <ve@sci.fi>
 #
@@ -11,7 +11,7 @@
 # does not need Python, so there is no RUN_DEPENDS for Python in
 # this Makefile.
 
-DISTNAME=       fetchmail-5.0.3
+DISTNAME=       fetchmail-5.0.4
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.ccil.org/pub/esr/fetchmail/
 
Index: fetchmail/files/md5
===================================================================
RCS file: /cvs/ports/mail/fetchmail/files/md5,v
retrieving revision 1.67
diff -u -r1.67 md5
--- md5	1999/05/16 23:35:50	1.67
+++ md5	1999/06/12 15:30:03
@@ -1 +1 @@
-MD5 (fetchmail-5.0.3.tar.gz) = 72a9ed7756f7e4bad5566c1df4c1287c
+MD5 (fetchmail-5.0.4.tar.gz) = 5c72fda783a28064ef2182407c36e2f2
Index: fetchmail/patches/patch-aa
===================================================================
RCS file: /cvs/ports/mail/fetchmail/patches/patch-aa,v
retrieving revision 1.5
diff -u -r1.5 patch-aa
--- patch-aa	1997/06/11 02:38:40	1.5
+++ patch-aa	1999/06/12 15:30:04
@@ -1,15 +1,15 @@
-*** md5ify.c.orig	Fri Nov  8 20:13:11 1996
---- md5ify.c	Wed Jun 11 06:34:20 1997
+*** md5ify.c.orig	Sun Nov 22 07:37:48 1998
+--- md5ify.c	Sat Jun 12 08:12:32 1999
 ***************
-*** 16,22 ****
+*** 17,23 ****
   #include <string.h>
   #endif
   
 ! #include "md5.h"
   
   char *
-  MD5Digest (s)
---- 16,23 ----
+  MD5Digest (unsigned char *s)
+--- 17,24 ----
   #include <string.h>
   #endif
   
@@ -17,4 +17,4 @@
 ! #include <md5.h>
   
   char *
-  MD5Digest (s)
+  MD5Digest (unsigned char *s)
Index: fetchmail/patches/patch-ab
===================================================================
RCS file: /cvs/ports/mail/fetchmail/patches/patch-ab,v
retrieving revision 1.19
diff -u -r1.19 patch-ab
--- patch-ab	1998/12/16 19:37:17	1.19
+++ patch-ab	1999/06/12 15:30:04
@@ -1,5 +1,5 @@
-*** Makefile.in.orig	Mon Dec 14 17:07:01 1998
---- Makefile.in	Wed Dec 16 17:47:14 1998
+*** Makefile.in.orig	Sat Jun 12 08:12:57 1999
+--- Makefile.in	Sat Jun 12 08:16:07 1999
 ***************
 *** 40,46 ****
   
@@ -63,19 +63,19 @@
          $(srcdir)/error.c $(srcdir)/unmime.c $(srcdir)/conf.c		\
          $(srcdir)/checkalias.c
 ***************
-*** 144,150 ****
+*** 149,155 ****
   	@echo "Installing fetchmail binary..."
   	$(INSTALL_PROGRAM) ./fetchmail $(bindir)/fetchmail
   	@echo "Installing fetchmail configurator..."
 ! 	$(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf
   	@echo "Installing manual page..."
   	$(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmail.$(manext)
-  	ln -f -s $(mandir)/fetchmail.$(manext) $(mandir)/fetchmailconf.$(manext)
---- 146,152 ----
+  	rm -f $(mandir)/fetchmailconf.$(manext)
+--- 151,157 ----
   	@echo "Installing fetchmail binary..."
   	$(INSTALL_PROGRAM) ./fetchmail $(bindir)/fetchmail
   	@echo "Installing fetchmail configurator..."
 ! 	$(INSTALL_SCRIPT) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf
   	@echo "Installing manual page..."
   	$(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmail.$(manext)
-  	ln -f -s $(mandir)/fetchmail.$(manext) $(mandir)/fetchmailconf.$(manext)
+  	rm -f $(mandir)/fetchmailconf.$(manext)
Index: fetchmail/patches/patch-ac
===================================================================
RCS file: patch-ac
diff -N patch-ac
--- /tmp/cvs023150	Sat Jun 12 15:30:10 1999
+++ /dev/null	Thu Apr 30 07:32:15 1998
@@ -1,11 +0,0 @@
-*** 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 */
Index: fetchmail/patches/patch-ad
===================================================================
RCS file: /cvs/ports/mail/fetchmail/patches/patch-ad,v
retrieving revision 1.2
diff -u -r1.2 patch-ad
--- patch-ad	1998/09/19 20:04:03	1.2
+++ patch-ad	1999/06/12 15:30:04
@@ -1,24 +1,24 @@
-*** configure.orig	Mon Aug  3 08:45:11 1998
---- configure	Sat Sep 19 11:49:22 1998
+*** configure.orig	Sat Jun 12 08:17:32 1999
+--- configure	Sat Jun 12 08:18:28 1999
 ***************
-*** 2880,2886 ****
+*** 4906,4912 ****
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     ac_save_LIBS="$LIBS"
 ! LIBS="-lopie  $LIBS"
   cat > conftest.$ac_ext <<EOF
-  #line 2886 "configure"
+  #line 4912 "configure"
   #include "confdefs.h"
---- 2880,2886 ----
+--- 4906,4912 ----
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     ac_save_LIBS="$LIBS"
 ! LIBS="-lopie -lmd $LIBS"
   cat > conftest.$ac_ext <<EOF
-  #line 2886 "configure"
+  #line 4912 "configure"
   #include "confdefs.h"
 ***************
-*** 2914,2920 ****
+*** 4940,4946 ****
   #define $ac_tr_lib 1
   EOF
   
@@ -26,7 +26,7 @@
   
   else
     echo "$ac_t""no" 1>&6
---- 2914,2920 ----
+--- 4940,4946 ----
   #define $ac_tr_lib 1
   EOF
   
@@ -34,13 +34,3 @@
   
   else
     echo "$ac_t""no" 1>&6
-***************
-*** 3531,3536 ****
---- 3531,3537 ----
-  s%@host_os@%$host_os%g
-  s%@CC@%$CC%g
-  s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
-+ s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
-  s%@INSTALL_DATA@%$INSTALL_DATA%g
-  s%@CPP@%$CPP%g
-  s%@LEX@%$LEX%g
Index: fetchmail/patches/patch-ae
===================================================================
RCS file: patch-ae
diff -N patch-ae
--- /dev/null	Thu Apr 30 07:32:15 1998
+++ patch-ae	Sat Jun 12 15:30:04 1999
@@ -0,0 +1,10 @@
+*** md5.h.orig	Sat Jun 12 08:25:56 1999
+--- md5.h	Sat Jun 12 08:26:06 1999
+***************
+*** 1,4 ****
+--- 1,5 ----
+  #ifndef _MD5_H_
+  #define _MD5_H_
++ #include <sys/types.h>
+  #include <sys/md5.h>
+  #endif /* _MD5_H_ */
Index: fetchmail/pkg/PLIST
===================================================================
RCS file: /cvs/ports/mail/fetchmail/pkg/PLIST,v
retrieving revision 1.9
diff -u -r1.9 PLIST
--- PLIST	1998/09/19 00:25:08	1.9
+++ PLIST	1999/06/12 15:30:05
@@ -1,13 +1,13 @@
 bin/fetchmail
 bin/fetchmailconf
 libexec/fetchmailconf.bin
-share/doc/fetchmail/README
 share/doc/fetchmail/COPYING
 share/doc/fetchmail/FAQ
-share/doc/fetchmail/NOTES
 share/doc/fetchmail/FEATURES
-share/doc/fetchmail/fetchmail-FAQ.html
+share/doc/fetchmail/NOTES
+share/doc/fetchmail/README
 share/doc/fetchmail/design-notes.html
+share/doc/fetchmail/fetchmail-FAQ.html
 share/doc/fetchmail/fetchmail-features.html
 share/doc/fetchmail/sample.rcfile
 @dirrm share/doc/fetchmail

-Chris

>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?19990612173120.C17C222>