mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to pan 0.9.7 "Just Another Victim of the Ambient Morality"
This commit is contained in:
parent
3246a363a8
commit
8eb353d24d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43630
8 changed files with 6 additions and 46 deletions
|
@ -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}/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pan-0.9.6.tar.bz2) = 0b94b871aa4c99a847fe10e1ba4be916
|
||||
MD5 (pan-0.9.7.tar.bz2) = 594692df7cb6eb9dc167846a454b0f6d
|
||||
|
|
|
@ -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;
|
|
@ -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
|
||||
|
|
|
@ -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}/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pan-0.9.6.tar.bz2) = 0b94b871aa4c99a847fe10e1ba4be916
|
||||
MD5 (pan-0.9.7.tar.bz2) = 594692df7cb6eb9dc167846a454b0f6d
|
||||
|
|
|
@ -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;
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue