diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-01-11 09:30:07 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-01-11 09:30:07 +0800 |
commit | 4c717e0fdfc41339c282276e5687303d021c3801 (patch) | |
tree | db9ceb21fe4f307d9420cb180969a9bfd0065430 | |
parent | 85e7b6dd89681e5912d7f069735e1398536545f2 (diff) | |
download | freebsd-ports-gnome-4c717e0fdfc41339c282276e5687303d021c3801.tar.gz freebsd-ports-gnome-4c717e0fdfc41339c282276e5687303d021c3801.tar.zst freebsd-ports-gnome-4c717e0fdfc41339c282276e5687303d021c3801.zip |
Update port to 0.7.0
-rw-r--r-- | news/pan/Makefile | 4 | ||||
-rw-r--r-- | news/pan/distinfo | 2 | ||||
-rw-r--r-- | news/pan/files/patch-ad | 29 | ||||
-rw-r--r-- | news/pan2/Makefile | 4 | ||||
-rw-r--r-- | news/pan2/distinfo | 2 | ||||
-rw-r--r-- | news/pan2/files/patch-ad | 29 |
6 files changed, 22 insertions, 48 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index b0c81ea2deed..6ba942d28946 100644 --- a/news/pan/Makefile +++ b/news/pan/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/pan/distinfo b/news/pan/distinfo index 6632a9629a96..9c9c8faa155c 100644 --- a/news/pan/distinfo +++ b/news/pan/distinfo @@ -1 +1 @@ -MD5 (pan-0.6.7.tar.bz2) = f4c404f25614a7e3a24fcc4a997abe91 +MD5 (pan-0.7.0.tar.bz2) = 2b8a07cf0ce373d651762b812bedcf9d diff --git a/news/pan/files/patch-ad b/news/pan/files/patch-ad index 4b99e0cc76db..5806dc2e896c 100644 --- a/news/pan/files/patch-ad +++ b/news/pan/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; 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; |