summaryrefslogtreecommitdiff
path: root/news/pan2
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-01-11 01:30:07 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-01-11 01:30:07 +0000
commit3e77b01874909470188372cb7f22e783dce771ce (patch)
tree6a4613f452a2d5d533ef2daeca77cc1ceda78c69 /news/pan2
parentFix PLIST. (diff)
Update port to 0.7.0
Notes
Notes: svn path=/head/; revision=24635
Diffstat (limited to 'news/pan2')
-rw-r--r--news/pan2/Makefile4
-rw-r--r--news/pan2/distinfo2
-rw-r--r--news/pan2/files/patch-ad29
3 files changed, 11 insertions, 24 deletions
diff --git a/news/pan2/Makefile b/news/pan2/Makefile
index b0c81ea2deed..6ba942d28946 100644
--- a/news/pan2/Makefile
+++ b/news/pan2/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: pan
-# Version required: 0.6.7
+# Version required: 0.7.0
# Date created: 07 August 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
-DISTNAME= pan-0.6.7
+DISTNAME= pan-0.7.0
CATEGORIES= news gnome
MASTER_SITES= ftp://source.rebelbase.com/pub/pan/ \
ftp://source.rebelbase.com/pub/pan/obsolete/
diff --git a/news/pan2/distinfo b/news/pan2/distinfo
index 6632a9629a96..9c9c8faa155c 100644
--- a/news/pan2/distinfo
+++ b/news/pan2/distinfo
@@ -1 +1 @@
-MD5 (pan-0.6.7.tar.bz2) = f4c404f25614a7e3a24fcc4a997abe91
+MD5 (pan-0.7.0.tar.bz2) = 2b8a07cf0ce373d651762b812bedcf9d
diff --git a/news/pan2/files/patch-ad b/news/pan2/files/patch-ad
index 4b99e0cc76db..5806dc2e896c 100644
--- a/news/pan2/files/patch-ad
+++ b/news/pan2/files/patch-ad
@@ -1,26 +1,13 @@
---- pan/gui.h.orig Sun Dec 12 01:06:10 1999
-+++ pan/gui.h Mon Dec 13 17:04:30 1999
-@@ -21,6 +21,10 @@
- #ifndef __GUI_H__
- #define __GUI_H__
+--- 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 @@
+ #include "group.h"
+ #include "status-item.h"
+#if defined(__FreeBSD__)
+typedef u_long ulong;
+#endif
+
- extern GtkWidget *appbar;
-
- extern GtkWidget *infobar;
---- pan/gui.h.orig Sun Dec 12 01:06:10 1999
-+++ pan/gui.h Mon Dec 13 17:04:30 1999
-@@ -21,6 +21,10 @@
- #ifndef __GUI_H__
- #define __GUI_H__
-
-+#if defined(__FreeBSD__)
-+#define ulong u_long
-+#endif
-+
- extern GtkWidget *appbar;
-
- extern GtkWidget *infobar;
+ extern GtkWidget *groups_vbox;
+ extern GtkWidget *articlelist_ctree;
+ extern GtkWidget *text_box;