diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-04-18 07:59:25 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-04-18 07:59:25 +0000 |
commit | 54e38fe014f3a154838f791b797eb808316e6ccd (patch) | |
tree | 4080fc41a4508e3fb20ff3b7aa94f8bdd3ec6ab1 /mail/mailagent | |
parent | Upgrade to 3.2.4. (diff) |
Upgrade, 3.0.54 -> 3.0.56.
Diffstat (limited to 'mail/mailagent')
-rw-r--r-- | mail/mailagent/Makefile | 8 | ||||
-rw-r--r-- | mail/mailagent/distinfo | 2 | ||||
-rw-r--r-- | mail/mailagent/files/patch-aa | 14 | ||||
-rw-r--r-- | mail/mailagent/files/patch-ac | 8 |
4 files changed, 16 insertions, 16 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile index ec3ef3fc1839..98166cbc4c63 100644 --- a/mail/mailagent/Makefile +++ b/mail/mailagent/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: mailagent -# Version required: 3.0pl54 +# Version required: 3.0pl56 # Date created: 23 Sep 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.9 1997/01/31 21:46:37 max Exp $ +# $Id: Makefile,v 1.10 1997/03/25 08:23:49 max Exp $ # -DISTNAME= mailagent-3.0pl54 -PKGNAME= mailagent-3.0.54 +DISTNAME= mailagent-3.0pl56 +PKGNAME= mailagent-3.0.56 CATEGORIES= mail MASTER_SITES= http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/ \ ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ diff --git a/mail/mailagent/distinfo b/mail/mailagent/distinfo index 34a3d48188d5..5996fd719e7b 100644 --- a/mail/mailagent/distinfo +++ b/mail/mailagent/distinfo @@ -1 +1 @@ -MD5 (mailagent-3.0pl54.tar.gz) = 86f2c65d533417914b4fd0a5f6ac044d +MD5 (mailagent-3.0pl56.tar.gz) = 993f2e8fb5257e8181b4bfa80fa251f4 diff --git a/mail/mailagent/files/patch-aa b/mail/mailagent/files/patch-aa index 31a640b797f3..589a915bbbf4 100644 --- a/mail/mailagent/files/patch-aa +++ b/mail/mailagent/files/patch-aa @@ -1,16 +1,16 @@ ---- agent/filter/logfile.c.orig Fri Dec 27 00:53:50 1996 -+++ agent/filter/logfile.c Thu Jan 16 13:57:14 1997 -@@ -49,6 +49,9 @@ - # include <sys/time.h> - # undef KERNEL +--- agent/filter/logfile.c.orig Fri Apr 18 16:20:26 1997 ++++ agent/filter/logfile.c Fri Apr 18 16:41:06 1997 +@@ -65,6 +65,9 @@ + #include <sys/fcntl.h> /* Try this one in last resort */ + #endif #endif +#ifdef I_SYS_PARAM +# include <sys/param.h> +#endif + #include "confmagic.h" - #define MAX_STRING 1024 /* Maximum length for logging string */ -@@ -180,8 +183,10 @@ +@@ -217,8 +220,10 @@ */ #ifdef HAS_SYS_ERRLIST diff --git a/mail/mailagent/files/patch-ac b/mail/mailagent/files/patch-ac index 494de74149ff..52acb990e6a7 100644 --- a/mail/mailagent/files/patch-ac +++ b/mail/mailagent/files/patch-ac @@ -1,6 +1,6 @@ ---- agent/filter/io.c.orig Fri Dec 27 00:55:27 1996 -+++ agent/filter/io.c Thu Jan 16 14:11:00 1997 -@@ -110,6 +110,9 @@ +--- agent/filter/io.c.orig Fri Apr 18 16:20:00 1997 ++++ agent/filter/io.c Fri Apr 18 16:32:38 1997 +@@ -113,6 +113,9 @@ #ifdef I_SYS_IOCTL #include <sys/ioctl.h> #endif @@ -10,7 +10,7 @@ /* * The following should be defined in <sys/stat.h>. -@@ -635,7 +638,7 @@ +@@ -638,7 +641,7 @@ */ char **envp; /* Environment pointer */ |