mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Upgrade to 3.0.70.
This commit is contained in:
parent
1be3b796ff
commit
574ff2689b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37112
@ -6,11 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= mailagent
|
||||
PORTVERSION= 3.0.68
|
||||
PORTVERSION= 3.0.70
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/RAM
|
||||
DISTNAME= ${PORTNAME}-3.0@68
|
||||
|
||||
MAINTAINER= max@FreeBSD.org
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mailagent-3.0@68.tar.gz) = 50670b005a36a38c971489a0242d2201
|
||||
MD5 (mailagent-3.0.70.tar.gz) = 3e6359d097189a90228c34c4a5eb4538
|
||||
|
@ -1,23 +0,0 @@
|
||||
--- agent/filter/logfile.c.orig Fri Apr 18 16:20:26 1997
|
||||
+++ agent/filter/logfile.c Fri Apr 18 16:41:06 1997
|
||||
@@ -68,6 +68,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"
|
||||
|
||||
@@ -220,8 +223,10 @@
|
||||
*/
|
||||
|
||||
#ifdef HAS_SYS_ERRLIST
|
||||
+#if !(defined(BSD) && (BSD >= 199306))
|
||||
extern int sys_nerr; /* Size of sys_errlist[] */
|
||||
extern char *sys_errlist[]; /* Maps error code to string */
|
||||
+#endif
|
||||
#endif
|
||||
|
||||
#ifdef HAS_STRERROR
|
@ -52,6 +52,10 @@ share/examples/mailagent/misc/getcost/spamconfig
|
||||
share/examples/mailagent/misc/mime/README
|
||||
share/examples/mailagent/misc/mime/rules
|
||||
share/examples/mailagent/misc/mime/unmime
|
||||
share/examples/mailagent/misc/news/README
|
||||
share/examples/mailagent/misc/news/ml.map
|
||||
share/examples/mailagent/misc/news/newsgate
|
||||
share/examples/mailagent/misc/news/rules
|
||||
share/examples/mailagent/misc/pbounce/README
|
||||
share/examples/mailagent/misc/pbounce/mailagent.cf
|
||||
share/examples/mailagent/misc/pbounce/newcmd.cf
|
||||
@ -71,6 +75,7 @@ share/examples/mailagent/misc/unkit/unkit.pl
|
||||
@dirrm share/examples/mailagent/misc/unkit
|
||||
@dirrm share/examples/mailagent/misc/shell
|
||||
@dirrm share/examples/mailagent/misc/pbounce
|
||||
@dirrm share/examples/mailagent/misc/news
|
||||
@dirrm share/examples/mailagent/misc/mime
|
||||
@dirrm share/examples/mailagent/misc/getcost
|
||||
@dirrm share/examples/mailagent/misc/fakesend
|
||||
|
Loading…
Reference in New Issue
Block a user