Received: by mail.netbsd.org (Postfix, from userid 605) id 1267384D51; Sat, 17 Aug 2019 18:35:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8D9C884D4D for ; Sat, 17 Aug 2019 18:35:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 5PwROvZXWBoO for ; Sat, 17 Aug 2019 18:35:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ED73A84CE9 for ; Sat, 17 Aug 2019 18:35:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E29AAFBF4; Sat, 17 Aug 2019 18:35:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1566066912198720" MIME-Version: 1.0 Date: Sat, 17 Aug 2019 18:35:12 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/libxfce4ui To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20190817183512.E29AAFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1566066912198720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: gutteridge Date: Sat Aug 17 18:35:12 UTC 2019 Modified Files: pkgsrc/x11/libxfce4ui: Makefile PLIST distinfo Log Message: libxfce4ui: update to 4.14.1 Change log: 4.14.1 ====== - No change, re release because 4.14.0 tarball was broken 4.14.0 ====== - Do not try to a set button' image if an empty string was used - Translation Updates: Galician 4.13.7 ====== - Translation Updates: Norwegian Bokmål, Finnish, Portuguese (Brazil), Ukrainian To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/libxfce4ui/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/libxfce4ui/PLIST \ pkgsrc/x11/libxfce4ui/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1566066912198720 Content-Disposition: inline Content-Length: 2848 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libxfce4ui/Makefile diff -u pkgsrc/x11/libxfce4ui/Makefile:1.23 pkgsrc/x11/libxfce4ui/Makefile:1.24 --- pkgsrc/x11/libxfce4ui/Makefile:1.23 Sun Aug 11 13:25:13 2019 +++ pkgsrc/x11/libxfce4ui/Makefile Sat Aug 17 18:35:12 2019 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.23 2019/08/11 13:25:13 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2019/08/17 18:35:12 gutteridge Exp $ -PKGREVISION= 2 .include "../../meta-pkgs/xfce4/Makefile.common" -DISTNAME= libxfce4ui-4.13.6 +DISTNAME= libxfce4ui-4.14.1 CATEGORIES= x11 -MASTER_SITES+= http://archive.xfce.org/src/xfce/libxfce4ui/4.13/ +MASTER_SITES+= http://archive.xfce.org/src/xfce/libxfce4ui/4.14/ COMMENT= Xfce widget library Index: pkgsrc/x11/libxfce4ui/PLIST diff -u pkgsrc/x11/libxfce4ui/PLIST:1.7 pkgsrc/x11/libxfce4ui/PLIST:1.8 --- pkgsrc/x11/libxfce4ui/PLIST:1.7 Fri Jul 12 23:53:07 2019 +++ pkgsrc/x11/libxfce4ui/PLIST Sat Aug 17 18:35:12 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2019/07/12 23:53:07 gutteridge Exp $ +@comment $NetBSD: PLIST,v 1.8 2019/08/17 18:35:12 gutteridge Exp $ bin/xfce4-about include/xfce4/libxfce4kbd-private-2/libxfce4kbd-private/xfce-shortcut-dialog.h include/xfce4/libxfce4kbd-private-2/libxfce4kbd-private/xfce-shortcuts-grabber.h @@ -88,6 +88,7 @@ share/locale/gl/LC_MESSAGES/libxfce4ui.m share/locale/he/LC_MESSAGES/libxfce4ui.mo share/locale/hr/LC_MESSAGES/libxfce4ui.mo share/locale/hu/LC_MESSAGES/libxfce4ui.mo +share/locale/hy/LC_MESSAGES/libxfce4ui.mo share/locale/hy_AM/LC_MESSAGES/libxfce4ui.mo share/locale/id/LC_MESSAGES/libxfce4ui.mo share/locale/ie/LC_MESSAGES/libxfce4ui.mo Index: pkgsrc/x11/libxfce4ui/distinfo diff -u pkgsrc/x11/libxfce4ui/distinfo:1.7 pkgsrc/x11/libxfce4ui/distinfo:1.8 --- pkgsrc/x11/libxfce4ui/distinfo:1.7 Fri Jul 12 23:53:07 2019 +++ pkgsrc/x11/libxfce4ui/distinfo Sat Aug 17 18:35:12 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2019/07/12 23:53:07 gutteridge Exp $ +$NetBSD: distinfo,v 1.8 2019/08/17 18:35:12 gutteridge Exp $ -SHA1 (libxfce4ui-4.13.6.tar.bz2) = bbc675bab7e9d4a6f138c47c574ff003876ecda4 -RMD160 (libxfce4ui-4.13.6.tar.bz2) = 58bd0a812262fa2e7235530bb9d17ceb82ae7cad -SHA512 (libxfce4ui-4.13.6.tar.bz2) = 1992bf5d41fdc200281004f035542f6b5f225edad20e37c9c47fc531e94055473c3747be6026740f0ec32f5ff5f1a42072b624e71b326467711c724372dca8c4 -Size (libxfce4ui-4.13.6.tar.bz2) = 734078 bytes +SHA1 (libxfce4ui-4.14.1.tar.bz2) = 5f8f80879de493f0478a5108be890cb869fb89d6 +RMD160 (libxfce4ui-4.14.1.tar.bz2) = 86bfb60f4fc60cb0b5575e0863811174a3c93a45 +SHA512 (libxfce4ui-4.14.1.tar.bz2) = f42f41da3a683a0c56c3b1e7ba420c4f50909d2613e681d053b09b50bc0eb7f750f44c892e94b0ee8b9207983a87c0cadbda1ad93d0df74ae351dc8812025407 +Size (libxfce4ui-4.14.1.tar.bz2) = 756175 bytes SHA1 (patch-libxfce4kbd-private_Makefile.in) = f296aaa3d07d3181917d4c94b194296ee3c96e73 --_----------=_1566066912198720--