| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=566725
|
|
|
|
| |
Notes:
svn path=/head/; revision=566724
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=566723
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/WojciechMula/pyahocorasick/blob/1.4.1/CHANGELOG.rst
Notes:
svn path=/head/; revision=566722
|
|
|
|
|
|
|
|
|
| |
Changelog since 11.6.0:
https://github.com/jbarlow83/OCRmyPDF/blob/v11.6.2/docs/release_notes.rst
Notes:
svn path=/head/; revision=566721
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/pikepdf/pikepdf/blob/v2.6.0/docs/release_notes.rst
Notes:
svn path=/head/; revision=566720
|
|
|
|
| |
Notes:
svn path=/head/; revision=566719
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=566718
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://docs.inspircd.org/3/change-log/#inspircd-390
PR: 253878
Submitted by: Dries Michiels <driesm.michiels AT gmail DOT com>
Notes:
svn path=/head/; revision=566717
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* use new sysctlinfo(4) 20210222 and sysctlbyname 20210223 features
* add: sysctlmif_oidextendedbyname()
* add: sysctlmif_hashandler(), sysctlmif_hashandlerbyname()
* add: sysctlmif_nextnodebyname(), sysctlmif_nextleafbyname()
* add: sysctlmif_leavesbyname(), sysctlmif_leavesbyname()
* update: constants/OIDs so delete port path
PR: 253883, 253884
Submitted by: Alfonso S. Siciliano <alfix86 AT gmail DOT com> (maintainer)
Notes:
svn path=/head/; revision=566716
|
|
|
|
|
|
|
|
|
|
|
| |
* https://getcomposer.org/changelog/2.0.10
* https://getcomposer.org/changelog/2.0.11
PR: 253898
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Notes:
svn path=/head/; revision=566715
|
|
|
|
|
|
|
|
|
|
|
| |
* https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version14.0.0
* https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version14.0.1
PR: 253897
Submitted by: Naram Qashat <cyberbotx AT cyberbotx DOT com> (maintainer)
Notes:
svn path=/head/; revision=566714
|
|
|
|
| |
Notes:
svn path=/head/; revision=566713
|
|
|
|
|
|
|
|
|
|
|
| |
The OPTION CPACK in CMake enables building FreeBSD packages directly
from cmake / cpack. This can be useful, for instance, with not-yet-
packaged software, or building packages for proprietary software.
This patch has been submitted upstream; it resolves a disagreement
between cmake and libpkg about the name of the resulting package.
Notes:
svn path=/head/; revision=566712
|
|
|
|
| |
Notes:
svn path=/head/; revision=566711
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/mrclksr/DSBMD/releases/tag/1.11.3
PR: 253892
Submitted by: Marcel Kaiser <mk AT nic-nac-project DOT org> (maintainer)
Notes:
svn path=/head/; revision=566710
|
|
|
|
|
|
|
| |
Changes: https://github.com/cloudquery/cloudquery/releases/tag/v0.9.7
Notes:
svn path=/head/; revision=566709
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- use option helpers where possible
- simplify the makefile: USES=perl5 is always necessary
- Stop installing the terminfo files on head, it is not necessary
And since I'm there, add some missing libraried notified by stage-qa.
Submitted by: bapt
Differential Revision: D28934
Notes:
svn path=/head/; revision=566708
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.2.170...sdk-1.2.170.0
Reported by: portscout
Notes:
svn path=/head/; revision=566707
|
|
|
|
|
|
|
| |
* NOTE: Not all apps are compatible (yet)
Notes:
svn path=/head/; revision=566705
|
|
|
|
|
|
|
|
|
|
| |
Prune 13.0-BETA2 checksums.
MFH: 2021Q1
Sponsored by: Rubicon Communications, LLC ("Netgate")
Notes:
svn path=/head/; revision=566704
|
|
|
|
|
|
|
|
| |
- Remove local meson.build patch which has been merged upstream
- Update manpages to respect PREFIX
Notes:
svn path=/head/; revision=566703
|
|
|
|
| |
Notes:
svn path=/head/; revision=566702
|
|
|
|
| |
Notes:
svn path=/head/; revision=566701
|
|
|
|
|
|
|
|
|
|
|
|
| |
Pet portlint
Attempt to fix the do-test target: unfortunately this now requires a more
modern verson of pytest than is currently available in ports.
Reported by: freebsd-ports andre.rikkertdekoe.nl
Notes:
svn path=/head/; revision=566700
|
|
|
|
| |
Notes:
svn path=/head/; revision=566699
|
|
|
|
| |
Notes:
svn path=/head/; revision=566698
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in order to provide file matching and globbing that more closely
follows the features found in Bash. In some ways these libraries are
similar to Python's builtin libraries as they provide a similar
interface to match, filter, and glob the file system. But they also
include a number of features found in Bash's globbing such as
backslash escaping, brace expansion, extended glob pattern groups,
etc. They also add a number of new useful functions as well, such as
globmatch which functions like fnmatch, but for paths.
WWW: https://pypi.org/project/wcmatch/
Notes:
svn path=/head/; revision=566697
|
|
|
|
|
|
|
| |
Like with other ports, use luajit-openresty.
Notes:
svn path=/head/; revision=566696
|
|
|
|
| |
Notes:
svn path=/head/; revision=566695
|
|
|
|
|
|
|
|
|
| |
expanding is used to generate arbitrary strings.
WWW: https://pypi.org/project/bracex/
Notes:
svn path=/head/; revision=566694
|
|
|
|
| |
Notes:
svn path=/head/; revision=566693
|
|
|
|
| |
Notes:
svn path=/head/; revision=566692
|
|
|
|
| |
Notes:
svn path=/head/; revision=566691
|
|
|
|
| |
Notes:
svn path=/head/; revision=566690
|
|
|
|
|
|
|
|
|
| |
Changelogs:
https://github.com/locationtech/jts/releases/tag/jts-1.18.0
https://github.com/locationtech/jts/releases/tag/jts-1.18.1
Notes:
svn path=/head/; revision=566689
|
|
|
|
| |
Notes:
svn path=/head/; revision=566688
|
|
|
|
| |
Notes:
svn path=/head/; revision=566687
|
|
|
|
| |
Notes:
svn path=/head/; revision=566686
|
|
|
|
| |
Notes:
svn path=/head/; revision=566685
|
|
|
|
|
|
|
| |
https://github.com/rupert/pyls-black
Notes:
svn path=/head/; revision=566684
|
|
|
|
| |
Notes:
svn path=/head/; revision=566683
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/eqrion/cbindgen/compare/v0.17.0...v0.18.0
Reported by: GitHub (watch releases)
Notes:
svn path=/head/; revision=566682
|
|
|
|
|
|
|
|
|
| |
python-language-server (pyls)
https://github.com/spyder-ide/pyls-spyder
Notes:
svn path=/head/; revision=566681
|
|
|
|
|
|
|
| |
- Spell `yes' as we usually do
Notes:
svn path=/head/; revision=566680
|
|
|
|
|
|
|
|
|
| |
Language Server Protocol
https://github.com/palantir/python-language-server
Notes:
svn path=/head/; revision=566679
|
|
|
|
| |
Notes:
svn path=/head/; revision=566678
|
|
|
|
|
|
|
| |
PR: 224985
Notes:
svn path=/head/; revision=566677
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pkg-static: idutils-4.6_2 conflicts with coreutils-8.28 (installs files into the same place). Problematic file: /usr/local/bin/gid
For lack of a better solution resolve this by prefixing gid with a g.
It is now installed as ggid.
linux-gid and sh-utils no longer seem to exist in the tree, so drop
CONFLICTS completely.
PR: 224985
Submitted by: Trond.Endrestol@ximalas.info
Approved by: peterj (maintainer timeout, 3 years)
Notes:
svn path=/head/; revision=566675
|
|
|
|
| |
Notes:
svn path=/head/; revision=566672
|