Commit graph

4516 commits

Author SHA1 Message Date
Stefan Eßer
60764ff075 Add missing WWW entries
These ports reference the pkg-descr file of some other port and used
to get the WWW entry from that other port's file.

Reported by:	dan@langille.org (Dan Langille)
2022-09-12 17:29:04 +02:00
Tobias Kortkamp
e79fe1aabc Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
 a) just using the pkg-descr from the parents
 b) or had their own separate pkg-descr with custom WWW

Use WWW?= in parents when the child's WWW is different.

Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.

Approved by:	portmgr (implicit)
2022-09-10 19:41:16 +02:00
Bob Eager
4f5a0912a8
ftp/rexx-curl: Unbreak this port with curl 7.85.0
PR:		266269
2022-09-10 21:03:01 +08:00
Dmitri Goutnik
f05c98fffb all: Bump PORTREVISION after lang/go{118,119} update 2022-09-08 11:33:18 -05:00
Stefan Eßer
ade2a047e0 Remove WWW lines that have been moved into Makefiles
Approved by:	portmgr (implicit)
2022-09-08 17:46:38 +02:00
Stefan Eßer
986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Dmitry Marakasov
7a9a528d80 ftp/rexx-curl: mark BROKEN
./rexxcurl.c:486:28: error: use of undeclared identifier 'CURLOPT_FTP_RESPONSE_TIMEOUT'; did you mean 'CURLOPT_SERVER_RESPONSE_TIMEOUT'?
   { "FTPRESPONSETIMEOUT", CURLOPT_FTP_RESPONSE_TIMEOUT, RXCURLOPT_LONG, NULL },
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
                           CURLOPT_SERVER_RESPONSE_TIMEOUT
/usr/local/include/curl/curl.h:1485:11: note: 'CURLOPT_SERVER_RESPONSE_TIMEOUT' declared here
  CURLOPT(CURLOPT_SERVER_RESPONSE_TIMEOUT, CURLOPTTYPE_LONG, 112),
          ^

