pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Dec 18 02:11:04 UTC 2021

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

Log Message:
xfce4-fsguard-plugin: update to 1.1.2

1.1.2
======
- Add gitignore
- Fix "ISO C90 forbids mixed declarations and code"
- Modernize the configure.ac.in file
- Remove GSourceFunc casts
- Replace obsolete xfce_create_panel_button usage
- Adds new README.md updates AM_INIT_AUTOMAKE
- Add basic GitLab pipeline
- Improve spacing in settings dialog (Bug #14665)
- Update URLs from goodies.x.o to docs.x.o (Bug #16163)
- Translation Updates:
  Albanian, Belarusian, Bulgarian, Eastern Armenian, English (Canada),
  Estonian, Finnish, Galician, Hebrew, Interlingue, Slovak, Slovenian,
  Spanish, Turkish, Uyghur


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/sysutils/xfce4-fsguard-plugin/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/xfce4-fsguard-plugin/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/xfce4-fsguard-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-fsguard-plugin/Makefile
diff -u pkgsrc/sysutils/xfce4-fsguard-plugin/Makefile:1.55 pkgsrc/sysutils/xfce4-fsguard-plugin/Makefile:1.56
--- pkgsrc/sysutils/xfce4-fsguard-plugin/Makefile:1.55  Wed Dec  8 16:06:40 2021
+++ pkgsrc/sysutils/xfce4-fsguard-plugin/Makefile       Sat Dec 18 02:11:04 2021
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.55 2021/12/08 16:06:40 adam Exp $
+# $NetBSD: Makefile,v 1.56 2021/12/18 02:11:04 gutteridge Exp $
 
-PKGREVISION= 5
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=      xfce4-fsguard-plugin-1.1.1
+DISTNAME=      xfce4-fsguard-plugin-1.1.2
 CATEGORIES=    sysutils
-MASTER_SITES=  http://archive.xfce.org/src/panel-plugins/xfce4-fsguard-plugin/1.1/
+MASTER_SITES=  https://archive.xfce.org/src/panel-plugins/xfce4-fsguard-plugin/1.1/
 
 HOMEPAGE=      https://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin
 COMMENT=       Xfce disk space plugin

Index: pkgsrc/sysutils/xfce4-fsguard-plugin/PLIST
diff -u pkgsrc/sysutils/xfce4-fsguard-plugin/PLIST:1.9 pkgsrc/sysutils/xfce4-fsguard-plugin/PLIST:1.10
--- pkgsrc/sysutils/xfce4-fsguard-plugin/PLIST:1.9      Mon Aug 19 00:30:07 2019
+++ pkgsrc/sysutils/xfce4-fsguard-plugin/PLIST  Sat Dec 18 02:11:04 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2019/08/19 00:30:07 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/12/18 02:11:04 gutteridge Exp $
 lib/xfce4/panel/plugins/libfsguard.la
 share/icons/hicolor/16x16/apps/xfce4-fsguard-plugin-urgent.png
 share/icons/hicolor/16x16/apps/xfce4-fsguard-plugin-warning.png
@@ -31,8 +31,10 @@ share/locale/da/LC_MESSAGES/xfce4-fsguar
 share/locale/de/LC_MESSAGES/xfce4-fsguard-plugin.mo
 share/locale/el/LC_MESSAGES/xfce4-fsguard-plugin.mo
 share/locale/en_AU/LC_MESSAGES/xfce4-fsguard-plugin.mo
+share/locale/en_CA/LC_MESSAGES/xfce4-fsguard-plugin.mo
 share/locale/en_GB/LC_MESSAGES/xfce4-fsguard-plugin.mo
 share/locale/es/LC_MESSAGES/xfce4-fsguard-plugin.mo
+share/locale/et/LC_MESSAGES/xfce4-fsguard-plugin.mo
 share/locale/eu/LC_MESSAGES/xfce4-fsguard-plugin.mo
 share/locale/fi/LC_MESSAGES/xfce4-fsguard-plugin.mo
 share/locale/fr/LC_MESSAGES/xfce4-fsguard-plugin.mo
@@ -40,6 +42,7 @@ share/locale/gl/LC_MESSAGES/xfce4-fsguar
 share/locale/he/LC_MESSAGES/xfce4-fsguard-plugin.mo
 share/locale/hr/LC_MESSAGES/xfce4-fsguard-plugin.mo
 share/locale/hu/LC_MESSAGES/xfce4-fsguard-plugin.mo
+share/locale/hye/LC_MESSAGES/xfce4-fsguard-plugin.mo
 share/locale/id/LC_MESSAGES/xfce4-fsguard-plugin.mo
 share/locale/ie/LC_MESSAGES/xfce4-fsguard-plugin.mo
 share/locale/is/LC_MESSAGES/xfce4-fsguard-plugin.mo

Index: pkgsrc/sysutils/xfce4-fsguard-plugin/distinfo
diff -u pkgsrc/sysutils/xfce4-fsguard-plugin/distinfo:1.15 pkgsrc/sysutils/xfce4-fsguard-plugin/distinfo:1.16
--- pkgsrc/sysutils/xfce4-fsguard-plugin/distinfo:1.15  Tue Oct 26 11:20:26 2021
+++ pkgsrc/sysutils/xfce4-fsguard-plugin/distinfo       Sat Dec 18 02:11:04 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 11:20:26 nia Exp $
+$NetBSD: distinfo,v 1.16 2021/12/18 02:11:04 gutteridge Exp $
 
-BLAKE2s (xfce4-fsguard-plugin-1.1.1.tar.bz2) = c57b3acda567b18ec7c34513f18d6ed30cc267e175ccab619ba75b932430514a
-SHA512 (xfce4-fsguard-plugin-1.1.1.tar.bz2) = 9b8a8c171baddc0261e4253c2e710c5d2e180e7ee669915f5a81e53778775880623af43b1638679b86d6a3e077826a69a948577a558e768fa41924ce5d1006fe
-Size (xfce4-fsguard-plugin-1.1.1.tar.bz2) = 367902 bytes
+BLAKE2s (xfce4-fsguard-plugin-1.1.2.tar.bz2) = 6c69cc0e91f8331453f5a67bba42d5fee2056133eb525d0c8b6ae7d60ba869a5
+SHA512 (xfce4-fsguard-plugin-1.1.2.tar.bz2) = ff42f3d92292357f432a69fc401dec474b1eadabbcd7602f4453f7567faaa623d3672664c3a2baa98ea4e522c6a607b5a40327c5fea33b2d8535f15a4d511ebb
+Size (xfce4-fsguard-plugin-1.1.2.tar.bz2) = 402703 bytes
 SHA1 (patch-panel-plugin_fsguard.c) = 813ab6c5f61591039c4b8d8a817183dbe1c9505e



Home | Main Index | Thread Index | Old Index