diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 20:19:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 20:19:13 +0000 |
commit | 5a4dffb552ae86281a997af67a8c5c272e376832 (patch) | |
tree | 3760f79749795c1b1c490688df6dd606d5e1edde /news/pan2 | |
parent | 847bdee6eb056f1c388f142cb5209f01259b12ab (diff) | |
download | ports-5a4dffb552ae86281a997af67a8c5c272e376832.tar.gz ports-5a4dffb552ae86281a997af67a8c5c272e376832.zip |
Notes
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-pan_base_group.c | 11 |
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; |