notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: ftp/libfilezilla/Makefile
SVNWeb

Number of commits found: 32

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 15 Sep 2021
[ 11:19 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:9d9069e470406bc287bb779051ff6971035207c2  commit hash:9d9069e470406bc287bb779051ff6971035207c2  commit hash:9d9069e470406bc287bb779051ff6971035207c2  9d9069e 
ftp/filezilla: Update to 3.55.1

Also update ftp/libfilezilla to the required version, filezilla is the
only consumer in the ports tree.

Changes:	https://filezilla-project.org/versions.php
PR:		258505
Approved by:	pi
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 16 May 2020
[ 10:51 sunpoet search for other commits by this committer ] Original commit   Revision:535391 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for security/nettle shlib change
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Tue, 9 Jul 2019
[ 17:13 sunpoet search for other commits by this committer ] Original commit   Revision:506289 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Update security/nettle to 3.5.1

- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]

Changes:	https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR:		238991
Exp-run by:	antoine
Thanks to:	tobik [1]
Tue, 5 Feb 2019
[ 12:50 pi search for other commits by this committer ] Original commit   Revision:492202
ftp/libfilezilla: update 0.13.0 -> 0.15.1, taking maintainer

- Add argument to fz::strtok to return empty tokens
- Fix compatibility issue with Nettle < 3.3
- Fix fz::random_bytes on MinGW
- Fix memory leak in fz::buffer
- now depends on Nettle >= 3.1
- Added fz::sha512, fz::sha256, fz::sha1 and fz::md5 hash functions
- Added fz::hash_accumulator
- Added fz::hmac_sha256 HMAC function
- Added asymmetric encryption scheme using X25519
- Added signature scheme using Ed25519
- Changed and documented semantics of the return value of fz::remove_file,
  removing a non-existing file is not an error
- Added fz::equal_insensitive_ascii
- Added insensitive_ascii parameter to fz::starts_with and fz::ends_with
- Fixed namespace of to_wstring in wx glue
Mon, 4 Feb 2019
[ 21:44 rene search for other commits by this committer ] Original commit   Revision:492170 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Return rezny@'s ports to the pool after his commit bit got safekept.

With hat:	portmgr-secretary
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Sat, 24 Nov 2018
[ 08:44 linimon search for other commits by this committer ] Original commit   Revision:485732
Cosmetic change.
Sat, 27 Oct 2018
[ 12:08 linimon search for other commits by this committer ] Original commit   Revision:483127
Now builds on powerpc64.

PR:		232093
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Sat, 1 Sep 2018
[ 07:21 pi search for other commits by this committer ] Original commit   Revision:478656
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
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Sat, 13 May 2017
[ 23:21 linimon search for other commits by this committer ] Original commit   Revision:440858 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Mon, 30 Jan 2017
[ 14:55 rezny search for other commits by this committer ] Original commit   Revision:432850 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Change the MAINTAINER line to my FreeBSD.org address in the ports I maintain

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9380
Sun, 1 Jan 2017
[ 03:45 sunpoet search for other commits by this committer ] Original commit   Revision:430235 (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
Sun, 25 Dec 2016
[ 15:05 jhale search for other commits by this committer ] Original commit   Revision:429436
Update to 0.9.0

PR:		215131
Submitted by:	<matthew@reztek.cz> (maintainer)
Fri, 4 Nov 2016
[ 15:12 jhale search for other commits by this committer ] Original commit   Revision:425330
- Update ftp/libfilezilla to 0.8.0 [1]
- Update ftp/filezilla to to 3.2.2.2 [2]

PR:		214006 [1], 214007 [2]
Submitted by:	<matthew@reztek.cz> (maintainer)
Mon, 10 Oct 2016
[ 19:26 pawel search for other commits by this committer ] Original commit   Revision:423680
- Update to version 0.7.1
- Fix typo in BROKEN message

PR:		213197
Submitted by:	maintainer
Sat, 30 Jul 2016
[ 16:31 pawel search for other commits by this committer ] Original commit   Revision:419327
Update to version 0.6.1

PR:		211452
Submitted by:	maintainer
Wed, 29 Jun 2016
[ 14:51 amdmi3 search for other commits by this committer ] Original commit   Revision:417768
- Update to 0.5.3

PR:		210692
Submitted by:	matthew@reztek.cz (maintainer)
Fri, 3 Jun 2016
[ 16:58 amdmi3 search for other commits by this committer ] Original commit   Revision:416326
- Update to 0.5.2

PR:		209846
Submitted by:	matthew@reztek.cz (maintainer)
Tue, 10 May 2016
[ 19:17 amdmi3 search for other commits by this committer ] Original commit   Revision:414955
- Update to 0.5.1
- While here, fix license

PR:		209416
Submitted by:	matthew@reztek.cz (maintainer)
Sun, 24 Apr 2016
[ 13:50 pi search for other commits by this committer ] Original commit   Revision:413941
ftp/libftpzilla: set USES=iconv:wchar_t after last commit

PR:		208121
Submitted by:	<matthew@reztek.cz> (maintainer), gblach
[ 07:44 pi search for other commits by this committer ] Original commit   Revision:413924
ftp/libfilezilla: 0.4.0.1 -> 0.5.0
ftp/filezilla: 3.16.0 -> 3.17.0

Changes:
  https://filezilla-project.org/changelog.php

PR:		208999, 209000
Submitted by:	<matthew@reztek.cz> (maintainer)
Thu, 21 Apr 2016
[ 20:11 gblach search for other commits by this committer ] Original commit   Revision:413755
Always link against iconv with wchar_t extension

PR:		208121
Submitted by:	mikael.urankar <at> gmail <dot> com
Approved by:	maintainer timeout
[ 16:43 swills search for other commits by this committer ] Original commit   Revision:413746 (Only the first 10 of 419 ports in this commit are shown above. View all ports for this commit)
many ports: mark broken on powerpc64
Tue, 15 Mar 2016
[ 16:47 feld search for other commits by this committer ] Original commit   Revision:411188
ftp/libfilezilla: Update to 0.4.0.1

PR:		207689
Sun, 7 Feb 2016
[ 14:35 novel search for other commits by this committer ] Original commit   Revision:408411
ftp/libfilezilla: fix build on 10.1

PR:		206981
Submitted by:	matthew@reztek.cz (maintainer)
Fri, 5 Feb 2016
[ 17:37 rm search for other commits by this committer ] Original commit   Revision:408237
libfilezilla is a small and modern C++ library, offering some basic
functionality to build high-performing, platform-independent programs.

Some of the highlights include:

* A typesafe, multi-threaded event system that's very simple to use yet
  extremely efficient
* Timers for periodic events
* A datetime class that not only tracks timestamp but also their accuracy,
  which simplifies dealing with timestamps originating from different sources
* Simple process handling for spawning child processes with redirected I/O

WWW: http://lib.filezilla-project.org/

PR:		206861
Submitted by:	matthew@reztek.cz

Number of commits found: 32