diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-03 12:53:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-03 12:53:58 +0000 |
commit | 88c08c8952fb320a49eedddedfdda7e549f4aaed (patch) | |
tree | 7a8b846ca9c014c007cc4cfdee7d879b10dc2625 /net/filezilla | |
parent | 0a23f1a207bc96c67b9f9229f4319991edb7ecbd (diff) | |
download | pkgsrc-88c08c8952fb320a49eedddedfdda7e549f4aaed.tar.gz |
Remove BOM from desktop file.
Bump PKGREVISION.
Diffstat (limited to 'net/filezilla')
-rw-r--r-- | net/filezilla/Makefile | 3 | ||||
-rw-r--r-- | net/filezilla/distinfo | 3 | ||||
-rw-r--r-- | net/filezilla/patches/patch-data_filezilla.desktop | 14 |
3 files changed, 18 insertions, 2 deletions
diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile index 0243854fef9..10469f50c49 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -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 --git a/net/filezilla/distinfo b/net/filezilla/distinfo index 20d61801044..4f35d011cf2 100644 --- a/net/filezilla/distinfo +++ b/net/filezilla/distinfo @@ -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 --git a/net/filezilla/patches/patch-data_filezilla.desktop b/net/filezilla/patches/patch-data_filezilla.desktop new file mode 100644 index 00000000000..2d1dc55136d --- /dev/null +++ b/net/filezilla/patches/patch-data_filezilla.desktop @@ -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 |