pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/filezilla



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Mar  3 12:53:58 UTC 2017

Modified Files:
        pkgsrc/net/filezilla: Makefile distinfo
Added Files:
        pkgsrc/net/filezilla/patches: patch-data_filezilla.desktop

Log Message:
Remove BOM from desktop file.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/net/filezilla/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/filezilla/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/net/filezilla/patches/patch-data_filezilla.desktop

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/filezilla/Makefile
diff -u pkgsrc/net/filezilla/Makefile:1.81 pkgsrc/net/filezilla/Makefile:1.82
--- pkgsrc/net/filezilla/Makefile:1.81  Mon Feb 27 10:04:40 2017
+++ pkgsrc/net/filezilla/Makefile       Fri Mar  3 12:53:58 2017
@@ -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

Index: pkgsrc/net/filezilla/distinfo
diff -u pkgsrc/net/filezilla/distinfo:1.33 pkgsrc/net/filezilla/distinfo:1.34
--- pkgsrc/net/filezilla/distinfo:1.33  Mon Feb 27 10:04:40 2017
+++ pkgsrc/net/filezilla/distinfo       Fri Mar  3 12:53:58 2017
@@ -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

Added files:

Index: pkgsrc/net/filezilla/patches/patch-data_filezilla.desktop
diff -u /dev/null pkgsrc/net/filezilla/patches/patch-data_filezilla.desktop:1.1
--- /dev/null   Fri Mar  3 12:53:58 2017
+++ pkgsrc/net/filezilla/patches/patch-data_filezilla.desktop   Fri Mar  3 12:53:58 2017
@@ -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