Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Update ruby-fast_gettext to 2.0.3.
No release announce nore changelog.
2.0.3 (2020-05-26)
A few bug fixes and improbements.
|
|
|
|
Update ruby-facade to 1.1.1.
1.1.1 (2020-06-02)
* Add license file.
|
|
|
|
Update ruby-cucumber-expressions to 10.2.0.
No release note nor changelog.
* Read version from a file.
* Improve development environment.
|
|
|
|
CHECK_PERMS is a user-settable variable. Setting CHECK_PERMS_SKIP has
the same effect.
|
|
|
|
Update ruby-sequel to 5.33.0.
=== 5.33.0 (2020-06-01)
* Support custom join types on a per-association basis when using eager_graph/association_join (jeremyevans)
* Support primary_key with type: :smallserial on PostgreSQL (j-a-m-l) (#1698)
* Add Database#current_timestamp_utc accessor on SQLite to keep CURRENT_* in UTC instead of converting to localtime (jeremyevans)
|
|
|
|
Just in case any of these tools defines some command line arguments. The
correct path had already been used before since both env and sh are added
to USE_TOOLS in bsd.pkg.mk.
|
|
|
|
|
|
There is no evidence that any shell needs the empty string literal in
'for i in "" $var' to loop over a simple variable. This would only be
necessary if the shell code were generated by a preprocessor such as
bmake or autoconf, and the list of items might end up empty. In such a
case, the empty string literal prevents to generate 'for i in ; do',
which would produce a syntax error.
|
|
|
|
This version adds support for low resolution Preview Scaling and adds a
module based on the Rubber Band Library for audio pitch-shifting.
patches to build with qt5.15
|
|
|
|
|
|
* Increase CMake requirement to version 3.5
* Port scriptable extensions to QJSEngine provided by QtQml
* Support reading properties from Q_GADGETS
* Remove TestCocoon integration
* Clean up documentation to clarify introspection requirements
* Fix mixing of {% include %} and {% extends %} tags
* Fix various bugs discovered by fuzzing
* Remove use of TR1 library features from unit tests
* Remove obsolete build options
* Document that loading templates from Qt Resources is possible
|
|
Building the package with bmake succeeded 10 times in a row. Without the
SUBST block, each build failed about 50% of the time.
|
|
|
|
2020.5.20
not documented
2020.5.19
* Reverting Onboarding page for the time being
* Patch for whitelisting rules and EASE mode issue
* Double rule load patch in update channels
* Fix minor JS and UX issues
|
|
|
|
v 11.0.30
============================================================
x Discoverable option to force site-leaking UI in
PBM/Incognito
x [L10n] Updated he
x Easier keyboard navigation of preset configuration
x Yellow-less UI palette
|
|
|
|
Changes since 20.1.13:
Packages that don't define DISTNAME probably don't download any files
and thus may not need a distinfo file. (There are several other
conditions involved in this, though.)
When reporting wrong distinfo hashes, always report them in the order in
which they appear in the distinfo file, not by hashmap order.
Fix panic when parsing the Makefile line "./=value", which according to
bmake is a variable assignment. This is not used in practice though.
Disallow a leading hyphen in package option names. There are only very
few packages that wrongly use these option selectors in
PKG_SUGGESTED_OPTIONS.
Distinguish between a tool dependency (USE_TOOLS) and a plain tool name
(TOOLS_NOOP, TOOLS_BROKEN, TOOLS_FAIL). Allow packages to add arbitrary
tools to these lists.
|
|
This assignment has popped up various times in the pkglint output, even
though it is defined in the infrastructure and not in a specific package.
Since there is no need to have this duplicate assignment, it is removed.
|
|
|
|
|
|
Upstream changes:
version 2.00 at 2020-06-04 10:20:07 +0000
-----------------------------------------
Change: 0ab4bf0d8b02af79e1afed7fac9e91b75f1c1fda
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2020-06-04 11:20:07 +0000
Resolve patching issues with v5.22.x and v5.24.x
https://github.com/bingos/devel-patchperl/issues/44
Configure changes had been backported to the v5.22 and v5.24 maint
releases, so what worked for .0 releases didn't work for later maint
releases.
I have adjusted and tested the patch application criteria for all
v5.22.x and v5.24.x releases.
-----------------------------------------
version 1.98 at 2020-05-25 18:17:30 +0000
-----------------------------------------
Change: 25ccc65e1b2bd688983ced340c23561888456921
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2020-05-25 19:17:30 +0000
Added command line switches to patchperl
--version prints version of Devel::PatchPerl and exits
--patchlevel will update patchlevel.h even in a git repository
One may also set the PERL5_PATCHPERL_PATCHLEVEL env var to have the
same effect as --patchlevel
-----------------------------------------
version 1.96 at 2020-05-25 11:21:50 +0000
-----------------------------------------
Change: 15cdb6b32538d3cefc779735413f0fe8522aa27b
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2020-05-25 12:21:50 +0000
Resolve reported issue with 1.94 release
https://github.com/bingos/devel-patchperl/issues/42
Will successfully patch all the way back to v5.6.0
-----------------------------------------
version 1.94 at 2020-05-24 12:52:39 +0000
-----------------------------------------
Change: 14c825fc079cb8f0d626b6b9769d048db9771bc0
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2020-05-24 13:52:39 +0000
Added Configure patch for GCC10
https://github.com/perl/perl5/commit/9f4e6307232229875331a55e44e1245b
0b91e219
Fedora 32 now ships with GCC 10 as the system compiler
|
|
|
|
The general rule is that a SUBST_SED that contains _any_ identity
substitution may leave files unmodified, no matter if there are other
substitutions as well.
|
|
Discovered by Juraj in mail/policyd-weight.
https://mail-index.netbsd.org/pkgsrc-changes/2020/06/06/msg215480.html
|
|
|
|
- Add NO_BUILD=yes
- Move SUBST_STAGE to pre-configure target
|
|
When RUN includes the -u shell option (see the pkgsrc guide, section
bulk.var.shvar), there is a stray "requires: parameter not set" error.
This error doesn't make the build fail immediately since it is on the
left-hand side of a pipe, where the exit status is ignored. It would
fail if the shell for bmake were set to bash and its option "pipefail"
were enabled.
|
|
|
|
From Michael Forney via pkgsrc-users
|
|
|
|
|
|
|
|
|
|
|
|
waiting forever (?)
|
|
|
|
Changelog:
Changes
Nextcloud Hub v19, code name home office, represents a big step forward
for remote collaboration in teams. This release brings document collaboration
to video chats, introduces password-less login and improves performance.
As this is a major release, the changelog is too long to put here. Users can
look at github milestones to find what has been merged. A quick overview
of what is new:
password-less authentication and many other security measures
Talk 9 with built-in office document editing courtesy of Collabora,
a grid view & more
MUCH improved performance, Deck integration in Calendar, guest
account groups and more!
|
|
|
|
|
|
|