Bug 66366 - Update port: sysutils/xfce4-systemload-plugin to 0.3.4
Summary: Update port: sysutils/xfce4-systemload-plugin to 0.3.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-07 20:30 UTC by Thorsten Greiner
Modified: 2004-05-11 14:48 UTC (History)
0 users

See Also:


Attachments
file.diff (1.06 KB, patch)
2004-05-07 20:30 UTC, Thorsten Greiner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thorsten Greiner 2004-05-07 20:30:19 UTC
Updates sysutils/xfce4-systemload-plugin to 0.3.4.

How-To-Repeat: Apply patch.
Comment 1 matt 2004-05-10 12:58:07 UTC
- Fix Makefile, pkg-descr, pkg-plist.
- Remove patch-configure

diff -ruN sysutils/xfce4-systemload-plugin/Makefile.orig sysutils/xfce4-systemload-plugin/Makefile
--- sysutils/xfce4-systemload-plugin/Makefile.orig      Mon May 10 13:30:38 2004
+++ sysutils/xfce4-systemload-plugin/Makefile   Mon May 10 11:57:52 2004
@@ -6,10 +6,11 @@
 #

 PORTNAME=	xfce4-systemload-plugin
-PORTVERSION=	0.3.3
-PORTREVISION=	2
+PORTVERSION=	0.3.4
 CATEGORIES=	sysutils xfce
-MASTER_SITES=	http://download.berlios.de/xfce-goodies/
+MASTER_SITES=	http://download.berlios.de/xfce-goodies/ \
+		http://matt.nerim.net/xfce-goodies/ \
+		http://xfce.org/~kelnos/mirrors/xfce-goodies/
 DIST_SUBDIR=	xfce4

 MAINTAINER=	thorsten.greiner@web.de
diff -ruN sysutils/xfce4-systemload-plugin/distinfo.orig sysutils/xfce4-systemload-plugin/distinfo
--- sysutils/xfce4-systemload-plugin/distinfo.orig      Mon May 10 13:30:38 2004
+++ sysutils/xfce4-systemload-plugin/distinfo   Mon May 10 11:59:25 2004
@@ -1,2 +1,2 @@
-MD5 (xfce4/xfce4-systemload-plugin-0.3.3.tar.gz) = 10868e9e910e0c8ac355436d2a44e641
-SIZE (xfce4/xfce4-systemload-plugin-0.3.3.tar.gz) = 218402
+MD5 (xfce4/xfce4-systemload-plugin-0.3.4.tar.gz) = e9feb00af63e9953d9e690c145cc087e
+SIZE (xfce4/xfce4-systemload-plugin-0.3.4.tar.gz) = 219362
diff -ruN sysutils/xfce4-systemload-plugin/files/patch-configure.orig sysutils/xfce4-systemload-plugin/files/patch-configure
--- sysutils/xfce4-systemload-plugin/files/patch-configure.orig Mon May 10 13:30:38 2004
+++ sysutils/xfce4-systemload-plugin/files/patch-configure      Thu Jan  1 01:00:00 1970
@@ -1,21 +0,0 @@
---- configure.orig     Wed Jul 23 22:20:56 2003
-+++ configure  Fri Aug  1 12:56:48 2003
-@@ -19273,7 +19273,8 @@
-
-
- # This can be used to rebuild libtool when needed
--LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -19567,7 +19568,7 @@
-
-     echo "$as_me:$LINENO: checking where to install panel plugins" >&5
- echo $ECHO_N "checking where to install panel plugins... $ECHO_C" >&6
--  XFCE4_PANEL_PLUGINSDIR=`$PKG_CONFIG --variable=pluginsdir xfce4-panel-1.0`
-+  XFCE4_PANEL_PLUGINSDIR=${prefix}/lib/xfce4/panel-plugins
-
-   echo "$as_me:$LINENO: result: $XFCE4_PANEL_PLUGINSDIR" >&5
- echo "${ECHO_T}$XFCE4_PANEL_PLUGINSDIR" >&6
diff -ruN sysutils/xfce4-systemload-plugin/pkg-descr.orig sysutils/xfce4-systemload-plugin/pkg-descr
--- sysutils/xfce4-systemload-plugin/pkg-descr.orig     Mon May 10 13:30:38 2004
+++ sysutils/xfce4-systemload-plugin/pkg-descr  Mon May 10 13:30:13 2004
@@ -1,3 +1,5 @@
 System Load plugin for XFce4.

-WWW: http://www.xfce.org
+Author: Riccardo Persichetti <riccardo.persichetti@tin.it>
+
+WWW: http://xfce-goodies.berlios.de/
diff -ruN sysutils/xfce4-systemload-plugin/pkg-plist.orig sysutils/xfce4-systemload-plugin/pkg-plist
--- sysutils/xfce4-systemload-plugin/pkg-plist.orig     Mon May 10 13:30:38 2004
+++ sysutils/xfce4-systemload-plugin/pkg-plist  Mon May 10 13:27:57 2004
@@ -1,3 +1,4 @@
+lib/xfce4/panel-plugins/libsystemload.a
+lib/xfce4/panel-plugins/libsystemload.la
 lib/xfce4/panel-plugins/libsystemload.so
 @unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true
-@unexec rmdir %D/lib/xfce4 2>/dev/null || true

--
name: Matt Lancereau ( aka Blax )
contact: matt(at)bsd-blax.org | matt(at)rimasec.net
pgp key: 0xACA44F3D ( http://www.bsd-blax.org/matt.asc )
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-05-11 14:48:29 UTC
State Changed
From-To: open->closed

Committed, thanks!