summaryrefslogtreecommitdiff
path: root/news/pan
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-23 03:48:39 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-23 03:48:39 +0000
commit8a5429671d158ff0f848b273b6b4df8cd4684f2a (patch)
tree7be183493a68649ed1a3f8528da57c1d97d33334 /news/pan
parentUpgrade to latest release (xmcd-2.6). (diff)
Update port to 0.7.6:
* Better article tracking/killfiling, preferences user-interface, external mailer plugins... * Most translations updated * Batch downloading, Save As, reverse searches * More stable (hopefully :) * Etc....
Notes
Notes: svn path=/head/; revision=26193
Diffstat (limited to 'news/pan')
-rw-r--r--news/pan/Makefile4
-rw-r--r--news/pan/distinfo2
-rw-r--r--news/pan/files/patch-ad20
3 files changed, 17 insertions, 9 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile
index f9b4539f560d..f1c492e996f3 100644
--- a/news/pan/Makefile
+++ b/news/pan/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: pan
-# Version required: 0.7.4
+# Version required: 0.7.6
# Date created: 07 August 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
-DISTNAME= pan-0.7.4
+DISTNAME= pan-0.7.6
CATEGORIES= news gnome
MASTER_SITES= ftp://source.rebelbase.com/pub/pan/ \
ftp://source.rebelbase.com/pub/pan/obsolete/
diff --git a/news/pan/distinfo b/news/pan/distinfo
index 67684aeebcc6..08338f73ae0c 100644
--- a/news/pan/distinfo
+++ b/news/pan/distinfo
@@ -1 +1 @@
-MD5 (pan-0.7.4.tar.bz2) = aa419a514d52309fa58228983526fd32
+MD5 (pan-0.7.6.tar.bz2) = 86e78384bc6e696f74de5ab5a1cebe1e
diff --git a/news/pan/files/patch-ad b/news/pan/files/patch-ad
index 5806dc2e896c..70b75ddee8b2 100644
--- a/news/pan/files/patch-ad
+++ b/news/pan/files/patch-ad
@@ -1,13 +1,21 @@
---- pan/gui.h.orig Mon Jan 10 19:57:05 2000
-+++ pan/gui.h Mon Jan 10 19:58:24 2000
-@@ -27,6 +27,10 @@
+--- pan/gui.h.orig Tue Feb 15 13:47:56 2000
++++ pan/gui.h Tue Feb 22 22:29:46 2000
+@@ -21,6 +21,7 @@
+ #ifndef __GUI_H__
+ #define __GUI_H__
+
++#include <sys/types.h>
+ #include <gtk/gtkwidget.h>
+ #include <libgnomeui/gnome-app.h>
+ #include <libgnomeui/gnome-app-helper.h>
+@@ -28,6 +29,10 @@
+ #include "article.h"
#include "group.h"
#include "status-item.h"
-
++
+#if defined(__FreeBSD__)
+typedef u_long ulong;
+#endif
-+
+
extern GtkWidget *groups_vbox;
extern GtkWidget *articlelist_ctree;
- extern GtkWidget *text_box;