Commit graph

4323 commits

Author SHA1 Message Date
Tobias C. Berner
fa81a4f5f8 accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
2023-03-02 06:23:10 +01:00
Alexey Yushkin
210551bbeb ports-mgmt/rc-subr-jail: Fix jail_copy_programs handler.
Co-authored-by: Alexey Donskov <voxnod@gmail.com>
2023-03-01 20:33:37 +03:00
Gleb Popov
44b00ffe5f ports-mgmt/rc-subr-jail: + Shell library to help writing jailed rc services.
This library follows the declarative style of Ports Makefiles - as much as
possible functionality is implemented as knobs.

Differential Revision: https://reviews.freebsd.org/D38394
2023-02-22 21:24:43 +03:00
Gleb Popov
cb8bbacb59 ports-mgmt/packagekit: Update to 1.2.6
Sponsored by:	Serenity Cybersecurity, LLC
2023-02-16 14:48:03 +03:00
Dmitri Goutnik
56b5ec772f all: Bump PORTREVISION after lang/go{119,120} update 2023-02-15 14:06:01 -05:00
Mikael Urankar
109e35fd59 lang/rust: Bump revisions after 1.67.1
PR:		269336
2023-02-13 15:52:59 +01:00
Baptiste Daroussin
40c675d965 ports-mgmt/pkg: bump portrevision missed in last commit
Remove static-pie usage, somehow it remains unused by clang
2023-02-13 10:43:32 +01:00
Baptiste Daroussin
c7e073a677 ports-mgmt/pkg: fix regression in pkg-static and version number
When adding the support for static PIE, we masked the actually
STATIC_ARGS making pkg-static a dynamic binary in all other cases.

While here fix the version numbering which was not updated properly
during the release process.
2023-02-13 09:09:56 +01:00
Dmitri Goutnik
2297efc51b all: Bump PORTREVISION after GO_DEFAULT update. 2023-02-09 16:55:23 -05:00
Ken DEGUCHI
aec5907aed ports-mgmt/pkg_replace: update to 20230202
ChangeLog: https://github.com/kdeguchi/pkg_replace/releases

 * Replace '\ ' -> '[[:space:]]'.
 * Update man page.
 * Fix variable that should not be enclosed in double quotes.
 * Fix trap action.
 * Fix message about locked packages.
 * Cleanup code.

PR:		269285
Reported by:	kdeguchi@sz.tokoha-u.ac.jp (maintainer)
2023-02-04 19:51:08 +01:00
Baptiste Daroussin
2aa9aa46a0 ports-mgmt/pkg-devel: update to 1.19.99.1
changes
- fix regression in pkg autoremove
- fix regression preventing tracking files with path longer than 64
  chars
- fix build out of tree
- fix spelling issues in pkg-trigger(8)
2023-02-02 14:50:47 +01:00
Baptiste Daroussin
e966df1e68 ports-mgmt/pkg: update to 1.19.1
Changes:
- fix regression in pkg autoremove
- fix regression preventing tracking files with path longer than 64
  chars
