summaryrefslogtreecommitdiff
path: root/misc/xfce4-weather-plugin
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2004-06-30 12:33:49 +0000
committermartti <martti@pkgsrc.org>2004-06-30 12:33:49 +0000
commit534717a52b5260f3a362b9bdb96671e589f9c8c8 (patch)
treec85085e0deccc101fca21fcde9b6aba8adce1249 /misc/xfce4-weather-plugin
parent375f81748fe2d3aac3c995308c0ca3f530cf71be (diff)
downloadpkgsrc-534717a52b5260f3a362b9bdb96671e589f9c8c8.tar.gz
Updated xfce4-weather-plugin to 0.3.9.1
* Bug fixes
Diffstat (limited to 'misc/xfce4-weather-plugin')
-rw-r--r--misc/xfce4-weather-plugin/Makefile6
-rw-r--r--misc/xfce4-weather-plugin/buildlink3.mk4
-rw-r--r--misc/xfce4-weather-plugin/distinfo8
-rw-r--r--misc/xfce4-weather-plugin/patches/patch-aa9
-rw-r--r--misc/xfce4-weather-plugin/patches/patch-ab9
5 files changed, 9 insertions, 27 deletions
diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile
index 8f537c6b9b1..d331c0f00f7 100644
--- a/misc/xfce4-weather-plugin/Makefile
+++ b/misc/xfce4-weather-plugin/Makefile
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/06/21 05:59:30 martti Exp $
+# $NetBSD: Makefile,v 1.2 2004/06/30 12:33:49 martti Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
-XFCE4_VERSION= 0.3.9
+XFCE4_VERSION= 0.3.9.1
DISTNAME= xfce4-weather-plugin-${XFCE4_VERSION}
CATEGORIES= misc
MASTER_SITES= http://download.berlios.de/xfce-goodies/
COMMENT= XFce4 weather plugin
+EXTRACT_SUFX= .tar.bz2
+
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/xfce4-weather-plugin/buildlink3.mk b/misc/xfce4-weather-plugin/buildlink3.mk
index d8732a30f63..c8e13af3de5 100644
--- a/misc/xfce4-weather-plugin/buildlink3.mk
+++ b/misc/xfce4-weather-plugin/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/06/21 05:59:30 martti Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2004/06/30 12:33:49 martti Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
XFCE4_WEATHER_PLUGIN_BUILDLINK3_MK:= ${XFCE4_WEATHER_PLUGIN_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxfce4-weather-plugin}
BUILDLINK_PACKAGES+= xfce4-weather-plugin
.if !empty(XFCE4_WEATHER_PLUGIN_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.xfce4-weather-plugin+= xfce4-weather-plugin>=0.3.9
+BUILDLINK_DEPENDS.xfce4-weather-plugin+= xfce4-weather-plugin>=0.3.9.1
BUILDLINK_PKGSRCDIR.xfce4-weather-plugin?= ../../misc/xfce4-weather-plugin
.endif # XFCE4_WEATHER_PLUGIN_BUILDLINK3_MK
diff --git a/misc/xfce4-weather-plugin/distinfo b/misc/xfce4-weather-plugin/distinfo
index cfd7dabb070..6e7916a6fc2 100644
--- a/misc/xfce4-weather-plugin/distinfo
+++ b/misc/xfce4-weather-plugin/distinfo
@@ -1,6 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/06/21 05:59:30 martti Exp $
+$NetBSD: distinfo,v 1.2 2004/06/30 12:33:49 martti Exp $
-SHA1 (xfce4-weather-plugin-0.3.9.tar.gz) = 3f76c9e27af9c1bec075bfaddbe551f31c8d9bf6
-Size (xfce4-weather-plugin-0.3.9.tar.gz) = 581155 bytes
-SHA1 (patch-aa) = 340efe2daa3b316409dbd9c9051020a868044f1b
-SHA1 (patch-ab) = 92f9ee468f61d43adaafc27bfb95d17567d35a56
+SHA1 (xfce4-weather-plugin-0.3.9.1.tar.bz2) = d15ba133036d34c014e45dc33304f941c261c52a
+Size (xfce4-weather-plugin-0.3.9.1.tar.bz2) = 438847 bytes
diff --git a/misc/xfce4-weather-plugin/patches/patch-aa b/misc/xfce4-weather-plugin/patches/patch-aa
deleted file mode 100644
index e3d5bae0381..00000000000
--- a/misc/xfce4-weather-plugin/patches/patch-aa
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/06/21 05:59:30 martti Exp $
-
---- panel-plugin/config_dialog.c.orig 2004-06-11 22:03:04.000000000 +0000
-+++ panel-plugin/config_dialog.c 2004-06-11 22:03:23.000000000 +0000
-@@ -216,3 +216,3 @@
- column = gtk_tree_view_column_new_with_attributes("Labels to display", renderer,
-- "text", 0);
-+ "text", 0, NULL);
- gtk_tree_view_append_column(GTK_TREE_VIEW(dialog->lst_xmloption), column);
diff --git a/misc/xfce4-weather-plugin/patches/patch-ab b/misc/xfce4-weather-plugin/patches/patch-ab
deleted file mode 100644
index 95c9974542c..00000000000
--- a/misc/xfce4-weather-plugin/patches/patch-ab
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/06/21 05:59:30 martti Exp $
-
---- panel-plugin/search_dialog.c.orig 2004-06-11 22:03:32.000000000 +0000
-+++ panel-plugin/search_dialog.c 2004-06-11 22:03:47.000000000 +0000
-@@ -172,3 +172,3 @@
- column = gtk_tree_view_column_new_with_attributes("Results", renderer,
-- "text", 0);
-+ "text", 0, NULL);
- gtk_tree_view_append_column(GTK_TREE_VIEW(dialog->result_list), column);