summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-22 20:19:13 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-22 20:19:13 +0000
commit5a4dffb552ae86281a997af67a8c5c272e376832 (patch)
tree3760f79749795c1b1c490688df6dd606d5e1edde
parent. Now that we can use Classic and HotSpot, make classic (and hence green (diff)
Update to 0.13.95.
Notes
Notes: svn path=/head/; revision=79473
Diffstat (limited to '')
-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;