aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-04-23 04:19:13 +0800
committermarcus <marcus@FreeBSD.org>2003-04-23 04:19:13 +0800
commitdfb0bfe63675da8b00a1ca79752a3be1b6a166d3 (patch)
treeddbb477c059a7009bdbb2112d81f51a9097a6704 /news
parent0f66c8862edf9ba703765a9f900c949d02b50578 (diff)
downloadfreebsd-ports-gnome-dfb0bfe63675da8b00a1ca79752a3be1b6a166d3.tar.gz
freebsd-ports-gnome-dfb0bfe63675da8b00a1ca79752a3be1b6a166d3.tar.zst
freebsd-ports-gnome-dfb0bfe63675da8b00a1ca79752a3be1b6a166d3.zip
Update to 0.13.95.
Diffstat (limited to 'news')
-rw-r--r--news/pan2/Makefile2
-rw-r--r--news/pan2/distinfo2
-rw-r--r--news/pan2/files/patch-pan_base_group.c11
3 files changed, 2 insertions, 13 deletions
diff --git a/news/pan2/Makefile b/news/pan2/Makefile
index 3999c006f2d9..d5ddcf827d4c 100644
--- a/news/pan2/Makefile
+++ b/news/pan2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pan2
-PORTVERSION= 0.13.94
+PORTVERSION= 0.13.95
CATEGORIES= news gnome
MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCE/ \
http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/ \
diff --git a/news/pan2/distinfo b/news/pan2/distinfo
index 398125a15301..7f1b25abf0a6 100644
--- a/news/pan2/distinfo
+++ b/news/pan2/distinfo
@@ -1 +1 @@
-MD5 (gnome2/pan-0.13.94.tar.bz2) = cf3954dcd4aa47efce6d4e88eb430626
+MD5 (gnome2/pan-0.13.95.tar.bz2) = 3083530b9e54568ee325f4bd9f8652d9
diff --git a/news/pan2/files/patch-pan_base_group.c b/news/pan2/files/patch-pan_base_group.c
deleted file mode 100644
index 02880cdbbc2a..000000000000
--- a/news/pan2/files/patch-pan_base_group.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- pan/base/group.c.orig Mon Apr 21 20:52:11 2003
-+++ pan/base/group.c Mon Apr 21 20:52:32 2003
-@@ -206,7 +206,7 @@
- groups_set_subscribed (Group ** groups, gint qty, gboolean subscribed)
- {
- Group ** changed;
-- Server * server;
-+ Server * server = NULL;
- const ServerGroupsType type = SERVER_GROUPS_SUBSCRIBED|SERVER_GROUPS_UNSUBSCRIBED;
- int changed_qty = 0;
- int i;