pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/filezilla Remove BOM from desktop file.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fded2582bc17
branches:  trunk
changeset: 359211:fded2582bc17
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 03 12:53:58 2017 +0000

description:
Remove BOM from desktop file.

Bump PKGREVISION.

diffstat:

 net/filezilla/Makefile                             |   3 ++-
 net/filezilla/distinfo                             |   3 ++-
 net/filezilla/patches/patch-data_filezilla.desktop |  14 ++++++++++++++
 3 files changed, 18 insertions(+), 2 deletions(-)

diffs (46 lines):

diff -r 2cd93c69fa6d -r fded2582bc17 net/filezilla/Makefile
--- a/net/filezilla/Makefile    Fri Mar 03 12:38:41 2017 +0000
+++ b/net/filezilla/Makefile    Fri Mar 03 12:53:58 2017 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.81 2017/02/27 10:04:40 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2017/03/03 12:53:58 wiz Exp $
 
 VERSION=       3.24.1
 DISTNAME=      FileZilla_${VERSION}_src
 PKGNAME=       filezilla-${VERSION}
+PKGREVISION=   1
 CATEGORIES=    net x11
 MASTER_SITES=  https://download.filezilla-project.org/client/
 EXTRACT_SUFX=  .tar.bz2
diff -r 2cd93c69fa6d -r fded2582bc17 net/filezilla/distinfo
--- a/net/filezilla/distinfo    Fri Mar 03 12:38:41 2017 +0000
+++ b/net/filezilla/distinfo    Fri Mar 03 12:53:58 2017 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.33 2017/02/27 10:04:40 wiz Exp $
+$NetBSD: distinfo,v 1.34 2017/03/03 12:53:58 wiz Exp $
 
 SHA1 (FileZilla_3.24.1_src.tar.bz2) = cee06df166d998abd0e5e12b4a90c959d5e05b35
 RMD160 (FileZilla_3.24.1_src.tar.bz2) = 5ec8d91d464a9af68fea0a968b32647d3f5ce1e0
 SHA512 (FileZilla_3.24.1_src.tar.bz2) = 7a3f871278ad35a9237e7a8e16c4b7becadd29bb3385dd528a645c96a36c9451d7e798da43bfe57de4064206605750a9184494ff8ff233511a4be09b6265bffd
 Size (FileZilla_3.24.1_src.tar.bz2) = 4645630 bytes
 SHA1 (patch-configure) = dec6f0b574b573779e96e9aa23b50202777b1e52
+SHA1 (patch-data_filezilla.desktop) = 4acd70d1b31c642152bd0544e2a0ffd6ff48d082
 SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59
diff -r 2cd93c69fa6d -r fded2582bc17 net/filezilla/patches/patch-data_filezilla.desktop
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/filezilla/patches/patch-data_filezilla.desktop        Fri Mar 03 12:53:58 2017 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-data_filezilla.desktop,v 1.1 2017/03/03 12:53:58 wiz Exp $
+
+Remove BOM from desktop file.
+Fixes:
+Could not parse file "/usr/pkg/share/applications/filezilla.desktop": Key file contains line '?[Desktop Entry]' which is not a key-value pair, group, or comment
+
+--- data/filezilla.desktop.orig        2017-02-18 10:46:43.000000000 +0000
++++ data/filezilla.desktop
+@@ -1,4 +1,4 @@
+-[Desktop Entry]
++[Desktop Entry]
+ Name=FileZilla
+ GenericName=FTP client
+ GenericName[da]=FTP-klient



Home | Main Index | Thread Index | Old Index