pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xfce4-diskperf-plugin



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Dec 17 00:41:59 UTC 2021

Modified Files:
        pkgsrc/sysutils/xfce4-diskperf-plugin: Makefile PLIST distinfo

Log Message:
xfce4-diskperf-plugin: update to 2.6.3

2.6.3 (2020/12/21):
------------------
- Fix build with panel 4.15+
- Fix missing-prototypes
- Remove GSourceFunc casts
- Add basic GitLab pipeline
- Update URLs from goodies.x.o to docs.x.o (Bug #16160)
- Update .gitignore
- Make build less verbose
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Belarusian, Chinese (Taiwan),
  Croatian, Eastern Armenian, English (Canada), English (United
  Kingdom), Galician, Greek, Hebrew, Indonesian, Korean, Latvian,
  Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese (Brazil),
  Slovak, Slovenian, Spanish, Swedish, Turkish, Urdu, Urdu (Pakistan),
  Uyghur


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/sysutils/xfce4-diskperf-plugin/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/xfce4-diskperf-plugin/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/xfce4-diskperf-plugin/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/xfce4-diskperf-plugin/Makefile
diff -u pkgsrc/sysutils/xfce4-diskperf-plugin/Makefile:1.61 pkgsrc/sysutils/xfce4-diskperf-plugin/Makefile:1.62
--- pkgsrc/sysutils/xfce4-diskperf-plugin/Makefile:1.61 Wed Dec  8 16:06:40 2021
+++ pkgsrc/sysutils/xfce4-diskperf-plugin/Makefile      Fri Dec 17 00:41:59 2021
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.61 2021/12/08 16:06:40 adam Exp $
+# $NetBSD: Makefile,v 1.62 2021/12/17 00:41:59 gutteridge Exp $
 
-PKGREVISION= 5
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=      xfce4-diskperf-plugin-2.6.2
+DISTNAME=      xfce4-diskperf-plugin-2.6.3
 CATEGORIES=    sysutils
-MASTER_SITES=  http://archive.xfce.org/src/panel-plugins/xfce4-diskperf-plugin/2.6/
+MASTER_SITES=  https://archive.xfce.org/src/panel-plugins/xfce4-diskperf-plugin/2.6/
 
 HOMEPAGE=      https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin
 COMMENT=       Xfce disk performance plugin

Index: pkgsrc/sysutils/xfce4-diskperf-plugin/PLIST
diff -u pkgsrc/sysutils/xfce4-diskperf-plugin/PLIST:1.7 pkgsrc/sysutils/xfce4-diskperf-plugin/PLIST:1.8
--- pkgsrc/sysutils/xfce4-diskperf-plugin/PLIST:1.7     Sun Aug 18 22:13:44 2019
+++ pkgsrc/sysutils/xfce4-diskperf-plugin/PLIST Fri Dec 17 00:41:59 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2019/08/18 22:13:44 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.8 2021/12/17 00:41:59 gutteridge Exp $
 lib/xfce4/panel/plugins/libdiskperf.la
 share/locale/ar/LC_MESSAGES/xfce4-diskperf-plugin.mo
 share/locale/ast/LC_MESSAGES/xfce4-diskperf-plugin.mo
@@ -10,6 +10,7 @@ share/locale/da/LC_MESSAGES/xfce4-diskpe
 share/locale/de/LC_MESSAGES/xfce4-diskperf-plugin.mo
 share/locale/el/LC_MESSAGES/xfce4-diskperf-plugin.mo
 share/locale/en_AU/LC_MESSAGES/xfce4-diskperf-plugin.mo
+share/locale/en_CA/LC_MESSAGES/xfce4-diskperf-plugin.mo
 share/locale/en_GB/LC_MESSAGES/xfce4-diskperf-plugin.mo
 share/locale/es/LC_MESSAGES/xfce4-diskperf-plugin.mo
 share/locale/eu/LC_MESSAGES/xfce4-diskperf-plugin.mo
@@ -18,6 +19,8 @@ share/locale/gl/LC_MESSAGES/xfce4-diskpe
 share/locale/he/LC_MESSAGES/xfce4-diskperf-plugin.mo
 share/locale/hr/LC_MESSAGES/xfce4-diskperf-plugin.mo
 share/locale/hu/LC_MESSAGES/xfce4-diskperf-plugin.mo
+share/locale/hy_AM/LC_MESSAGES/xfce4-diskperf-plugin.mo
+share/locale/hye/LC_MESSAGES/xfce4-diskperf-plugin.mo
 share/locale/id/LC_MESSAGES/xfce4-diskperf-plugin.mo
 share/locale/is/LC_MESSAGES/xfce4-diskperf-plugin.mo
 share/locale/it/LC_MESSAGES/xfce4-diskperf-plugin.mo
@@ -35,6 +38,7 @@ share/locale/pt/LC_MESSAGES/xfce4-diskpe
 share/locale/pt_BR/LC_MESSAGES/xfce4-diskperf-plugin.mo
 share/locale/ru/LC_MESSAGES/xfce4-diskperf-plugin.mo
 share/locale/sk/LC_MESSAGES/xfce4-diskperf-plugin.mo
+share/locale/sl/LC_MESSAGES/xfce4-diskperf-plugin.mo
 share/locale/sq/LC_MESSAGES/xfce4-diskperf-plugin.mo
 share/locale/sr/LC_MESSAGES/xfce4-diskperf-plugin.mo
 share/locale/sv/LC_MESSAGES/xfce4-diskperf-plugin.mo

Index: pkgsrc/sysutils/xfce4-diskperf-plugin/distinfo
diff -u pkgsrc/sysutils/xfce4-diskperf-plugin/distinfo:1.14 pkgsrc/sysutils/xfce4-diskperf-plugin/distinfo:1.15
--- pkgsrc/sysutils/xfce4-diskperf-plugin/distinfo:1.14 Tue Oct 26 11:20:26 2021
+++ pkgsrc/sysutils/xfce4-diskperf-plugin/distinfo      Fri Dec 17 00:41:59 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 11:20:26 nia Exp $
+$NetBSD: distinfo,v 1.15 2021/12/17 00:41:59 gutteridge Exp $
 
-BLAKE2s (xfce4-diskperf-plugin-2.6.2.tar.bz2) = 198da33df9abebd4407ec603f89b9ecf391b9c3d741655311729e0c3343dfc2d
-SHA512 (xfce4-diskperf-plugin-2.6.2.tar.bz2) = e91a888a9936f8a0279a062801d16ebe03159df479413087a01e20c15913df781378e4b4c91ecba94d71afa813c6d3a5367b11c1c6d3d62bf10fea78c4853031
-Size (xfce4-diskperf-plugin-2.6.2.tar.bz2) = 347244 bytes
+BLAKE2s (xfce4-diskperf-plugin-2.6.3.tar.bz2) = 2f9d20808369abee652d127573dfc4eca997e8395228479f46123659458232b4
+SHA512 (xfce4-diskperf-plugin-2.6.3.tar.bz2) = fb7ffeaca14f67bb8a2423529f7040d3e51a0184a552f4636acfb4aec914da5fef95db2c710cad8cb1a3b96ef9abc308ad072b03f6e2ccc49793c0edb73dc116
+Size (xfce4-diskperf-plugin-2.6.3.tar.bz2) = 384330 bytes
 SHA1 (patch-panel-plugin_devperf.c) = 05a0ad3cbc273150d1665d4b796b68ad16423863



Home | Main Index | Thread Index | Old Index