Commit Graph

4851 Commits

Author SHA1 Message Date
Ashish SHUKLA 38db68ae6e ftp/wush: Update to 0.4.1 2025-01-07 07:12:42 +00:00
Muhammad Moinur Rahman 0835676e36 Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
  USES=java:build,run if NO_BUILD is undefined. Else it defaults to
  USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
  USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
  extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
  build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
  build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>

Approved by: mat (portmgr), glewis
Differential Revision:  https://reviews.freebsd.org/D48201
2024-12-31 09:57:55 +01:00
Martin Neubauer c8ea8c2027 ftp/libfilezilla: fix build on 15
- missed the Makefile patch because I build on an older version of 15

PR:		283373
2024-12-31 09:36:43 +01:00
Muhammad Moinur Rahman c79c88017b Mk/**ocaml.mk: Convert remaining bsd.ocaml.mk to Uses/ocaml.mk
- Instead of USE_OCAML=yes use USES=ocaml. If empty USES=ocaml implies
  build and run
- Instead of USE_OCAMLFIND_PLIST use USES=ocaml:findplist which also
  implies USES=ocaml:findlib
- Instead of USE_OCAML_CAMLP4 use USES=ocaml:camlp4
- Instead of USE_OCAML_FINDLIB use USES=ocaml:findlib
- Instead of USE_OCAML_LDCONFIG use USES=ocaml:ldconfig
- Instead of USE_OCAML_WASH use USES=ocaml:wash
- Instead of NO_OCAML_BUILDDEPENDS use USES=ocaml:run
- Instead of NO_OCAML_RUNDDEPENDS use USES=ocaml:build
- Instead of USE_OCAML_TK use USES=ocaml:tk which actually implies
  USES=ocaml:tkbuild and USES=ocaml:tkrun
- Instead of NO_OCAMLTK_BUILDDEPENDS use USES=ocaml:tkrun
- Instead of NO_OCAMLTK_RUNDEPENDS use USES=ocaml:tkbuild
- USES=ocaml:dune remains unchanged
- Prepare to add/remove keywords easily

Approved by: mat (portmgr)
Reviewed by: freebsd@dev.thsi.be
Differential Revision: https://reviews.freebsd.org/D48227
2024-12-31 08:41:54 +01:00
Martin Neubauer 24d0fe9dc3 ftp/{lib}filezilla: update libfilezilla 0.47.0 -> 0.49.0, filezilla 3.67.0 -> 3.68.1
- Changed Downloads to LOCAL/pi because of new download obfuscation upstream

PR:		283371, 283373, 283374
Author:		Martin Neubauer <m.ne@gmx.net>
Date:		Mon Dec 30 09:52:13 2024 +0100
Changes:	https://lib.filezilla-project.org/
		https://filezilla-project.org/versions.php#3.68.1
Reported-by:	andy@neu.net, rhurlin
2024-12-30 09:58:43 +01:00
Muhammad Moinur Rahman 3575cd2a2f ftp/vsftpd: Remove stale MASTER_SITES
- Remove GENTOO MASTER_SITES as it no longer provides flat layout

Approved by:	portmgr (blanket)
2024-12-27 11:37:18 +01:00
Po-Chuan Hsieh 4977e22644 ftp/py-pycurl: Update to 7.45.4
Changes:	https://github.com/pycurl/pycurl/blob/master/ChangeLog
		http://pycurl.io/docs/latest/release-notes.html
2024-12-26 03:15:41 +08:00
Dmitry Marakasov f4a3eb766b ftp/py-aioftp: update 0.24.0 → 0.24.1 2024-12-25 17:04:34 +03:00
Dmitry Marakasov f471296c1b ftp/py-aioftp: update 0.23.1 → 0.24.0 2024-12-23 23:46:03 +03:00
Emanuel Haupt 89f4a3081e ftp/weex: Update to 2.8.4.4 2024-12-23 10:25:15 +01:00
Martin Matuska 95263ca4fb ftp/proftpd: bump PORTREVISION to fix build of module ports 2024-12-22 21:28:12 +01:00
Po-Chuan Hsieh b0c90d0913 ftp/curl: Re-apply modified 2a3bac3104
- Fix libcurl.pc with GSSAPI_BASE enabled
- Bump PORTREVISION for package change

Do not add heimdal-gssapi to libcurl.pc because we do no provide .pc file base GSSAPI library.
2024-12-22 22:49:39 +08:00
Po-Chuan Hsieh 051f1d77a9 ftp/curl: Fix distinfo by adding the patch locally
Reported by:	diizzy
2024-12-22 20:44:21 +08:00
Po-Chuan Hsieh 2a3bac3104 ftp/curl: Update to 8.11.1
Changes:	https://curl.se/changes.html
Security:	CVE-2024-11053
2024-12-22 19:21:15 +08:00
Martin Matuska dd78c1038d ftp/proftpd: unbreak modules build 2024-12-22 03:12:29 +01:00
Martin Matuska 20028be1ca ftp/proftpd: cleanup MASTER_SITES
Reported by:	diizzy
2024-12-20 01:03:17 +01:00
Siva Mahadevan c89d4a844a ftp/proftpd: Update to 1.3.8c
Release notes:	http://www.proftpd.org/docs/RELEASE_NOTES-1.3.8c
PR:		283423, 240678
Approved by:	mm (maintainer)
2024-12-19 23:13:00 +01:00
Yuri Victorovich 82ce0f0716 ftp/unftp: update 0.15.0 → 0.15.1
Reported by:	portscout
2024-12-18 03:11:59 -08:00
Yuri Victorovich fc2afa9070 ftp/unftp: update 0.14.7 → 0.15.0
Reported by:	portscout
2024-12-17 01:45:36 -08:00
Ashish SHUKLA 393f9bdc47 ftp/wush: Update to 0.4.0
- Depend on Go 1.23
- Add GO_BUILDFLAGS to embed version information
2024-12-13 21:46:04 +00:00
Xavier Beaudouin 6d9bec7d67 */*: Use my @FreeBSD.org email as MAINTAINER
Approved by:	0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D48050
2024-12-13 18:33:10 +01:00
Hiroki Tagato 9261f2157b ftp/wcurl: update to 2024.12.08
Changelog: https://github.com/curl/wcurl/blob/v2024.12.08/CHANGELOG.md

