1
0
forked from ports/contrib

filezilla: 3.48.0 -> 3.48.1

This commit is contained in:
Tim Biermann 2020-06-01 13:05:01 +00:00
parent a9f5444e02
commit 212982fad2
3 changed files with 8 additions and 8 deletions

View File

@ -725,7 +725,6 @@ drwxr-xr-x root/root usr/share/filezilla/resources/tango/48x48/
-rw-r--r-- root/root usr/share/filezilla/resources/tango/48x48/uploadadd.png
-rw-r--r-- root/root usr/share/filezilla/resources/tango/theme.xml
drwxr-xr-x root/root usr/share/filezilla/resources/xrc/
-rw-r--r-- root/root usr/share/filezilla/resources/xrc/certificate.xrc
-rw-r--r-- root/root usr/share/filezilla/resources/xrc/dialogs.xrc
-rw-r--r-- root/root usr/share/filezilla/resources/xrc/netconfwizard.xrc
-rw-r--r-- root/root usr/share/filezilla/resources/xrc/settings.xrc

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30YsH4Vjc3yh/pN9hz0C0pZu4W2dBFLKnwGU8JADr/dquKLo3YHhUFfwVkliOwDGvOd1WXZC/NC+siULLh1jaQE=
SHA256 (Pkgfile) = d51eadbf62a32e42a0c3f9a144d19eac153a84af81a5b9443228c1b7496e8584
SHA256 (.footprint) = ff042a2996161a0b3f9bbd069de4217bc19b54aca531eca9b1a1fde886e43386
SHA256 (FileZilla_3.48.0_src.tar.bz2) = 056c7ebef70a349ff527336585e4615dd7ff02d508075ba1298df90523a25d57
RWSagIOpLGJF35QWWZRO+8tFKURDAU1/A08t+N/tHpiUcdDT5dGJ44ixIzNeFCAEKKzPFsEL3tz2gT552zymWf6NCS74cefdMAI=
SHA256 (Pkgfile) = bcf0783fd6d63062e87a612e64963fd9d8f27e11b1cce5b1fd3400645cc4eeac
SHA256 (.footprint) = 998ff42e3e8b691daf6ff70007c526122ed46d835639b2e2ff97b3875c32dc98
SHA256 (FileZilla_3.48.1_src.tar.bz2) = abffd877ff9006e8e50ce4957393f0a27cc0a7360e626123ef15974eee13ef5d
SHA256 (missing-list-include.patch) = 01084d22d10eacabcbd5521beb2a22c57a70d4fc5fb546a4d0cc7489e88d42fb

View File

@ -4,7 +4,7 @@
# Depends on: libfilezilla libnotify libwebp pugixml wxgtk3 xdg-utils
name=filezilla
version=3.48.0
version=3.48.1
release=1
source=(https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2
missing-list-include.patch)
@ -17,12 +17,13 @@ build() {
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--with-pugixml=system \
--with-wx-config=/usr/bin/wx-config-gtk3 \
--disable-manualupdatecheck \
--disable-autoupdatecheck \
--disable-locales \
--disable-static \
--with-pugixml=system \
--disable-dependency-tracking --with-wx-config=/usr/bin/wx-config-gtk3
--disable-dependency-tracking
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale