summaryrefslogtreecommitdiff
path: root/mail/spruce
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-12-22 19:01:02 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-12-22 19:01:02 +0000
commit3826cfce7e25c7d85f4c1fcbf97a912f5d878831 (patch)
tree356d337bd8a90fa6b4f33cf15831ca57b67f7bc7 /mail/spruce
parentUnbreak (diff)
Update to version 0.4.9f
Notes
Notes: svn path=/head/; revision=23823
Diffstat (limited to 'mail/spruce')
-rw-r--r--mail/spruce/Makefile4
-rw-r--r--mail/spruce/distinfo2
-rw-r--r--mail/spruce/files/patch-ab9
-rw-r--r--mail/spruce/files/patch-ae10
4 files changed, 7 insertions, 18 deletions
diff --git a/mail/spruce/Makefile b/mail/spruce/Makefile
index cbcbbffc4bd1..816249c1e7f8 100644
--- a/mail/spruce/Makefile
+++ b/mail/spruce/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: spruce
-# Version required: 0.4.8c
+# Version required: 0.4.9f
# Date created: 05 June 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= spruce-0.4.8c
+DISTNAME= spruce-0.4.9f
CATEGORIES= mail
MASTER_SITES= http://www.xtorshun.org/spruce/ \
http://fundy.linuxberg.com/files/x11/network/ \
diff --git a/mail/spruce/distinfo b/mail/spruce/distinfo
index 689f39adf166..17cd584f4af0 100644
--- a/mail/spruce/distinfo
+++ b/mail/spruce/distinfo
@@ -1 +1 @@
-MD5 (spruce-0.4.8c.tar.gz) = 283f28b28d557cfc1bbd501156d628d6
+MD5 (spruce-0.4.9f.tar.gz) = 7f22ae23268cdbdaeaa272d707514311
diff --git a/mail/spruce/files/patch-ab b/mail/spruce/files/patch-ab
index b85ddd5b98ab..fcfa32ee1ecb 100644
--- a/mail/spruce/files/patch-ab
+++ b/mail/spruce/files/patch-ab
@@ -1,10 +1,9 @@
---- server.h.orig Mon Jun 21 14:50:08 1999
-+++ server.h Tue Jun 29 14:22:57 1999
-@@ -21,10 +21,9 @@
-
+--- server.h.orig Wed Dec 22 10:57:01 1999
++++ server.h Wed Dec 22 10:57:03 1999
+@@ -26,9 +26,9 @@
#include <sys/types.h>
#include <sys/socket.h>
--#include <sys/param.h>
+ /*#include <sys/param.h>*/
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
diff --git a/mail/spruce/files/patch-ae b/mail/spruce/files/patch-ae
deleted file mode 100644
index f6049b114c34..000000000000
--- a/mail/spruce/files/patch-ae
+++ /dev/null
@@ -1,10 +0,0 @@
---- smtpio.c.orig Sat Jun 5 10:54:01 1999
-+++ smtpio.c Sat Jun 5 14:55:46 1999
-@@ -17,6 +17,7 @@
- */
-
- #include "smtpio.h"
-+#include <sys/param.h>
-
- static char *smtp_errlist[] = {"",
- ": Hostname failed to resolve",