aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/rubygem-gtksourceview4/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* x11-toolkits/rubygem-gtksourceview4: Update to 4.2.2Po-Chuan Hsieh2024-04-051-1/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtksourceview4: Update to 4.2.1Po-Chuan Hsieh2024-03-091-1/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtksourceview4: Update to 4.2.0Po-Chuan Hsieh2023-08-261-1/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtksourceview4: Update to 4.1.9Po-Chuan Hsieh2023-08-211-2/+2
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtksourceview4: Update to 4.1.8Po-Chuan Hsieh2023-07-091-1/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtksourceview4: Update to 4.1.7Po-Chuan Hsieh2023-06-051-1/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtksourceview4: Update to 4.1.6Po-Chuan Hsieh2023-05-271-1/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtksourceview4: Update to 4.1.5Po-Chuan Hsieh2023-05-271-1/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtksourceview4: Update to 4.1.4Po-Chuan Hsieh2023-05-071-1/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtksourceview4: Update to 4.1.3Po-Chuan Hsieh2023-05-021-1/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtksourceview4: Update to 4.1.2Po-Chuan Hsieh2023-03-211-2/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ---
* x11-toolkits/rubygem-gtksourceview4: Update to 4.0.8Po-Chuan Hsieh2023-01-301-3/+4
| | | | | | | - Update version requirement of RUN_DEPENDS - Update WWW and clean up pkg-descr Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=rubyMuhammad Moinur Rahman2023-01-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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
* x11-toolkits/rubygem-gtksourceview4: Update to 4.0.3Po-Chuan Hsieh2022-10-031-1/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtksourceview4: Update to 4.0.2Po-Chuan Hsieh2022-09-101-1/+1
| | | | | | - Update pkg-descr Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* x11-toolkits/rubygem-gtksourceview4: Update to 4.0.1Po-Chuan Hsieh2022-09-041-1/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11-toolkits/rubygem-gtksourceview4: Update to 4.0.0Po-Chuan Hsieh2022-09-041-2/+1
| | | | | | | - Fix pkg-descr - Update WWW Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* 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)
* 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
* x11-toolkits/rubygem-gtksourceview4: Update to 3.5.1Po-Chuan Hsieh2022-01-251-1/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* x11-toolkits/rubygem-gtksourceview4: Update to 3.5.0Po-Chuan Hsieh2022-01-231-1/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* x11-toolkits/rubygem-gtksourceview4: Update to 3.4.9Po-Chuan Hsieh2021-09-211-1/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* x11-toolkits/rubygem-gtksourceview4: Update to 3.4.7Po-Chuan Hsieh2021-08-081-1/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* x11-toolkits/rubygem-gtksourceview4: Update to 3.4.6Po-Chuan Hsieh2021-07-181-1/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* x11-toolkits/rubygem-gtksourceview4: Update to 3.4.5Po-Chuan Hsieh2021-07-151-1/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* x11-toolkits/rubygem-gtksourceview4: Add rubygem-gtksourceview4 3.4.4 ↵Po-Chuan Hsieh2021-07-141-0/+21
(copied from rubygem-gtksourceview3)