pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/xfce4-smartbookmark-plugin



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Dec 18 04:38:41 UTC 2021

Modified Files:
        pkgsrc/misc/xfce4-smartbookmark-plugin: Makefile PLIST distinfo

Log Message:
xfce4-smartbookmark-plugin: update to 0.5.2

Change log:

0.5.2
======
- Fix ISO C90 forbids mixed declarations and code
- Update configure.ac.in syntax
- Create README.md. Update configure.ac.in
- Add basic GitLab pipeline
- Update URLs from goodies.x.o to docs.x.o (Bug #16176)
- Fix build with panel 4.15
- Make build less verbose
- s/http/https
- Translation Updates:
  Albanian, Belarusian, Bulgarian, Eastern Armenian, English (Canada),
  Estonian, Galician, Hebrew, Hindi, Icelandic, Slovak, Slovenian,
  Spanish, Turkish, Uyghur


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/misc/xfce4-smartbookmark-plugin/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/xfce4-smartbookmark-plugin/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/xfce4-smartbookmark-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/misc/xfce4-smartbookmark-plugin/Makefile
diff -u pkgsrc/misc/xfce4-smartbookmark-plugin/Makefile:1.21 pkgsrc/misc/xfce4-smartbookmark-plugin/Makefile:1.22
--- pkgsrc/misc/xfce4-smartbookmark-plugin/Makefile:1.21        Wed Dec  8 16:05:44 2021
+++ pkgsrc/misc/xfce4-smartbookmark-plugin/Makefile     Sat Dec 18 04:38:41 2021
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.21 2021/12/08 16:05:44 adam Exp $
+# $NetBSD: Makefile,v 1.22 2021/12/18 04:38:41 gutteridge Exp $
 
-PKGREVISION= 5
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       0.5.1
+VERSION=       0.5.2
 DISTNAME=      xfce4-smartbookmark-plugin-${VERSION}
 CATEGORIES=    misc
-MASTER_SITES=  http://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/${VERSION:R}/
+MASTER_SITES=  https://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/${VERSION:R}/
 
 HOMEPAGE=      https://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin
 COMMENT=       Xfce bookmark plugin

Index: pkgsrc/misc/xfce4-smartbookmark-plugin/PLIST
diff -u pkgsrc/misc/xfce4-smartbookmark-plugin/PLIST:1.3 pkgsrc/misc/xfce4-smartbookmark-plugin/PLIST:1.4
--- pkgsrc/misc/xfce4-smartbookmark-plugin/PLIST:1.3    Mon Aug 19 04:47:21 2019
+++ pkgsrc/misc/xfce4-smartbookmark-plugin/PLIST        Sat Dec 18 04:38:41 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/08/19 04:47:21 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/12/18 04:38:41 gutteridge Exp $
 lib/xfce4/panel/plugins/libsmartbookmark.la
 share/locale/ar/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/ast/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
@@ -10,15 +10,19 @@ share/locale/da/LC_MESSAGES/xfce4-smartb
 share/locale/de/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/el/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/en_AU/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
+share/locale/en_CA/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/en_GB/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/es/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
+share/locale/et/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/eu/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/fi/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/fr/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/gl/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/he/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
+share/locale/hi/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/hr/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/hu/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
+share/locale/hye/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/id/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/is/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/it/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
@@ -36,6 +40,7 @@ share/locale/pt/LC_MESSAGES/xfce4-smartb
 share/locale/pt_BR/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/ru/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/sk/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
+share/locale/sl/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/sq/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/sr/LC_MESSAGES/xfce4-smartbookmark-plugin.mo
 share/locale/sv/LC_MESSAGES/xfce4-smartbookmark-plugin.mo

Index: pkgsrc/misc/xfce4-smartbookmark-plugin/distinfo
diff -u pkgsrc/misc/xfce4-smartbookmark-plugin/distinfo:1.7 pkgsrc/misc/xfce4-smartbookmark-plugin/distinfo:1.8
--- pkgsrc/misc/xfce4-smartbookmark-plugin/distinfo:1.7 Tue Oct 26 10:59:37 2021
+++ pkgsrc/misc/xfce4-smartbookmark-plugin/distinfo     Sat Dec 18 04:38:41 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:59:37 nia Exp $
+$NetBSD: distinfo,v 1.8 2021/12/18 04:38:41 gutteridge Exp $
 
-BLAKE2s (xfce4-smartbookmark-plugin-0.5.1.tar.bz2) = d2366998fe683d709fdffb9446d1dab2ce61237959f51eb487d8e7a262e39898
-SHA512 (xfce4-smartbookmark-plugin-0.5.1.tar.bz2) = fb11d890f11751fd1b6ddd4ac351acde5a8b57cd67c0951ba655d762086be01527fbec59a2b4b7a191a1dcd1d4744929c8cad2b9ab30c83f3341e2ba06dd2596
-Size (xfce4-smartbookmark-plugin-0.5.1.tar.bz2) = 302735 bytes
+BLAKE2s (xfce4-smartbookmark-plugin-0.5.2.tar.bz2) = d344640450a0410469d760a2f1e800f76b340ea6d1a8dcd9e2dd95e8441379b8
+SHA512 (xfce4-smartbookmark-plugin-0.5.2.tar.bz2) = 56c5b4d366826de0b25f5665875f15d950a04ead7a3b5a7e546f27880363d47f3a1bba2c02e1f8ffd08b28cc4d4466d648740efda86ee8f378e0f8e721582b5f
+Size (xfce4-smartbookmark-plugin-0.5.2.tar.bz2) = 331765 bytes



Home | Main Index | Thread Index | Old Index