Approved by:	portmgr blanket
Reported by:	pkg-fallout
2022-09-06 00:08:58 +03:00
Po-Chuan Hsieh
9822bfc875
ftp/curl: Update to 7.85.0
Changes:	https://curl.se/changes.html
Security:	CVE-2022-35252
2022-09-01 02:49:29 +08:00
Emanuel Haupt
4db3c1c29c ftp/weex: Update to 2.8.4.2 2022-08-23 19:54:35 +02:00
Serhii (Sergey) Kozlov
2b4a01ca3e ftp/sftpgo: update to 2.3.3
Changelog:	https://github.com/drakkan/sftpgo/releases/tag/v2.3.3
2022-08-19 23:12:22 +00:00
Dima Panov
4cf39decb3 */*: bump all consumers after recent boost upgrade 2022-08-12 17:46:53 +03:00
Mikhail Teterin
6076d1491d ftp/uftp: Upgrade from 5.0 to 5.0.1
PR:		265608
Approved by:	demon (maintainer)
2022-08-04 14:35:35 -04:00
Dmitri Goutnik
4476f89764 all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
2022-08-03 16:35:13 -05:00
TAKATSU Tomonari
5f62428f75 ftp/R-cran-RCurl: Update to 1.98-1.8 2022-08-02 12:56:07 +00:00
Tobias C. Berner
30cd242001 ftp: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Alexander Kriventsov
  *  Anders Nordby <anders@fix.no>
  *  Andreas Fehlner <fehlner@gmx.de>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Damjan Marion <dmarion@open.hr>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Frank DENIS
  *  Frank Laszlo <laszlof@vonostingroup.com>
  *  Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
  *  Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
  *  George V. Neville-Neil <gnn@FreeBSD.org>
  *  Hye-Shik Chang
  *  Jordan Hubbard <jkh@FreeBSD.org>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Ju Pengfei <jupengfei@gmail.com>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Mark Johnston <markj@FreeBSD.org>
  *  Martin Matuska (mm@FreeBSD.org)
  *  Marwan BURELLE <marwan.burelle@lri.fr>
  *  Maxim Ignatenko
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Neil Blakey-Milner
  *  Neil Blakey-Milner <nbm@rucus.ru.ac.za>
  *  Nick Leuta
  *  Nosov Artem <chip-set@mail.ru>
  *  Petr Holub <hopet@ics.muni.cz>
  *  Philippe Le Berre <philippe@le-berre.com>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Roman Bogorodskiy
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Stephane Legrand
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Tomokazu ISHII <t-ishii@tryplanet.com>
  *  Ulrich Spoerlein <uspoerlein@gmail.com>
  *  Wen Heping <wen@FreeBSD.org>
  *  Xavier Beaudouin <kiwi@oav.net>
  *  Yasuhiro Fukuma <yasuf@big.or.jp>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  ache
  *  cy@FreeBSD.org
  *  ijliao
  *  ports
  *  torstenb
  *  will

With hat:	portmgr
2022-07-20 16:21:53 +02:00
Dmitry Marakasov
68801193ad ftp/py-aioftp: update 0.21.2 → 0.21.3 2022-07-15 22:28:51 +03:00
Dmitri Goutnik
153cb65ac8 all: Bump PORTREVISION after lang/go{117,118} update 2022-07-14 07:46:05 -05:00
Cy Schubert
54b3f9f03e ftp/freebsd-ftpd: Update to 20220711 -- Sync with src/freebsd/main
Update to v20220711 which includes two new commits from the
FreeBSD base src tree.
2022-07-11 21:03:49 -07:00
Yuri Victorovich
bd1ddad073 ftp/fineftp-server: Update 1.3.0 -> 1.3.1
Reported by:	portscout
2022-07-11 18:24:33 -07:00
Rene Ladan
30886720da cleanup: Remove expired ports:
2022-06-30 databases/pgpool-II-36: Upstream support ended use databases/pgpool-II-43
2022-06-30 ftp/multiget: Last release in 2007, doesn't support https, depends on deprecated wxgtk28 and dead upstream. Please consider using net/uget
2022-06-30 devel/electron13: EOLed upstream, switch to newer version
2022-06-30 ftp/puf: Last release in 2006, doesn't support https and upstream is dead. Please consider using www/aria2
2022-06-30 security/gss: Abandonware, last release in 2014 and no development since
2022-06-30 security/shishi: Abandonware, last release in 2013 and no development since
2022-06-30 ftp/urlgfe
2022-06-30 www/nspluginwrapper: Abandonware, last release in 2011 and upstream is dead. NPAPI plugins are now obsolete and depends on deprecated library GTK 2
2022-06-30 devel/govendor: Use Go modules
2022-06-30 devel/racer: Racer is not actively developped now. Please consider using newer software such as devel/rust-analyzer.
2022-06-30 net-mgmt/unifi6: No longer maintained by upstream
2022-06-30 devel/dep: Use Go modules
2022-06-30 databases/libgda5-bdb: Depends on deprecated databases/db5
2022-06-30 emulators/qemu5: Use emulators/qemu6 or emulators/qemu
2022-06-30 deskutils/bitcollider: bitzi.com is no longer available, closed down in 2013
2022-06-30 converters/htx: XHTML is considered obsolete in favor of HTML5
2022-06-30 www/getleft: Abandonware last updated on 2008
2022-06-30 ftp/wxdfast: Last release in 2009, doesn't support https, depends on deprecated wxgtk28 and dead upstream. Please consider using net/uget
2022-06-30 22:48:41 +02:00
Po-Chuan Hsieh
7026df49e8
ftp/curl: Update to 7.84.0
Changes:	https://curl.se/changes.html
Security:	CVE-2022-32205, CVE-2022-32206, CVE-2022-32207, CVE-2022-32208
Security:	ae5722a6-f5f0-11ec-856e-d4c9ef517024
2022-06-30 05:49:24 +08:00
Li-Wen Hsu
3c61a91069
ftp/py-ftputil: Update to 5.0.4 2022-06-24 18:02:48 +08:00
Po-Chuan Hsieh
8283ed5233
ftp/pure-ftpd: Update to 1.0.51
Changes:	https://github.com/jedisct1/pure-ftpd/releases
		https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
2022-06-16 21:59:09 +08:00
Po-Chuan Hsieh
ab04626576
*/Makefile: Sort SUBDIRs 2022-06-16 21:58:20 +08:00
Serhii (Sergey) Kozlov
bddd551638 ftp/sftpgo: update to 2.3.1
Changelogs:
https://github.com/drakkan/sftpgo/releases/tag/v2.3.0
https://github.com/drakkan/sftpgo/releases/tag/v2.3.1
2022-06-14 22:00:36 +00:00
Muhammad Moinur Rahman
214a6c5f5a */*: Ignore with php82 2022-06-12 19:08:05 -05:00
Muhammad Moinur Rahman
665b149d26 */*php82*: Welcome php 8.2.0 Alpha 1
Please DO NOT use this version in production, it is an early test
version.

port-committers@ please DO NOT mark your ports IGNORE_WITH_PHP=82. A
build is running to check all php ports with php82 and will be
committed in batch tomorrow.

Sponsored by:	Bounce Experts
2022-06-11 16:02:49 -05:00
TAKATSU Tomonari
ce386f5474 ftp/R-cran-RCurl: Update to 1.98-1.7 2022-06-10 10:11:31 +00:00
Tijl Coosemans
bd70827c22 devel/autoconf: update to 2.71
- Copy devel/autoconf to devel/autoconf2.69.
- Update devel/autoconf to 2.71.
- Allow ports to use 2.69 with USES=autoreconf:2.69.

