summaryrefslogtreecommitdiff
path: root/news (follow)
Commit message (Collapse)AuthorAgeFilesLines
* news/nntp: fix a compiler warningDirk Meyer2022-09-271-0/+18
|
* Fix WWW in parent/child portsTobias Kortkamp2022-09-108-9/+0
| | | | | | | | | | | | | | 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)
* Remove WWW lines that have been moved into MakefilesStefan Eßer2022-09-083-4/+0
| | | | Approved by: portmgr (implicit)
* Move more WWW entries from pkg-descr files into MakefilesStefan Eßer2022-09-082-0/+2
| | | | | | | 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)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-0754-106/+0
| | | | | | | | | | Commit b7f05445c00f 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-0754-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* news/newsstar: fix OpenSSL detection & cleanupsMatthias Andree2022-09-042-10/+14
| | | | | | | | | | | | OpenSSL detection was broken because it looked for SSL_library_init(), which has been gone since OpenSSL 1.1.0 already. Patch to look for OPENSSL_init_ssl() instead. Replace @exec by @postexec. Add USES=ncurses. Rearrange Makefile to reduce complaints from portclippy and portlint.
* news/fidogate: mark BROKENDmitry Marakasov2022-09-011-0/+2
| | | | | | | configure: error: use --with-newsbindir=DIR or --without-news option Reported by: pkg-fallout Approved by: portmgr blanket
* news/sabnzbdplus: Update to 3.6.1James French2022-08-232-4/+4
| | | | | | | ChangeLog: https://github.com/sabnzbd/sabnzbd/releases/tag/3.6.1 PR: 265983 Reported by: joakim@nylen.nu
* news/inn-current: Update to 20220812Kevin Bowling2022-08-152-4/+4
|
* news/suck: mark BROKEN for INNDirk Meyer2022-08-111-0/+1
|
* news/inn-current: Update to 2.8 CURRENT branch, snapshot 20220804Kevin Bowling2022-08-072-5/+5
|
* news/inn: Update to 2.7.0Kevin Bowling2022-08-073-36/+29
| | | | See https://lists.isc.org/pipermail/inn-announce/2022-July/000015.html
* news: remove 'Created by' linesTobias C. Berner2022-07-2048-96/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Adam David <adam@FreeBSD.org> * Ade Lovett <ade@FreeBSD.org> * Andreas Klemm <andreas@klemm.gtn.com> * Andrey Slusar <anray@FreeBSD.org> * Brian Somers <brian@FreeBSD.org> * Carey Jones <mcj@acquiesce.org> * David O'Brien (obrien@cs.ucdavis.edu) * Denis Shaposhnikov <dsh@vlink.ru> * Don Croyle <croyle@gelemna.org> * Donald Burr <dburr@FreeBSD.org> * Frederic Cambus * George Sorsby <george@crackpipe.net> * James FitzGibbon <jfitz@FreeBSD.org> * Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> * Joe Marcus Clarke <marcus@FreeBSD.org> * John Holland <john@zoner.org> * Jun-ichiro itojun Itoh <itojun@itojun.org> * Kirill Ponomarew <ponomarew@oberon.net> * Lasse L. Johnsen (lasse@freebsdcluster.org) * Lewis Thompson <purple@lewiz.net> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Max Khon * Michael L. Hostbaek <mich@freebsdcluster.org> * Mikolaj Rydzewski <miki@ceti.pl> * Noritaka Ishizumi <graphite@taurus.bekkoame.or.jp> * Oliver Braun <obraun@informatik.unibw-muenchen.de> * Pete Fritchman <petef@databits.net> * Ralf van der Enden <tremere@cainites.net> * Sergey Skvortsov <skv@protey.ru> * Thierry Thomas <tthomas@mail.dotcom.fr> * Tim Welch <ports@thepentagon.org> * Yen-Ming Lee <leeym@FreeBSD.org> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * adam * asaddi@philosophysw.com * bkhl@elektrubadur.se * gary@hayers.org * ijliao * kbowling * obrien@cs.ucdavis.edu * proff@suburbia.net * smace * torstenb With hat: portmgr
* news/inn-current: Update to 20220627Kevin Bowling2022-06-292-4/+4
|
* news/inn-current: Update to 20220614Kevin Bowling2022-06-172-4/+4
|
* news/py-sabyenc3: Update to 5.4.3Po-Chuan Hsieh2022-06-172-4/+4
| | | | Changes: https://github.com/sabnzbd/sabyenc/releases
* news/py-sabyenc3: Fix build on aarch64 (at least)Po-Chuan Hsieh2022-06-162-0/+26
| | | | | Reported by: pkg-fallout Reference: http://ampere3.nyi.freebsd.org/data/130arm64-default/b44e82e7d313/logs/py38-sabyenc3-5.4.2.log
* news/sabnzbdplus: Update to 3.6.0James French2022-06-103-5/+4
| | | | PR: 264518
* news/py-sabyenc3: Update to 5.4.2Po-Chuan Hsieh2022-06-102-4/+5
| | | | | | | | - While I'm here, add LICENSE_FILE Changes: https://github.com/sabnzbd/sabyenc/releases PR: 264517 Submitted by: James French <james@french.id.au>
* news/leafnode: update to 1.12.0Matthias Andree2022-05-273-13/+8
| | | | | | - switched to PCRE2 library, https://github.com/PhilipHazel/pcre2 - Documentation for running under daemontools/ucspi-tcp (tcpserver) has been removed, only UNINSTALL-daemontools remains as documentation.
* news/inn-current: Update to 20220504Kevin Bowling2022-05-055-12/+15
|
* grimreaper: return mich's ports to the pool after safekeeping his ports bit.Rene Ladan2022-05-021-1/+1
|
* news/inn-current: Update to 20220420Kevin Bowling2022-04-234-7/+10
| | | | | | Adds OPTION for blacklistd support Sponsored by: BBOX.io
* news/nzbhydra2: Update to 4.3.0Daniel Shafer2022-04-123-638/+6
| | | | | | | | | | | Changelog can be viewed at: https://github.com/theotherp/nzbhydra2/blob/master/changelog.md Removed wrapper file as the upstream copy works with FreeBSD without modification now. Based on version by: kreeblah@gmail.com Differential Revision: https://reviews.freebsd.org/D34808
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* devel/icu: update to 71.1Jan Beich2022-04-071-0/+1
| | | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1 Reported by: GitHub (watch releases) PR: 262654 Exp-run by: antoine Approved by: fluffy
* news/tin: Update to 2.6.1Kevin Bowling2022-04-033-15/+14
| | | | Changes: ftp://ftp.tin.org/pub/news/clients/tin/stable/CHANGES
* news/sabnzbdplus: Update to 3.5.3James French2022-03-292-4/+4
| | | | | | Changelog: https://github.com/sabnzbd/sabnzbd/releases/tag/3.5.3 PR: 262851
* news/inn-current: Update to 20220324Kevin Bowling2022-03-292-4/+4
|
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-0/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* news/sabnzbdplus: Update to 3.5.2James French2022-03-152-4/+4
| | | | | | Changelog: https://github.com/sabnzbd/sabnzbd/releases/tag/3.5.2 PR: 262516
* news/sabnzbdplus: Update to 3.5.1James French2022-03-072-4/+4
| | | | | PR: 262385 Reported by: <controlledburn@gmail.com>
* news/inn-current: Update to 20220224Kevin Bowling2022-02-263-4/+6
|
* news/inn: Update to 2.6.5Kevin Bowling2022-02-264-86/+16
| | | | Changes: https://github.com/InterNetNews/inn/releases/tag/2.6.5
* news/inn-current: Update to 20220219Kevin Bowling2022-02-212-4/+4
|
* news/inn-current: Update to 20220209Kevin Bowling2022-02-194-20/+22
|
* news/sabnzbdplus: Update to 3.5.0James French2022-01-303-13/+14
| | | | PR: 261548
* news/inn-current: Update to 20220119Kevin Bowling2022-01-232-4/+4
|
* news/inn-current: Update to 20220115Kevin Bowling2022-01-173-4/+7
|
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-104-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* news/sabnzbdplus: update to 3.4.2Max Brazhnikov2022-01-104-74/+19
| | | | | | | and switch from p7zip to 7-zip. PR: 258597 Submitted by: James French (maintainer)
* news/inn-current: Update to 20211226Kevin Bowling2021-12-292-4/+4
|
* news/inn-current: Update to 20211221Kevin Bowling2021-12-233-6/+5
|
* news/inn-current: Update to 20211211Kevin Bowling2021-12-182-4/+4
|
* news/inn-current: Update to 20211205Kevin Bowling2021-12-083-10/+4
|
* all: return fjoe's ports to the poolRene Ladan2021-12-061-1/+1
| | | | fjoe's ports bit got safekept.
* news/inn-current: Update to 20211120Kevin Bowling2021-11-243-4/+6
|
* */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALLStefan Eßer2021-11-232-2/+2
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* news/inn-current: Update to 20211106Kevin Bowling2021-11-142-4/+4
|