Reported by:	portscout
2024-12-12 05:51:58 +09:00
Mikael Urankar 1d1fd15a3e lang/rust: Bump revisions after 1.83.0
PR:		283000
2024-12-01 10:24:18 +01:00
Ganael LAPLANCHE 3c801a2e93 ftp/lftp: Update website URL 2024-11-29 13:57:43 +01:00
Ganael LAPLANCHE 7e86812c08 ftp/lftp: Update to 4.9.3
Also, fix LICENSE which is actually GPLv3+
2024-11-29 12:30:30 +01:00
Serhii (Sergey) Kozlov 33d3fd27d7 ftp/sftpgo: update to 2.6.4
Changelog:	https://github.com/drakkan/sftpgo/releases/tag/v2.6.4
2024-11-28 21:35:09 +00:00
Dima Panov 433660ccf0 */*: Update Rocky Linux 9 packages to 9.5 release (+)
While here, hook up missed packages to resolve all 'not found' libraries

Sponsored by:	Future Crew, LLC
2024-11-28 03:19:41 +03:00
Nuno Teixeira 73202fb63e */*: Bump consumers of x11-toolkits/wxgtk32
New version of wxgtk32 in tree
2024-11-25 12:07:22 +00:00
Einar Bjarni Halldórsson a9f6c0a727 ftp/R-cran-curl: Update to 0.6.1
Remove R-cran-magrittr from TEST_DEPENDS.
Add TESTING_UNSAFE=yes:
* checking running R code from vignettes ...
  'intro.Rmd' using 'UTF-8'... failed
  'windows.Rmd' using 'UTF-8'... OK
 ERROR
Errors in running code in vignettes:
when running code in 'intro.Rmd'
  ...

> mirros <- read.csv("mirrors.csv")

> unlink("mirrors.csv")

> close(con)

  When sourcing 'intro.R':
Error: invalid connection
Execution halted

PR:		282908
2024-11-22 19:39:54 +01:00
Po-Chuan Hsieh 90c6b7ba9d ftp/curl: Fix libcurl.pc with GSSAPI_BASE enabled
- Bump PORTREVISION for package change

Do not add heimdal-gssapi to libcurl.pc because we do no provide .pc file base GSSAPI library.
2024-11-22 04:52:39 +08:00
Po-Chuan Hsieh 0522307da9 ftp/curl: Update to 8.10.1
- Adjust options:
  - Add IPFS
  - Enable WEBSOCKET by default: It is no longer experimental