PR:		258046
Exp-run by:	antoine
2022-06-08 18:24:35 +02:00
Dmitri Goutnik
309cdeccd8 */*: Bump port revisons after lang/go{117,118} update 2022-06-07 16:56:10 -05:00
Muhammad Moinur Rahman
cb420cdf94 all: Take maintainership 2022-06-06 07:25:36 -05:00
Rene Ladan
724071fda4 all: return wg's ports to the pool after safekeeping his commit bit 2022-06-06 13:56:41 +02:00
Daniel Engberg
a4574e0be7 ftp/axel: Deprecate and set expiration date to 2022-06-30
Last release in 2009, no support for https and dead upstream

PR:		263905
Approved by:	maintainer timeout, 2+ weeks
2022-05-26 09:14:03 +02:00
Daniel Engberg
08467fb5c2 ftp/urlgfe: Deprecate and set expiration date to 2022-06-30
Outdated and deprecated upstream, last release was in 2008 (1.0.3)
and it depends on deprecated library GTK 2

PR:		263909
Approved by:	chip-set@mail.ru (maintainer timeout, 2+ weeks)
2022-05-26 09:12:32 +02:00
Daniel Engberg
e101a6c752 ftp/puf: Deprecate and set expiration date to 2022-06-30
Last release in 2006, doesn't support https and upstream is dead

PR:		263904
Approved by:	jharris@widomaker.com (maintainer)
2022-05-23 13:37:46 +02:00
Po-Chuan Hsieh
55208e0f66
ftp/curl: Update to 7.83.1
Changes:	https://curl.se/changes.html
Security:	CVE-2022-27778, CVE-2022-27779, CVE-2022-27780, CVE-2022-27781, CVE-2022-27782, CVE-2022-30115
2022-05-14 03:29:29 +08:00
Daniel Engberg
29a0807168 ftp/multiget: Deprecate and expiration date to 2022-06-30
Last release in 2009, doesn't support https, depends on deprecated
wxgtk28 and dead upstream.
2022-05-11 01:07:56 +02:00
Daniel Engberg
d7157a993c ftp/wxdfast: Deprecate and expiration date to 2022-06-30
Last release in 2009, doesn't support https, depends on deprecated
wxgtk28 and dead upstream.
2022-05-11 00:57:29 +02:00
Serhii (Sergey) Kozlov
dcc9f0932e ftp/sftpgo: update to 2.2.3
- Remove one patch (merged upstream)

Changelog:	https://github.com/drakkan/sftpgo/releases/tag/v2.2.3
2022-05-01 22:39:18 +00:00
Po-Chuan Hsieh
b6762dd511
ftp/curl: Update to 7.83.0
Changes:	https://curl.se/changes.html
Security:	CVE-2022-22576, CVE-2022-27774, CVE-2022-27775, CVE-2022-27776
Security:	92a4d881-c6cf-11ec-a06f-d4c9ef517024
2022-04-30 23:57:34 +08:00
Dmitry Marakasov
b0888f4a16 ftp/py-aioftp: update 0.21.1 → 0.21.2 2022-04-22 13:35:49 +03:00
Dmitry Marakasov
84124924d6 ftp/py-aioftp: update 0.21.0 → 0.21.1 2022-04-21 14:54:01 +03:00
Dmitry Marakasov
1958373e53 ftp/py-aioftp: switch to USES=pytest
Switch to USES=pytest and ignore test which fails [1] on FreeBSD

Reported by:	reprise [1]
2022-04-20 15:32:13 +03:00
Po-Chuan Hsieh
fd03c8280e
ftp/curl: Enable PSL option by default
- Bump PORTREVISION for dependency change
2022-04-18 07:58:02 +08:00
Po-Chuan Hsieh
c224916d09
ftp/curl: Remove deprecated NSS option
- Update CA_BUNDLE_DESC: Remove unsupported mbedTLS

PR:		262955
Submitted by:	diizzy
2022-04-16 12:19:52 +08:00
Alexey Dokuchaev
caf9d71915 ftp/ocaml-ocurl: unbreak the build under some circumstances
MAKE_JOBS_UNSAFE knob had been erroneously removed in d19bfbb151
(r477326) which had made the build fragile due to a race condition
when generating the `libcurl-helper.a' target.  Clean the Makefile
up a bit while here and assume maintainership of the port.

Reported by:	pkg-fallout
2022-04-12 05:21:40 +00:00
Mark Johnston
42b9ee201d ftp/netdumpd: update to 20220406
This fixes a bug where the info*.last symlinks would have the wrong
target.

Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D34794
2022-04-11 12:15:54 -04:00
Dmitry Marakasov
ce4075dc5d ftp/py-aioftp: switch to the latest pytest 2022-04-11 18:31:32 +03:00