Date: Sat, 18 Mar 2006 23:29:21 +0100 (CET) From: Jean-Francois BOEUF <jfb@minet.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/94662: [UPDATE] sysutil/xfce4-battery-plugin 0.2.0 -> 0.3.0 Message-ID: <200603182229.k2IMTLGE037894@delirium.minet.net> Resent-Message-ID: <200603182230.k2IMUNn3020639@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94662 >Category: ports >Synopsis: [UPDATE] sysutil/xfce4-battery-plugin 0.2.0 -> 0.3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Mar 18 22:30:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jean-Francois BOEUF >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD delirium.minet.net 5.4-STABLE FreeBSD 5.4-STABLE #0: Sat Jan 21 15:58:02 CET 2006 root@delirium.minet.net:/export/obj/export/src/sys/GENERIC i386 >Description: update port to last release fix WWW >How-To-Repeat: >Fix: --- xfce4-battery-plugin.diff begins here --- --- ports/sysutils/xfce4-battery-plugin/Makefile Thu Feb 23 11:39:15 2006 +++ ports/sysutils/xfce4-battery-plugin/Makefile Wed Mar 8 20:29:24 2006 @@ -6,10 +6,10 @@ # PORTNAME= xfce4-battery-plugin -PORTVERSION= 0.2.0 -PORTREVISION= 8 +PORTVERSION= 0.3.0 CATEGORIES= sysutils xfce -MASTER_SITES= http://download.berlios.de/xfce-goodies/ +MASTER_SITES= http://download.berlios.de/xfce-goodies/ \ + http://download2.berlios.de/xfce-goodies/ DIST_SUBDIR= xfce4 MAINTAINER= thorsten.greiner@web.de --- ports/sysutils/xfce4-battery-plugin/distinfo Tue Jan 24 02:06:42 2006 +++ ports/sysutils/xfce4-battery-plugin/distinfo Wed Mar 8 18:25:17 2006 @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce4-battery-plugin-0.2.0.tar.gz) = ad6cbb65b356342bf1b474b612beadf4 -SHA256 (xfce4/xfce4-battery-plugin-0.2.0.tar.gz) = 2a8a78cdafc1c8f538de4e46d4da76811c38656f1c07b7130dac16329d2f4da8 -SIZE (xfce4/xfce4-battery-plugin-0.2.0.tar.gz) = 339010 +MD5 (xfce4/xfce4-battery-plugin-0.3.0.tar.gz) = 04e121df1ff264281e56e12a8ff5f155 +SHA256 (xfce4/xfce4-battery-plugin-0.3.0.tar.gz) = 8044995f61f12fcd8ec2a44739293ed0adbe7adf04587aee3a31630fb5bb93b4 +SIZE (xfce4/xfce4-battery-plugin-0.3.0.tar.gz) = 322286 --- ports/sysutils/xfce4-battery-plugin/files/patch-configure Wed Sep 24 14:01:53 2003 +++ /dev/null Thu Jan 1 01:00:00 1970 @@ -1,21 +0,0 @@ ---- configure.orig Sat Aug 9 04:05:09 2003 -+++ configure Fri Sep 12 23:28:29 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' -@@ -19651,7 +19652,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 --- ports/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::Makefile.in Sun Dec 28 12:14:33 2003 +++ /dev/null Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ ---- panel-plugin/Makefile.in.orig Fri Aug 1 12:37:32 2003 -+++ panel-plugin/Makefile.in Fri Aug 1 12:38:09 2003 -@@ -209,8 +209,8 @@ - @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ -- echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f"; \ -- $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f; \ -+ echo " $(LIBTOOL) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f"; \ -+ $(LIBTOOL) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f; \ - else :; fi; \ - done - --- ports/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::battmon.c Sat Feb 11 15:43:19 2006 +++ ports/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::battmon.c Sat Mar 18 23:02:55 2006 @@ -1,6 +1,6 @@ ---- panel-plugin/battmon.c.orig Sat Feb 11 23:43:01 2006 -+++ panel-plugin/battmon.c Sat Feb 11 23:43:07 2006 -@@ -33,6 +33,7 @@ +--- panel-plugin/battmon.c Sat Mar 18 22:58:29 2006 ++++ panel-plugin/battmon.c Sat Mar 18 22:59:30 2006 +@@ -34,6 +34,7 @@ #ifdef __FreeBSD__ #include <machine/apm_bios.h> @@ -8,11 +8,3 @@ #elif __OpenBSD__ #include <sys/param.h> #include <machine/apmvar.h> -@@ -362,6 +363,7 @@ - - - if(charge < 0) charge = 0; -+ if(charge > 100) charge = 100; - gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(battmon->battstatus), charge / 100.0); - - if(battmon->options.display_label){ --- ports/sysutils/xfce4-battery-plugin/pkg-descr Fri Aug 1 16:32:00 2003 +++ ports/sysutils/xfce4-battery-plugin/pkg-descr Wed Mar 8 18:23:18 2006 @@ -1,3 +1,3 @@ Battery monitor panel plugin for XFce4. -WWW: http://www.xfce.org +WWW: http://xfce-goodies.berlios.de/ --- xfce4-battery-plugin.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603182229.k2IMTLGE037894>