1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Upgrade, 3.0.54 -> 3.0.56.

This commit is contained in:
Masafumi Max NAKANE 1997-04-18 07:59:25 +00:00
parent 14b9546170
commit 54e38fe014
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6229
4 changed files with 16 additions and 16 deletions

View File

@ -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/

View File

@ -1 +1 @@
MD5 (mailagent-3.0pl54.tar.gz) = 86f2c65d533417914b4fd0a5f6ac044d
MD5 (mailagent-3.0pl56.tar.gz) = 993f2e8fb5257e8181b4bfa80fa251f4

View File

@ -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

View File

@ -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 */