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: Wed Dec 8 00:29:31 UTC 2021
Modified Files:
pkgsrc/net/xfce4-wavelan-plugin: Makefile PLIST distinfo
Log Message:
xfce4-wavelan-plugin: update to 0.6.2
Change log:
0.6.2
======
- Fix ISO C90 forbids mixed declarations and code
- Update configure.ac.in syntax and enable debug when building from git
- Create READEM.md. Update configure.ac.in
- Add basic GitLab pipeline
- Update .gitignore, fix configure scripts
- Update URLs from goodies.x.o to docs.x.o (Bug #16181)
- Fix build with panel 4.15
- Make build less verbose
- s/http/https
- Translation Updates:
Albanian, Armenian (Armenia), Belarusian, Bulgarian, Chinese
(Taiwan), Eastern Armenian, English (Canada), French, Galician,
Greek, Hebrew, Hungarian, Polish, Slovak, Slovenian, Spanish,
Turkish, Uyghur
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/net/xfce4-wavelan-plugin/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/xfce4-wavelan-plugin/PLIST
cvs rdiff -u -r1.15 -r1.16 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.58 pkgsrc/net/xfce4-wavelan-plugin/Makefile:1.59
--- pkgsrc/net/xfce4-wavelan-plugin/Makefile:1.58 Mon Aug 31 18:10:55 2020
+++ pkgsrc/net/xfce4-wavelan-plugin/Makefile Wed Dec 8 00:29:30 2021
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.58 2020/08/31 18:10:55 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2021/12/08 00:29:30 gutteridge Exp $
-PKGREVISION= 4
.include "../../meta-pkgs/xfce4/Makefile.common"
-DISTNAME= xfce4-wavelan-plugin-0.6.1
+DISTNAME= xfce4-wavelan-plugin-0.6.2
CATEGORIES= sysutils
-MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/
+MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/
HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin
COMMENT= Xfce WLAN plugin
Index: pkgsrc/net/xfce4-wavelan-plugin/PLIST
diff -u pkgsrc/net/xfce4-wavelan-plugin/PLIST:1.5 pkgsrc/net/xfce4-wavelan-plugin/PLIST:1.6
--- pkgsrc/net/xfce4-wavelan-plugin/PLIST:1.5 Mon Jun 29 11:02:30 2015
+++ pkgsrc/net/xfce4-wavelan-plugin/PLIST Wed Dec 8 00:29:30 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2015/06/29 11:02:30 youri Exp $
+@comment $NetBSD: PLIST,v 1.6 2021/12/08 00:29:30 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
@@ -10,6 +10,7 @@ share/locale/da/LC_MESSAGES/xfce4-wavela
share/locale/de/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/el/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/en_AU/LC_MESSAGES/xfce4-wavelan-plugin.mo
+share/locale/en_CA/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/en_GB/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/es/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/eu/LC_MESSAGES/xfce4-wavelan-plugin.mo
@@ -19,6 +20,8 @@ share/locale/gl/LC_MESSAGES/xfce4-wavela
share/locale/he/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/hr/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/hu/LC_MESSAGES/xfce4-wavelan-plugin.mo
+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/is/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/it/LC_MESSAGES/xfce4-wavelan-plugin.mo
@@ -36,6 +39,7 @@ share/locale/pt/LC_MESSAGES/xfce4-wavela
share/locale/pt_BR/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
share/locale/sq/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/sr/LC_MESSAGES/xfce4-wavelan-plugin.mo
share/locale/sv/LC_MESSAGES/xfce4-wavelan-plugin.mo
Index: pkgsrc/net/xfce4-wavelan-plugin/distinfo
diff -u pkgsrc/net/xfce4-wavelan-plugin/distinfo:1.15 pkgsrc/net/xfce4-wavelan-plugin/distinfo:1.16
--- pkgsrc/net/xfce4-wavelan-plugin/distinfo:1.15 Tue Oct 26 11:07:12 2021
+++ pkgsrc/net/xfce4-wavelan-plugin/distinfo Wed Dec 8 00:29:31 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 11:07:12 nia Exp $
+$NetBSD: distinfo,v 1.16 2021/12/08 00:29:31 gutteridge Exp $
-BLAKE2s (xfce4-wavelan-plugin-0.6.1.tar.bz2) = 18ec161c7fc1201ff880e41a5cf171e5c7d2528e2a7985ef70a9f69e0b1712d3
-SHA512 (xfce4-wavelan-plugin-0.6.1.tar.bz2) = 530758dec07b404009117038fa6bcac5aaebf9db97710cdeafadece4eb5680318023404276fae8cf1ff38fb5e9eb807f77eea23a30740674a8659404eb17aeec
-Size (xfce4-wavelan-plugin-0.6.1.tar.bz2) = 328287 bytes
+BLAKE2s (xfce4-wavelan-plugin-0.6.2.tar.bz2) = 77d4eb965194d5e12eca97f968f54855a31207f3ee567b4b28beef64fbf71d7a
+SHA512 (xfce4-wavelan-plugin-0.6.2.tar.bz2) = 90e0d5f2e9add1f177f0f69e537ccdeeaf518a122feb776cb8bce139b9af6ea7d248e758ae381b69041bbdefe2d38f2162d08b25fd246d98c3a028d743892123
+Size (xfce4-wavelan-plugin-0.6.2.tar.bz2) = 356954 bytes
Home |
Main Index |
Thread Index |
Old Index