ftp/libfilezilla: update 0.9.0 -> 0.13.0
- upstream is very quiet on changelogs PR: 229137 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: rezny (maintainer timeout) Relnotes: https://lib.filezilla-project.org/index.php
This commit is contained in:
parent
2225ead3f4
commit
7ea28d0672
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478656
3 changed files with 7 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libfilezilla
|
||||
PORTVERSION= 0.9.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.13.0
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= http://download.filezilla-project.org/${PORTNAME}/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1482678093
|
||||
SHA256 (libfilezilla-0.9.0.tar.bz2) = 41d02b3eb54be1b1fdab89104a28a47fb654465a8d9ad00446c221a27bd9800c
|
||||
SIZE (libfilezilla-0.9.0.tar.bz2) = 383160
|
||||
TIMESTAMP = 1535657359
|
||||
SHA256 (libfilezilla-0.13.0.tar.bz2) = ffca3c40dbe729dfc9389034f420809dec1b6f2674dc2cd39dc7edfcc59f686a
|
||||
SIZE (libfilezilla-0.13.0.tar.bz2) = 398773
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
include/libfilezilla/apply.hpp
|
||||
include/libfilezilla/buffer.hpp
|
||||
include/libfilezilla/encode.hpp
|
||||
include/libfilezilla/event.hpp
|
||||
include/libfilezilla/event_handler.hpp
|
||||
include/libfilezilla/event_loop.hpp
|
||||
|
@ -20,6 +22,7 @@ include/libfilezilla/string.hpp
|
|||
include/libfilezilla/thread.hpp
|
||||
include/libfilezilla/thread_pool.hpp
|
||||
include/libfilezilla/time.hpp
|
||||
include/libfilezilla/uri.hpp
|
||||
include/libfilezilla/util.hpp
|
||||
include/libfilezilla/version.hpp
|
||||
lib/libfilezilla.a
|
||||
|
|
Loading…
Reference in a new issue