diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-12-23 03:01:02 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-12-23 03:01:02 +0800 |
commit | 0409223d8adb61ce0f0bf045c4124ec72aa85dce (patch) | |
tree | bdc464921795f3b9e5d242f39332f89c27f3205f /mail | |
parent | 64ebe46e89f985c417f5c4400fede7fa44ccaf19 (diff) | |
download | freebsd-ports-gnome-0409223d8adb61ce0f0bf045c4124ec72aa85dce.tar.gz freebsd-ports-gnome-0409223d8adb61ce0f0bf045c4124ec72aa85dce.tar.zst freebsd-ports-gnome-0409223d8adb61ce0f0bf045c4124ec72aa85dce.zip |
Update to version 0.4.9f
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spruce/Makefile | 4 | ||||
-rw-r--r-- | mail/spruce/distinfo | 2 | ||||
-rw-r--r-- | mail/spruce/files/patch-ab | 9 | ||||
-rw-r--r-- | mail/spruce/files/patch-ae | 10 |
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", |