- fix build out of tree
- fix spelling issues in pkg-trigger(8)
2023-02-02 14:50:47 +01:00
Dima Panov
d175c33935 ports-mgmt/synth: update to 2.13 release (+)
* Control the port scan environment (#212)
* Adjust umount to prevent ccache directory from getting wiped out (#199)

Release notes:	https://github.com/jrmarino/synth/releases/tag/v2.13
2023-02-01 22:36:35 +03:00
Ken DEGUCHI
2d3cb8388d ports-mgmt/pkg_replace: update to 20230119
ChangeLog: https://github.com/kdeguchi/pkg_replace/releases

 * Enabled to handle locked packages with new "-U" option. If "-U" option is not
   present, locked packages are skipped. See pkg_replace(1).
 * Variables containing file and directory are enclosed in double quotes.
 * Fix trap action.
 * Cleanup code.

PR:		269043
Reported by:	kdeguchi@sz.tokoha-u.ac.jp (maintainer)
2023-01-23 13:28:19 +01:00
Baptiste Daroussin
c79ec8590b ports-mgmt/pkg: with build with WITH_PIE 2023-01-19 11:51:05 +01:00
Alex Kozlov
abf28fb424 ports-mgmt/pchecker: Update to 1.26 2023-01-17 05:18:40 +00:00
Muhammad Moinur Rahman
18c6e18276 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
2023-01-14 17:08:33 -06:00
Dmitri Goutnik
3b383d833a all: Bump PORTVERSION after lang/go{118,119} update 2023-01-14 06:31:17 -05:00
Bernhard Froehlich
36f095afad
ports-mgmt/caronade: Update to 0.6.1 2023-01-12 09:33:27 +00:00
Bernhard Froehlich
925abf310b
ports-mgmt/caronade: Chase move to codeberg.org 2023-01-11 16:36:40 +00:00
Dmitry Marakasov
77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00
Ken DEGUCHI
4f88a48c0e ports-mgmt/pkg_replace: Update to 20230107
- Define LICENSE_FILE

ChangeLog:
20230101...20230106

PR:		268778
2023-01-08 12:08:01 +00:00
Daniel Engberg
12f1c627d4 */*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports
2023-01-07 20:24:18 +01:00
Alfonso S. Siciliano
3b73b2eace
ports-mgmt/portconfig: Update to 0.5
PR:		268783
Approved by:	bapt
2023-01-06 14:40:30 +01:00
Yasuhiro Kimura
2a325f4cc5 ports-mgmt/portupgrade*: Use databases/rubygem-dbm with Ruby 3.2
databases/ruby-bdb is BROKEN with Ruby 3.2.

PR:		268207
Approved by:	maintainer timeout
MFH:		2023Q1
2023-01-05 18:55:42 +09:00
Nuno Teixeira
0ad36338e3 ports-mgmt/octopkg: Adopt/Update to 0.3.2
ChangeLog: https://github.com/aarnt/octopkg/blob/master/CHANGELOG
2023-01-02 09:18:13 +00:00
Ken DEGUCHI
99b701071b
ports-mgmt/pkg_replace: Update to 20230101
Release note: https://github.com/kdeguchi/pkg_replace/releases/tag/20221228

PR:		268605
2023-01-02 10:33:42 +08:00
Yuri Victorovich
f212fe8f82 ports-mgmt/portsdb: Add missing dependencies 2023-01-01 14:51:50 -08:00
Yuri Victorovich
f46536d34a ports-mgmt/portsdb: Update 0.2 -> 0.3 2023-01-01 14:47:27 -08:00
Rene Ladan
802e859d27 cleanup: Remove expired ports:
2023-01-01 ports-mgmt/chucky: Uses the obsoleted reeBSD tag
2023-01-01 13:41:04 +01:00
Dirk Meyer
5b14e0fb97 ports-mgmt/pkg_jail: Update to 2.14 2022-12-26 19:58:55 +01:00
Koichiro Iwao
9cf57efb9e ports-mgmt/pkg_replace: Update to 20221222
PR:		268364
2022-12-22 16:49:54 +09:00
Mikael Urankar
ba14e01a52 lang/rust: Bump revisions after 1.66.0
PR:		268415
2022-12-20 18:37:15 +01:00
Koichiro Iwao
7cf38b8bd5 pots-mgmt/pkg_replace: Update to 20221212
PR:		268193
2022-12-13 11:46:27 +09:00
Baptiste Daroussin
6723c78593 ports-mgmt/pkg: update to 1.19.0
Changes:
- rework file extraction to solve edge cases happening sometime when a file
  in a package becomes a directory in a new package or vice versa
- update bundled lua to 5.4.4 and sqlite to 3.40 and linenoise to latest
  versionautoremove will not remove anything anymore which is required
  by another installed package via provides or via shlibs_provides.
- Accept '~' in the version or the name of a package
- delete now handles properly provides/requires (and shlibs equivalent)
- (r)query now have new operators: =~ ==~ and !=~ (case insensitivity)
- (r)query is now stricter regarding command line validation
- pkg-backup command has been removed (prefer pkg shell ".dump" instead)
- fix regressions in pkg lock
- fix pkg annotate --modify
2022-12-11 19:34:09 +01:00
Dmitri Goutnik
d9ad1002d5 all: Bump PORTREVISION after lang/go{118,119} update 2022-12-11 06:17:27 -05:00
Baptiste Daroussin
4b7fc653a3 ports-mgmt/pkg-devel: update to 1.18.99.7
Changes:
- reduce the number of filedescriptors opened at the same time
- update sqlite to 3.40.0
- fix regression in pkg lock
- fix annotate --modify
2022-12-08 22:17:47 +01:00
Yuri Victorovich
bcba6ffb4d ports-mgmt/portsdb: New port: Program that imports the FreeBSD ports tree into an SQLite database 2022-12-01 03:03:38 -08:00
Joe Marcus Clarke
ce9d05567d ports-mgmt/portlint: Update to 2.20.0
* Check for duplicate distinfo items [1]
* Remove vestiges of SVN [2]

[2] Switch to using `git status` to determine if a file is under git version
control.  Also, PL_SVN_IGNORE has been renamed to PL_GIT_IGNORE.

PR:		267168 [1]
		267145 [2]
Submitted by:	rodrigo [1]
Thanks to:	pauamma for the `git status` command [2]
2022-11-29 08:50:03 -05:00
Dima Panov
446d23794d ports-mgmt/synth: bump after devel/adacurses update, remove expiration mark 2022-11-28 14:12:11 +03:00
Koichiro Iwao
244d154d1d ports-mgmt/pkg_replace: Update to 20221128
- Fix dependencies checking in get_depend_pkgnames() and
  get_require_pkgnames()

PR:		268026
Sponsored by:	Miracle Linux
2022-11-28 10:05:01 +09:00
Gleb Popov
fbb9c0f3c7 ports-mgmt/hs-cabal2tuple: Update to 2.0.0.0 2022-11-20 20:39:29 +03:00
Mikael Urankar
9bf6a99963 lang/rust: Bump revisions after 1.65.0
PR:		267622
2022-11-17 08:06:14 +01:00
Rodrigo Osorio
5a1e5ee858 ports-mgmt/pkg-provides: Update pkg-provides to 0.7.3
Major changes:
    * Fix getopt() bad usage

PR:		267299
Reported by:	trasz
2022-11-13 12:47:44 +01:00
Emanuel Haupt
9da4322f52 ports-mgmt/fastest_pkg: Update to 0.2.1
This release switches from GeoDNS to _http._tcp.pkg.all which also
returns the local mirrors.

See also:
https://github.com/ehaupt/fastest_pkg/pull/6

Reported by:	philip (via github issue)
2022-11-11 14:58:39 +01:00
Tobias Kortkamp
3034814d86
ports-mgmt/portfmt: Update to 1.1.4
https://codeberg.org/tobik/portfmt/releases/tag/v1.1.4
2022-11-08 10:13:00 +01:00
Mikael Urankar
afe651cf62 lang/rust: Bump revisions after 1.64.0
PR:		267173
2022-10-30 13:07:09 +01:00
Dmitri Goutnik
af630f4345 ports-mgmt/portgrep: Update to 1.4.1
Changes:	https://github.com/dmgk/portgrep/releases/tag/v1.4.1
2022-10-16 14:43:39 -05:00
Tomoaki AOKI
1721ff69ec ports-mgmt/pkg_replace: update to 20222012
Fix warn about PKG_SUFX on every fetch / build

PR:		267030
Reported by:	junchoon@dec.sakura.ne.jp
Approved by:	kdeguchi@sz.tokoha-u.ac.jp (maintainer)
2022-10-16 19:31:54 +02:00
Ken DEGUCHI
370e928ac1 ports-mgmt/pkg_replace: update to 20221011
ChangeLog: https://github.com/kdeguchi/pkg_replace/releases/tag/20221011

Fix bugs about PKG_SUFX.

PR:		266961
Reported by:	kdeguchi@sz.tokoha-u.ac.jp (maintainer)
MFH:		2022Q4 (bugfix release)
2022-10-11 17:41:19 +02:00