pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/xfce4-battery-plugin Correct category of PR 3...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a49584f64e1
branches:  trunk
changeset: 537223:3a49584f64e1
user:      hira <hira%pkgsrc.org@localhost>
date:      Sat Jan 05 05:42:02 2008 +0000

description:
Correct category of PR 36735 in comment (pkg -> port-sparc64).

diffstat:

 sysutils/xfce4-battery-plugin/Makefile         |  4 ++--
 sysutils/xfce4-battery-plugin/distinfo         |  4 ++--
 sysutils/xfce4-battery-plugin/patches/patch-aa |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r 87cef1996a76 -r 3a49584f64e1 sysutils/xfce4-battery-plugin/Makefile
--- a/sysutils/xfce4-battery-plugin/Makefile    Sat Jan 05 05:35:20 2008 +0000
+++ b/sysutils/xfce4-battery-plugin/Makefile    Sat Jan 05 05:42:02 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/01/05 05:35:20 hira Exp $
+# $NetBSD: Makefile,v 1.6 2008/01/05 05:42:02 hira Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -11,7 +11,7 @@
 COMMENT=       Xfce battey monitor plugin
 
 # On NetBSD/sparc64, apmvar.h is not exist in /usr/include/machine.
-# Reported in PR pkg/36735.
+# Reported in PR port-sparc64/36735.
 .if ${OPSYS} == "NetBSD" &&                    \
     (!exists(/usr/include/machine/apmvar.h) && \
      !exists(/usr/include/sparc/apmvar.h))
diff -r 87cef1996a76 -r 3a49584f64e1 sysutils/xfce4-battery-plugin/distinfo
--- a/sysutils/xfce4-battery-plugin/distinfo    Sat Jan 05 05:35:20 2008 +0000
+++ b/sysutils/xfce4-battery-plugin/distinfo    Sat Jan 05 05:42:02 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2008/01/05 05:35:20 hira Exp $
+$NetBSD: distinfo,v 1.6 2008/01/05 05:42:02 hira Exp $
 
 SHA1 (xfce4-battery-plugin-0.5.0.tar.bz2) = 63439d32bfe8411458d41c38824cb393bc31d6e0
 RMD160 (xfce4-battery-plugin-0.5.0.tar.bz2) = bbf64994c7686b11b6a51bd7728569cd2a5d9777
 Size (xfce4-battery-plugin-0.5.0.tar.bz2) = 222269 bytes
-SHA1 (patch-aa) = ee4a4ff7f38d1bb5b018dad4dcf0d8cd339972b0
+SHA1 (patch-aa) = 350959404b2c1d9f5cfa8c360cfd9d9eec6ce5e0
diff -r 87cef1996a76 -r 3a49584f64e1 sysutils/xfce4-battery-plugin/patches/patch-aa
--- a/sysutils/xfce4-battery-plugin/patches/patch-aa    Sat Jan 05 05:35:20 2008 +0000
+++ b/sysutils/xfce4-battery-plugin/patches/patch-aa    Sat Jan 05 05:42:02 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 2008/01/05 05:35:20 hira Exp $
+$NetBSD: patch-aa,v 1.6 2008/01/05 05:42:02 hira Exp $
 
 --- panel-plugin/battery.c.orig        2007-01-18 02:56:51.000000000 +0900
 +++ panel-plugin/battery.c     2008-01-03 21:30:22.000000000 +0900
@@ -17,7 +17,7 @@
  #include <sys/ioctl.h>
 +#if defined(__sparc64__)
 +/* On NetBSD/sparc64, apmvar.h is not exist in /usr/include/machine. */
-+/* Reported in PR pkg/36735. */
++/* Reported in PR port-sparc64/36735. */
 +#include <sparc/apmvar.h>
 +#else
  #include <machine/apmvar.h>



Home | Main Index | Thread Index | Old Index