pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/xfce4-wavelan-plugin
Module Name: pkgsrc
Committed By: gutteridge
Date: Sat Feb 22 03:35:22 UTC 2025
Modified Files:
pkgsrc/net/xfce4-wavelan-plugin: Makefile PLIST distinfo
Log Message:
xfce4-wavelan-plugin: update to 0.6.4
0.6.4 (2024-12-25)
=====
- Introduce Darwin support
- Update copyright year
- build: Bump dependency versions and fix deprecation warnings
- I18n: Update po/LINGUAS list
- I18n: Update po/LINGUAS list
- build: Use XDT_VERSION_INIT and get rid of configure.ac.in
- scan-build: Fix deadcode.DeadStores
- I18n: Update po/LINGUAS list
- build: Get rid of intltool
- Remove useless size request (Fixes #15)
- Fix plugin icon size
- Update copyright year and bug report address
- build: Add GLib requirement
- Use "logo-icon-name" instead of "logo" in about dialog
- OpenBSD: rewrite rate calculation to use IFM_BAUDRATE_DESCRIPTIONS
- Default "Wifi Manager Command" to NetWorkManager only on Linux
- Limit list of interfaces to IEEE 802.11 on OpenBSD and NetBSD
- Limit list of interfaces to Ethernet on BSD
- Translation Updates:
Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
Dutch, Eastern Armenian, English (Australia), English (Canada),
English (United Kingdom), Estonian, Finnish, French, Galician,
German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue,
Irish, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay,
Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese,
Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian,
Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan),
Uyghur
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/net/xfce4-wavelan-plugin/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/xfce4-wavelan-plugin/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/xfce4-wavelan-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/net/xfce4-wavelan-plugin/Makefile
diff -u pkgsrc/net/xfce4-wavelan-plugin/Makefile:1.72 pkgsrc/net/xfce4-wavelan-plugin/Makefile:1.73
--- pkgsrc/net/xfce4-wavelan-plugin/Makefile:1.72 Fri Dec 27 08:20:30 2024
+++ pkgsrc/net/xfce4-wavelan-plugin/Makefile Sat Feb 22 03:35:22 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.72 2024/12/27 08:20:30 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2025/02/22 03:35:22 gutteridge Exp $
-PKGREVISION= 11
.include "../../meta-pkgs/xfce4/Makefile.common"
-DISTNAME= xfce4-wavelan-plugin-0.6.3
+DISTNAME= xfce4-wavelan-plugin-0.6.4
CATEGORIES= sysutils
MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/
Index: pkgsrc/net/xfce4-wavelan-plugin/PLIST
diff -u pkgsrc/net/xfce4-wavelan-plugin/PLIST:1.7 pkgsrc/net/xfce4-wavelan-plugin/PLIST:1.8
--- pkgsrc/net/xfce4-wavelan-plugin/PLIST:1.7 Tue Jun 14 23:27:21 2022
+++ pkgsrc/net/xfce4-wavelan-plugin/PLIST Sat Feb 22 03:35:22 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2022/06/14 23:27:21 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/02/22 03:35:22 gutteridge Exp $
lib/xfce4/panel/plugins/libwavelan.la
share/locale/ar/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/ast/LC_MESSAGES/xfce4-wavelan-plugin.mo
@@ -17,6 +17,7 @@ share/locale/et/LC_MESSAGES/xfce4-wavela
share/locale/eu/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/fi/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/fr/LC_MESSAGES/xfce4-wavelan-plugin.mo
+share/locale/ga/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/gl/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/he/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/hr/LC_MESSAGES/xfce4-wavelan-plugin.mo
@@ -24,6 +25,7 @@ share/locale/hu/LC_MESSAGES/xfce4-wavela
share/locale/hy_AM/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/hye/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/id/LC_MESSAGES/xfce4-wavelan-plugin.mo
+share/locale/ie/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/is/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/it/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/ja/LC_MESSAGES/xfce4-wavelan-plugin.mo
@@ -38,6 +40,7 @@ share/locale/oc/LC_MESSAGES/xfce4-wavela
share/locale/pl/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/pt/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/pt_BR/LC_MESSAGES/xfce4-wavelan-plugin.mo
+share/locale/ro/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/ru/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/sk/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/sl/LC_MESSAGES/xfce4-wavelan-plugin.mo
Index: pkgsrc/net/xfce4-wavelan-plugin/distinfo
diff -u pkgsrc/net/xfce4-wavelan-plugin/distinfo:1.17 pkgsrc/net/xfce4-wavelan-plugin/distinfo:1.18
--- pkgsrc/net/xfce4-wavelan-plugin/distinfo:1.17 Tue Jun 14 23:27:21 2022
+++ pkgsrc/net/xfce4-wavelan-plugin/distinfo Sat Feb 22 03:35:22 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2022/06/14 23:27:21 gutteridge Exp $
+$NetBSD: distinfo,v 1.18 2025/02/22 03:35:22 gutteridge Exp $
-BLAKE2s (xfce4-wavelan-plugin-0.6.3.tar.bz2) = b51726e1f0d2bb6588d4b073222a2729a21c32fe8cd706d018592575d1c33d23
-SHA512 (xfce4-wavelan-plugin-0.6.3.tar.bz2) = a49af2c59f59890790081525a793638c673446b4a3f77584013cf87201fc0cf3218622834c32918daeb3fd2d87511db19512b903c60f8ccd58ae5c4f78507b7a
-Size (xfce4-wavelan-plugin-0.6.3.tar.bz2) = 364789 bytes
+BLAKE2s (xfce4-wavelan-plugin-0.6.4.tar.bz2) = 79657a70b36fde5ea76bb20fa674d78d5800e9d100830ca60159be72b0e45597
+SHA512 (xfce4-wavelan-plugin-0.6.4.tar.bz2) = efa7c37ff5b5658bf5282074c070ce30eb32bd2c8611bb7aba9d319eee608d603b38ae2b9118bff548c938fd2aff87cbea1ae6cf1183d4111a17fe399fe8020e
+Size (xfce4-wavelan-plugin-0.6.4.tar.bz2) = 438448 bytes
Home |
Main Index |
Thread Index |
Old Index