aboutsummaryrefslogtreecommitdiff
path: root/news
Commit message (Collapse)AuthorAgeFilesLines
* 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-302-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-094-74/+19
| | | | | | | and switch from p7zip to 7-zip. PR: 258597 Submitted by: James French (maintainer)
* news/inn-current: Update to 20211226Kevin Bowling2021-12-302-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-093-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
|
* news/inn-current: Update to 20211031Kevin Bowling2021-11-022-4/+4
|
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-292-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"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
* devel/icu: update to 70.1Jan Beich2021-10-281-1/+1
| | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1 Reported by: GitHub (watch releases) PR: 258794 Exp-run by: antoine
* news/py-sabyenc3: Cosmetic changePo-Chuan Hsieh2021-10-251-1/+1
|
* news/inn-current: 20211019Kevin Bowling2021-10-215-6/+412
| | | | | Some bug fixes in innxmit and lots of infrastrucure work (style, build) Upstreamed semget flags patch for inn-current
* *: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni2021-10-161-2/+2
|
* news/rntrack: fix typos in pkg-descr.Jimmy Olgeni2021-10-161-2/+3
|
* news/inn-current: Update to 20211003Kevin Bowling2021-10-152-4/+4
| | | | 32-bit fixes
* *: Clean up some thingsTobias Kortkamp2021-10-121-4/+0
| | | | | | | | | | | | - Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* news/inn-current: Update to 20211002Kevin Bowling2021-10-032-4/+4
| | | | Mostly doc changes and OpenSSL 3.0 improvements
* news/inn-current: Update to 20210922Kevin Bowling2021-09-242-4/+4
|
* news/inn-current: Update to 20210919Kevin Bowling2021-09-212-4/+4
|
* news/inn: Fix SQLite ovdb OPTION in inn-currentKevin Bowling2021-09-161-1/+1
| | | | Fixes: 4e605de90a42
* news/inn-current: Update snapshot and strategyKevin Bowling2021-09-162-6/+6
| | | | | | | Update to 20210914 snapshot and use the new git-generated snapshots which are only generated when the branch changes. See https://lists.isc.org/pipermail/inn-workers/2021-September/019119.html
* news/inn-current: Update to 20210912 and fix subdirKevin Bowling2021-09-142-5/+5
|
* news/inn-current: Update to 20210910Kevin Bowling2021-09-122-4/+4
|
* news/inn-current: Fix CPE informationBernhard Froehlich2021-09-031-0/+2
| | | | Approved by: portmgr (blanket)
* news/nzbget: Set new MAINTAINERAlexis Praga2021-09-011-1/+1
| | | | | | | Submitter becomes maintainer. Already maintainer of some ports. PR: 258135 Reported by: alexis.praga@free.fr
* news/newsx: Add CPE informationBernhard Froehlich2021-08-311-0/+1
| | | | Approved by: portmgr (blanket)
* Cleanup: for ports under n* categories, drop redundant GH_* knobs.Alexey Dokuchaev2021-08-311-4/+1
|