diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2001-06-08 06:20:36 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2001-06-08 06:20:36 +0000 |
commit | 8d7527bbc5d8fdbe5e55579364881ac5d6c76570 (patch) | |
tree | 9a0e7063632735bb2fda629aa9bb2be537f7e994 /news/pan2 | |
parent | d06e60ff18937a191e01e6789291ebcdd20cf6f2 (diff) | |
download | FreeBSD-ports-8d7527bbc5d8fdbe5e55579364881ac5d6c76570.zip FreeBSD-ports-8d7527bbc5d8fdbe5e55579364881ac5d6c76570.tar.gz |
Update to pan 0.9.7 "Just Another Victim of the Ambient Morality"
Diffstat (limited to 'news/pan2')
-rw-r--r-- | news/pan2/Makefile | 2 | ||||
-rw-r--r-- | news/pan2/distinfo | 2 | ||||
-rw-r--r-- | news/pan2/files/patch-ad | 21 | ||||
-rw-r--r-- | news/pan2/pkg-plist | 1 |
4 files changed, 3 insertions, 23 deletions
diff --git a/news/pan2/Makefile b/news/pan2/Makefile index 418bb95..bfee190 100644 --- a/news/pan2/Makefile +++ b/news/pan2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pan -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.7 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/${PORTVERSION}/ diff --git a/news/pan2/distinfo b/news/pan2/distinfo index 5b176c3..0783505 100644 --- a/news/pan2/distinfo +++ b/news/pan2/distinfo @@ -1 +1 @@ -MD5 (pan-0.9.6.tar.bz2) = 0b94b871aa4c99a847fe10e1ba4be916 +MD5 (pan-0.9.7.tar.bz2) = 594692df7cb6eb9dc167846a454b0f6d diff --git a/news/pan2/files/patch-ad b/news/pan2/files/patch-ad deleted file mode 100644 index 70b75dd..0000000 --- a/news/pan2/files/patch-ad +++ /dev/null @@ -1,21 +0,0 @@ ---- 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; diff --git a/news/pan2/pkg-plist b/news/pan2/pkg-plist index 6d80313..319327b 100644 --- a/news/pan2/pkg-plist +++ b/news/pan2/pkg-plist @@ -11,6 +11,7 @@ share/locale/fi/LC_MESSAGES/pan.mo share/locale/fr/LC_MESSAGES/pan.mo share/locale/ga/LC_MESSAGES/pan.mo share/locale/gl/LC_MESSAGES/pan.mo +share/locale/hu/LC_MESSAGES/pan.mo share/locale/it/LC_MESSAGES/pan.mo share/locale/ja/LC_MESSAGES/pan.mo share/locale/ko/LC_MESSAGES/pan.mo |