Changes:	https://curl.se/changes.html
2024-11-21 21:37:56 +08:00
Po-Chuan Hsieh 59b703b907 ftp/curl: Adjust default options
- Add COMPRESSION group
- Enable BROTLI and ZSTD: Add both compression support
- Enable IDN: libidn2 is already part of the dependencies of libpsl (PSL option)
- Bump PORTREVISION for dependency change
2024-11-15 18:17:04 +08:00
Yasuhiro Kimura 590e2aa40f ftp/wget: Update to 1.25.0
ChangeLog:	https://git.savannah.gnu.org/cgit/wget.git/tree/NEWS?h=v1.25.0
MFH:		2024Q4
Security:	CVE-2024-10524
2024-11-13 12:29:47 +09:00
Dima Panov 7dbd23b9e8 */*: Introduce Rocky Linux 9 32-bit compat librariries (+)
Finaly we can get Linux Steam utils works again! :)

While here, pet reative paths

Sponsored by:	Future Crew, LLC
2024-11-13 03:10:50 +03:00
Ashish SHUKLA 79271d5381 all: Bump after lang/go122 update
PR:		281842
2024-11-08 20:58:46 +00:00
Yuri Victorovich c828f099d2 ftp/fineftp-server: update 1.3.1 → 1.4.3 2024-11-08 09:21:05 -08:00
Serhii (Sergey) Kozlov 8cb463576e ftp/sftpgo: unbreak build
SFTPGo requires Go 1.22.7+, but the default is 1.21, so it doesn't
build without specifying the version explicitly. Unfortunatelly, go.mk
doesn't support specifying _minimum_ Go version, so I have to pin it to
1.22 even though the port builds OK on 1.23 and 1.24.
2024-11-08 14:39:46 +00:00
Mikael Urankar ca048c2884 lang/rust: Bump revisions after 1.82.0
PR:		282516
2024-11-08 09:24:20 +01:00
Dima Panov d9a78648c2 ftp/linux-rl9-wget: upstream reroll
Sponsored by:	Future Crew, LLC
2024-10-31 10:54:16 +03:00
Dima Panov 5291355f17 ftp/linux-rl9-curl: upstream reroll
Sponsored by:	Future Crew, LLC
2024-10-31 10:54:16 +03:00
Dmitry Marakasov 999e04fcf2 ftp/py-aioftp: update 0.22.3 → 0.23.1 2024-10-24 19:08:14 +03:00
Guido Falsi fc9200867e devel/ocaml-sexplib0: Bump revisions after dependency update
PR:		282086
2024-10-15 13:17:56 +02:00
Po-Chuan Hsieh b5871d1361 ftp/rubygem-net-ftp: Update to 0.3.8
Changes:	https://github.com/ruby/net-ftp/releases
		https://github.com/ruby/net-ftp/commits/master
2024-10-14 13:26:17 +08:00
Benjamin Jacobs 9133b766df */*: Bump PORTREVISIONS after ocaml-ppxlib update
Commit ID: 25d9e3539b

PR:		279337
2024-10-09 07:28:31 +02:00
Ashish SHUKLA f5094eea46 ftp/wush: Update to 0.3.0 2024-10-03 23:22:23 +00:00
Rene Ladan 4485bd8221 all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2024-10-01 20:56:20 +02:00
Serhii (Sergey) Kozlov 3bee48c6f5 ftp/sftpgo: remove go version pin
The port actually builds fine for 1.23 as well.

PR:				281795
Reported by:	Jordan Ostreff <jordan@ostreff.info>
2024-10-01 17:04:04 +00:00
Po-Chuan Hsieh 8e83a22df5 ftp/curl: Add LIBUV_IMPLIES=DEBUG
Upstream mentioned that using libuv without debug support enabled is useless.
Therefore, LIBUV option will also enable DEBUG option.

Reported by:	adamw
2024-09-30 20:20:05 +08:00
Po-Chuan Hsieh ac726e8a09 ftp/pure-ftpd: Update to 1.0.52
Changes:	https://github.com/jedisct1/pure-ftpd/releases
		https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
2024-09-26 02:21:54 +08:00
Po-Chuan Hsieh caa55df944 ftp/curl: Update to 8.10.1
Changes:	https://curl.se/changes.html
2024-09-26 02:21:54 +08:00