diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-02-23 03:48:39 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-02-23 03:48:39 +0000 |
commit | 6f158210ca0b5a638b6a48c54ef52c78efc65ec6 (patch) | |
tree | d27f1fabe6df2b4637766dbd32e7325a3c6839a7 | |
parent | 87d702eabdea79f33bbfa69a41011c8a1ac058c1 (diff) | |
download | FreeBSD-ports-6f158210ca0b5a638b6a48c54ef52c78efc65ec6.zip FreeBSD-ports-6f158210ca0b5a638b6a48c54ef52c78efc65ec6.tar.gz |
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....
-rw-r--r-- | news/pan/Makefile | 4 | ||||
-rw-r--r-- | news/pan/distinfo | 2 | ||||
-rw-r--r-- | news/pan/files/patch-ad | 20 | ||||
-rw-r--r-- | news/pan2/Makefile | 4 | ||||
-rw-r--r-- | news/pan2/distinfo | 2 | ||||
-rw-r--r-- | news/pan2/files/patch-ad | 20 |
6 files changed, 34 insertions, 18 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index f9b4539..f1c492e 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 67684ae..08338f7 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 5806dc2..70b75dd 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; diff --git a/news/pan2/Makefile b/news/pan2/Makefile index f9b4539..f1c492e 100644 --- a/news/pan2/Makefile +++ b/news/pan2/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/pan2/distinfo b/news/pan2/distinfo index 67684ae..08338f7 100644 --- a/news/pan2/distinfo +++ b/news/pan2/distinfo @@ -1 +1 @@ -MD5 (pan-0.7.4.tar.bz2) = aa419a514d52309fa58228983526fd32 +MD5 (pan-0.7.6.tar.bz2) = 86e78384bc6e696f74de5ab5a1cebe1e diff --git a/news/pan2/files/patch-ad b/news/pan2/files/patch-ad index 5806dc2..70b75dd 100644 --- a/news/pan2/files/patch-ad +++ b/news/pan2/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; |