Received: by mail.netbsd.org (Postfix, from userid 605) id 59756856C8; Tue, 20 Jun 2017 12:20:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DD097856C4 for ; Tue, 20 Jun 2017 12:20:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4mMVCgrrtPZP for ; Tue, 20 Jun 2017 12:20:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1E461856C3 for ; Tue, 20 Jun 2017 12:20:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1994BFAE8; Tue, 20 Jun 2017 12:20:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149796124033450" MIME-Version: 1.0 Date: Tue, 20 Jun 2017 12:20:40 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/sysutils/xfce4-thunar-vcs To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20170620122040.1994BFAE8@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. --_----------=_149796124033450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: youri Date: Tue Jun 20 12:20:40 UTC 2017 Modified Files: pkgsrc/sysutils/xfce4-thunar-vcs: Makefile PLIST distinfo Log Message: Update xfce4-thunar-vcs to 0.1.5: * === Released 0.1.5 === * Tons of svn improvements/fixes, courtesy of Stefan Sperling * Fixed MACRO naming in makefiles. Bug #7850 * Fixed invalid usage of g_quark_from_static_string. Bug #6322 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/xfce4-thunar-vcs/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/xfce4-thunar-vcs/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/xfce4-thunar-vcs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149796124033450 Content-Disposition: inline Content-Length: 5300 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/xfce4-thunar-vcs/Makefile diff -u pkgsrc/sysutils/xfce4-thunar-vcs/Makefile:1.10 pkgsrc/sysutils/xfce4-thunar-vcs/Makefile:1.11 --- pkgsrc/sysutils/xfce4-thunar-vcs/Makefile:1.10 Sat Apr 22 21:03:58 2017 +++ pkgsrc/sysutils/xfce4-thunar-vcs/Makefile Tue Jun 20 12:20:39 2017 @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.10 2017/04/22 21:03:58 adam Exp $ +# $NetBSD: Makefile,v 1.11 2017/06/20 12:20:39 youri Exp $ -PKGREVISION= 9 .include "../../meta-pkgs/xfce4/Makefile.common" -DISTNAME= thunar-vcs-plugin-0.1.4 +VERSION= 0.1.5 +DISTNAME= thunar-vcs-plugin-${VERSION} PKGNAME= xfce4-${DISTNAME} CATEGORIES= devel -MASTER_SITES= http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/ +MASTER_SITES= http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/${VERSION:R}/ -MAINTAINER= gls@NetBSD.org +MAINTAINER= youri@NetBSD.org HOMEPAGE= http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin COMMENT= Thunar vcs integration plugin @@ -16,4 +16,5 @@ COMMENT= Thunar vcs integration plugin .include "../../devel/subversion-base/buildlink3.mk" .include "../../sysutils/xfce4-thunar/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/sysutils/xfce4-thunar-vcs/PLIST diff -u pkgsrc/sysutils/xfce4-thunar-vcs/PLIST:1.1 pkgsrc/sysutils/xfce4-thunar-vcs/PLIST:1.2 --- pkgsrc/sysutils/xfce4-thunar-vcs/PLIST:1.1 Tue Apr 21 08:56:41 2015 +++ pkgsrc/sysutils/xfce4-thunar-vcs/PLIST Tue Jun 20 12:20:39 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/04/21 08:56:41 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.2 2017/06/20 12:20:39 youri Exp $ lib/thunarx-2/thunar-vcs-plugin.la libexec/tvp-git-helper libexec/tvp-svn-helper @@ -7,22 +7,44 @@ share/icons/hicolor/24x24/apps/subversio share/icons/hicolor/48x48/apps/git.png share/icons/hicolor/48x48/apps/subversion.png share/locale/ar/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/bg/LC_MESSAGES/thunar-vcs-plugin.mo share/locale/ca/LC_MESSAGES/thunar-vcs-plugin.mo share/locale/cs/LC_MESSAGES/thunar-vcs-plugin.mo share/locale/da/LC_MESSAGES/thunar-vcs-plugin.mo share/locale/de/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/el/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/en_AU/LC_MESSAGES/thunar-vcs-plugin.mo share/locale/en_GB/LC_MESSAGES/thunar-vcs-plugin.mo share/locale/es/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/eu/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/fi/LC_MESSAGES/thunar-vcs-plugin.mo share/locale/fr/LC_MESSAGES/thunar-vcs-plugin.mo share/locale/gl/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/he/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/hr/LC_MESSAGES/thunar-vcs-plugin.mo share/locale/hu/LC_MESSAGES/thunar-vcs-plugin.mo share/locale/id/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/is/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/it/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/ko/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/lt/LC_MESSAGES/thunar-vcs-plugin.mo share/locale/lv/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/ms/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/nb/LC_MESSAGES/thunar-vcs-plugin.mo share/locale/nl/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/oc/LC_MESSAGES/thunar-vcs-plugin.mo share/locale/pl/LC_MESSAGES/thunar-vcs-plugin.mo share/locale/pt/LC_MESSAGES/thunar-vcs-plugin.mo share/locale/pt_BR/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/ru/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/sk/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/sl/LC_MESSAGES/thunar-vcs-plugin.mo share/locale/sv/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/th/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/tr/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/ug/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/uk/LC_MESSAGES/thunar-vcs-plugin.mo share/locale/ur/LC_MESSAGES/thunar-vcs-plugin.mo share/locale/ur_PK/LC_MESSAGES/thunar-vcs-plugin.mo share/locale/zh_CN/LC_MESSAGES/thunar-vcs-plugin.mo +share/locale/zh_TW/LC_MESSAGES/thunar-vcs-plugin.mo Index: pkgsrc/sysutils/xfce4-thunar-vcs/distinfo diff -u pkgsrc/sysutils/xfce4-thunar-vcs/distinfo:1.2 pkgsrc/sysutils/xfce4-thunar-vcs/distinfo:1.3 --- pkgsrc/sysutils/xfce4-thunar-vcs/distinfo:1.2 Wed Nov 4 01:32:41 2015 +++ pkgsrc/sysutils/xfce4-thunar-vcs/distinfo Tue Jun 20 12:20:39 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:32:41 agc Exp $ +$NetBSD: distinfo,v 1.3 2017/06/20 12:20:39 youri Exp $ -SHA1 (thunar-vcs-plugin-0.1.4.tar.bz2) = 221c633ec2bdf7c0d9d008ad9cd5094ddbc90ce1 -RMD160 (thunar-vcs-plugin-0.1.4.tar.bz2) = 53019485581c27d094b422697f3b1cb1f144f36b -SHA512 (thunar-vcs-plugin-0.1.4.tar.bz2) = 037ca986ab9030146fc409d78d235a157b956b202449ef8e68de77dfce29ba2dd9a2dabc793215dd9ce455f97d8c5400ba51c8254b3c07b3e0d87572df672151 -Size (thunar-vcs-plugin-0.1.4.tar.bz2) = 435835 bytes +SHA1 (thunar-vcs-plugin-0.1.5.tar.bz2) = e1139bf900a8b68027c770ad4b1e11a0060e5d28 +RMD160 (thunar-vcs-plugin-0.1.5.tar.bz2) = 69df1ce992a5327c16fd309ee343afd7585a43a8 +SHA512 (thunar-vcs-plugin-0.1.5.tar.bz2) = 0315613fe97d5cb2fa9589af49bdb5074f20c83b52d5f7d4a151091839679b4617e8e0b20df85914b7bcef2464173dc1bd2bc182312364c7d5a94171aba28983 +Size (thunar-vcs-plugin-0.1.5.tar.bz2) = 478866 bytes --_----------=_149796124033450--