pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Dec 20 02:39:34 UTC 2021

Modified Files:
        pkgsrc/sysutils/xfce4-mount-plugin: Makefile distinfo
        pkgsrc/sysutils/xfce4-mount-plugin/patches:
            patch-panel-plugin_devices.c

Log Message:
xfce4-mount-plugin: update to 1.1.5

No condensed change log for 1.1.5 available, summary is:

Bump version to 1.1.5 after German translation update and compilation
on FreeBSD 12.2

1.1.4
======
- Remove unused variable exclude_devicenames
- Remove obsolete panel version 4.9 check
- Remove checks for unused functions from configure.ac
- Include stdlib because malloc is used
- Spellfix. Add missing "e" to siz (size)
- Update URLs from goodies.x.o to docs.x.o (Bug #16168)
- Fix build with panel 4.15
- Make build less verbose
- Another change to the SVG icon file canvas size
- Updated svg image to have a larger canvas so that the panel can be
  resized up to 192 pixels size
- Added title to popup menu; even if it is not empty (Bug #14478)
- https URL instead of http
- Renamed improperly named member variable of main mountpoint display
  structure
- Display percentage on progress bar again (regression from port to
  Gtk3)
- Reformatted popup information with more columns and nicer alignment.
  (Bug #14670)
- Fix bug 13624 by not trying to save when closing the plugin, but
  already and only when closing the settings dialog
- Translation Updates:
  Albanian, Arabic, Asturian, Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United
  Kingdom), Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Korean, Latvian, Lithuanian, Malay, Norwegian Bokm��l, Occitan (post
  1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil),
  Russian, Serbian, Slovak, Spanish, Swedish, Thai, Turkish, Ukrainian,
  Urdu, Urdu (Pakistan), Uyghur


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/xfce4-mount-plugin/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/xfce4-mount-plugin/distinfo
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/sysutils/xfce4-mount-plugin/patches/patch-panel-plugin_devices.c

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-mount-plugin/Makefile
diff -u pkgsrc/sysutils/xfce4-mount-plugin/Makefile:1.23 pkgsrc/sysutils/xfce4-mount-plugin/Makefile:1.24
--- pkgsrc/sysutils/xfce4-mount-plugin/Makefile:1.23    Wed Dec  8 16:06:40 2021
+++ pkgsrc/sysutils/xfce4-mount-plugin/Makefile Mon Dec 20 02:39:33 2021
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.23 2021/12/08 16:06:40 adam Exp $
+# $NetBSD: Makefile,v 1.24 2021/12/20 02:39:33 gutteridge Exp $
 
-PKGREVISION= 7
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=      xfce4-mount-plugin-1.1.3
+DISTNAME=      xfce4-mount-plugin-1.1.5
 CATEGORIES=    sysutils
-MASTER_SITES=  http://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/1.1/
+MASTER_SITES=  https://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/1.1/
 
 HOMEPAGE=      https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin
 COMMENT=       Xfce mount/umount utility for the panel

Index: pkgsrc/sysutils/xfce4-mount-plugin/distinfo
diff -u pkgsrc/sysutils/xfce4-mount-plugin/distinfo:1.8 pkgsrc/sysutils/xfce4-mount-plugin/distinfo:1.9
--- pkgsrc/sysutils/xfce4-mount-plugin/distinfo:1.8     Tue Oct 26 11:20:26 2021
+++ pkgsrc/sysutils/xfce4-mount-plugin/distinfo Mon Dec 20 02:39:33 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:20:26 nia Exp $
+$NetBSD: distinfo,v 1.9 2021/12/20 02:39:33 gutteridge Exp $
 
-BLAKE2s (xfce4-mount-plugin-1.1.3.tar.bz2) = 6301e09b6dc38a203b7840f2a9f5dd512ffb029a032e9e63e2d5e88ee2d9d17d
-SHA512 (xfce4-mount-plugin-1.1.3.tar.bz2) = 10894069fd98fa0b709a3e743f0d6f9a8e9487b0de8495c3d177731190480f18b11b0179325d2ed47f80eeeaea10144ddce7f9cd60397dfb6a0db602bd4f8124
-Size (xfce4-mount-plugin-1.1.3.tar.bz2) = 431182 bytes
-SHA1 (patch-panel-plugin_devices.c) = 28db2e5cf0e86f0b674b6066d337a50ca861b606
+BLAKE2s (xfce4-mount-plugin-1.1.5.tar.bz2) = 30a782672f16b5a7c141636722f2850090761b2763753987ec0ef91b02132c2a
+SHA512 (xfce4-mount-plugin-1.1.5.tar.bz2) = bf4e89c57a1f61120919a272c6f343a9fb4072a977848031784cbdf96e4bf248d878c6e28a812930daf9a0515efcae20b421e0b2db176f05b8f29d75d90a28ca
+Size (xfce4-mount-plugin-1.1.5.tar.bz2) = 432564 bytes
+SHA1 (patch-panel-plugin_devices.c) = 49c4be5740a2aa12177a8569e47c0c820b89b70c

Index: pkgsrc/sysutils/xfce4-mount-plugin/patches/patch-panel-plugin_devices.c
diff -u pkgsrc/sysutils/xfce4-mount-plugin/patches/patch-panel-plugin_devices.c:1.3 pkgsrc/sysutils/xfce4-mount-plugin/patches/patch-panel-plugin_devices.c:1.4
--- pkgsrc/sysutils/xfce4-mount-plugin/patches/patch-panel-plugin_devices.c:1.3 Sat Jun 24 14:20:40 2017
+++ pkgsrc/sysutils/xfce4-mount-plugin/patches/patch-panel-plugin_devices.c     Mon Dec 20 02:39:34 2021
@@ -1,9 +1,9 @@
-$NetBSD: patch-panel-plugin_devices.c,v 1.3 2017/06/24 14:20:40 youri Exp $
+$NetBSD: patch-panel-plugin_devices.c,v 1.4 2021/12/20 02:39:34 gutteridge Exp $
 
 Fix NetBSD build.
 Add SunOS support.
 
---- panel-plugin/devices.c.orig        2017-01-28 15:03:36.000000000 +0000
+--- panel-plugin/devices.c.orig        2020-12-22 21:21:32.000000000 +0000
 +++ panel-plugin/devices.c
 @@ -25,7 +25,12 @@ Foundation, Inc., 675 Mass Ave, Cambridg
  #include <config.h>
@@ -17,10 +17,10 @@ Add SunOS support.
 +#endif
  #include <glib.h>
  #include <stdio.h>
- #include <string.h>
+ #include <stdlib.h>
 @@ -33,7 +38,12 @@ Foundation, Inc., 675 Mass Ave, Cambridg
+ /* WEXITSTATUS */
  #include <sys/types.h>
- #include <sys/wait.h>
  #ifdef HAVE_GETMNTENT
 +#ifdef __sun
 +#include <sys/mntent.h>



Home | Main Index | Thread Index | Old Index