Commit Graph

11468 Commits

Author SHA1 Message Date
Danilo Egea Gondolfo 72f0bf2acf editors/yudit: Update to 3.0.9 2023-01-30 22:02:51 +00:00
Neel Chauhan 32a94e5a53 editors/gnome-latex: Update to 3.44.0 2023-01-30 10:19:42 -08:00
Neel Chauhan b2a591c3ba editors/gedit: Update to 44.2 2023-01-30 10:19:42 -08:00
Po-Chuan Hsieh d8b96c3749
textproc/py-markups: Use lowercase PORTNAME 2023-01-30 21:00:19 +08:00
Yuri Victorovich 1d6533dcc1 editors/novelwriter: Update 2.0.3 → 2.0.4
Reported by:	portscout
2023-01-30 00:44:52 -08:00
Yuri Victorovich e3ae199103 editors/o: Update 2.58.0 → 2.59.0
Reported by:	portscout
2023-01-27 20:09:21 -08:00
Olivier Duchateau cb9331513e editors/elementary-code: update to 7.0.0
ChangeLog: https://github.com/elementary/code/releases/tag/7.0.0

 * Fix compile warnings
 * add code to keywords
 * Fix drag and drop of accented text and between tabs
 * Git ignore flatpak build files
 * Ensure tab toggle label is always correct
 * Add follow system style switch
 * Explicitly handle missing cases
 * Remove unused properties
 * Change key to trigger rebuild completion word list
 * Global search selected
 * Move strip trailing whitespace into main code; remove plugin
 * Fix meson warning for run_command
 * Add custom elementary syntax styles
 * Hide non-active documents when project manually chosen
 * Show symbol outline pane on right of document
 * ProjectFolderItem: Fix wrong ngettext syntax
 * Redesign app icon as a tile
 * Put the ProjectChooserButton inside the sidebar
 * HeaderBar: put find actions in menu
 * EditorConfig plugin overrides global settings for indent width and style
 * Make sidebar pane the toplevel container
 * Use elementary styles when following system style
 * Change panel menu items to linkbutton
 * FormatBar: use SwitchModelButton in tab popover
 * Move Terminal to core
 * Headerbar: remove sep before Revert
 * FormatBar: use menubuttons instead of ToggleButtons
 * Sidebar: Remove minimum width
 * GSchema: follow system style
 * Only restore documents for first window.
 * Do not add duplicate project
 * Update ci.yml
 * FormatBar: Set sensitivity of affected items, fix binding
 * PluginManager: Remove unused hooks
 * Make Control-Scroll zooming controllable
 * Metainfo improvements
 * Headerbar: code style, small fixes
 * Application: use built-in GLib functions in Activate
 * Inactivate find actions when no current doc
 * Fix startup warnings
 * Styles: misc refinements

PR:		269135
Reported by:	duchateau.olivier@gmail.com
Approved by:	miguel@gocobachi.dev (maintainer)
2023-01-26 19:02:41 +01:00
Yuri Victorovich d5078aa224 editors/notepadnext: Update 0.5.6 → 0.6
Reported by:	portscout
2023-01-24 23:30:52 -08:00
Tobias C. Berner 9ab8ec61c3 archivers/quazip: add flavors for Qt 5 and Qt 6 2023-01-25 07:21:47 +01:00
Danilo Egea Gondolfo 479e9f3c73 editors/yudit: Update to 3.0.8 2023-01-22 23:09:34 +00:00
Danilo Egea Gondolfo d4c3fd29af editors/nano: Update to 7.2 2023-01-22 23:09:34 +00:00
Fernando Apesteguía 7642688056 editors/editorconfig-core-c: update to 0.12.6
Reported by:	portscout
2023-01-21 18:18:58 +01:00
Hiroki Tagato e577a6c153 editors/vscode: update to 1.74.3
Changelog:
- https://code.visualstudio.com/updates/v1_71
- https://code.visualstudio.com/updates/v1_72
- https://code.visualstudio.com/updates/v1_73
- https://code.visualstudio.com/updates/v1_74
2023-01-21 16:27:39 +09:00
Jose Alonso Cardenas Marquez 2bf054e46a editors/cudatext: Update to 1.182.2 2023-01-17 17:30:04 -05:00
Dima Panov e1287d0d12 */*: bump libboost*.so libraries consumert after Boost upgrade 2023-01-16 22:32:07 +03:00
Guido Falsi dafb3cafaf editors/ghostwriter: Fix Makefile causing errors
Using FLAVOR?=${FLAVORS:[0]} confuses the ports make system.

To avoid the issue write the actual flavor string directly.

Reported by:	dvl
Fixes:		6d8e63c53f
2023-01-16 00:30:26 +01:00
Guido Falsi 6d8e63c53f editors/ghostwriter: Add flavors for qt version 5 and 6. 2023-01-15 22:05:21 +01:00
Nuno Teixeira 75a1d42921 editors/lapce: Fix aarch64 build
- Fix aarch64 build: wasmtime-runtime-1.0.2 crate
  See: https://github.com/bytecodealliance/wasmtime/issues/5499

PR:		268929
Tested by:	Robert Clausecker <fuz@fuz.su>
2023-01-15 13:40:21 +00:00
Yasuhiro Kimura 0a915d5aa7 editors/emacs-devel: Update to 2023-01-15 snapshot
Changes:	4e4a808...16579f6
2023-01-15 15:49:43 +09:00
Muhammad Moinur Rahman 2d00178fd4 */*: Fix some ports conversion from USE_RUBY to USES=ruby
In my previous commit 18c6e18 I missed some ports where RUBY was
optional. This commit fixes those missing ports and fixes INDEX build.

Approved by:	portmgr
Fixes: 18c6e18 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
2023-01-14 20:45:23 -06: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
Dima Panov 82776dcceb */libreoffice*: update to 7.4.4.release (+)
Please welcome latest Community release of LibreOffice Suite, 7.4.4!

Read more:	https://blog.documentfoundation.org/blog/2023/01/12/libreoffice-7-4-4-community/
2023-01-14 17:00:19 +03:00
Dmitri Goutnik 3b383d833a all: Bump PORTVERSION after lang/go{118,119} update 2023-01-14 06:31:17 -05:00
Joseph Mingrone 822b6995b2
editors/emacs: Tweak GCC requirement
Support for the USE_GCC=X+ form was removed in 9b5f5ab.  Native
compilation requires GCC version 11 or newer and the default version of
GCC is now 12.

Sponsored by:	The FreeBSD Foundation
2023-01-13 10:24:41 -04:00
Yasuhiro Kimura 2b1ab08852 editors/emacs: Add upstream patch to fix arbitary shell command execution vulnerability
Reviewed by:	jrm
MFH:		2023Q1
Security:	76e2fcce-92d2-11ed-a635-080027f5fec9
Differential Revision:	https://reviews.freebsd.org/D38033
2023-01-13 18:20:56 +09:00
Jose Alonso Cardenas Marquez ac3cbc58c6 editors/cudatext: Update to 1.181.0 2023-01-12 16:22:42 -05:00
Hiroki Tagato ebf5c593e5 devel/electron18: update to 18.3.15
Changelog:
- https://github.com/electron/electron/releases/tag/v18.3.12
- https://github.com/electron/electron/releases/tag/v18.3.13
- https://github.com/electron/electron/releases/tag/v18.3.14
- https://github.com/electron/electron/releases/tag/v18.3.15
2023-01-12 16:37:25 +09: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
Nuno Teixeira e0d030a4fa editors/focuswriter: Update to 1.8.4
ChangeLog: https://github.com/gottcode/focuswriter/releases/tag/v1.8.4
2023-01-11 15:52:53 +00:00
Joseph Mingrone 8dd365d9e1
editors/emacs-devel: NATIVECOMP requires GCC 11+
Follow up b4eb3cc with another pkg-message.in tweak to also let users
who are upgrading know that native compilation requires GCC version 11
or newer.  This shouldn't be an issue for the vast majority of users,
since the default GCC version is now newer than 11.

Sponsored by:	The FreeBSD Foundation
2023-01-11 10:52:24 -04:00
Tobias C. Berner e8ec6386f0 textproc/zxing-cpp: add missing PORTREVISION bump
- Follow-up to 5d2a95ba02

Reported by:	VVD
2023-01-11 11:35:46 +01:00
Dima Panov 6e1d6efd97 editors/libreoffice: prepare for textproc/zxing-cpp 2.0.0 update 2023-01-10 23:17:44 +03:00
Yuri Victorovich 4af8b18dd9 editors/novelwriter: Update 2.0.2 -> 2.0.3
Reported by:	portscout
2023-01-09 23:59:53 -08:00
Yuri Victorovich 88b257c6a7 editors/languageclient-neovim: Update 0.1.153 -> 0.1.161-3 2023-01-09 23:59:52 -08:00
Joseph Mingrone b4eb3cc125
editors/emacs-devel: Tweak GCC requirement
Support for the USE_GCC=X+ form was removed in 9b5f5ab.  Native
compilation requires GCC version 11 or newer and the default version of
GCC is now 12.

Sponsored by:	The FreeBSD Foundation
2023-01-09 09:55:59 -04:00
Tobias C. Berner 6f417247b1 graphics/poppler: bump dependencies
Follow-up to 9b78681895
2023-01-09 13:37:17 +01:00
MANTANI Nobutaka 95e795fe22 editors/imhex: Update to 1.26.2 2023-01-09 20:51:00 +09:00
Yuri Victorovich 5ab47d0bd0 editors/languageclient-neovim: New port: Language Server Protocol (LSP) support for vim and neovim 2023-01-08 12:59:13 -08: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
Yuri Victorovich 90d57c54df editors/ox: New port: Independent Rust text editor that runs in your terminal 2023-01-06 23:57:00 -08:00
Tobias C. Berner 19093fd0dd KDE: Update KDE Gear to 22.12.1 2023-01-05 18:28:33 +01:00
Alexey Dokuchaev 25361c4c5e editors/lite-xl: the port had been updated to version 2.1.1
- Pull plugins and color themes to their respective latest commits
- Clean up the patch after most of it had been integrated upstream

Reported by:	portscout
2023-01-03 04:06:22 +00:00
Adam Weinberger 992c76dc49 editors/vim: Update to 9.0.1136 2023-01-02 20:07:48 -07:00
Joseph Mingrone 06f2d680ea
editors/emacs-devel: Update to 2023-01-01 snapshot, 4e4a808
Upstream changes:
4331771...4e4a808

Sponsored by:	The FreeBSD Foundation
2023-01-02 02:03:06 -04:00
Hiroki Sato 972c8dc86b
editors/texworks: update to 0.6.7. 2023-01-02 06:28:14 +09:00
Muhammad Moinur Rahman 49e67115d4 editors/madedit: Cleanup EXPIRED ports
Approved by:	portmgr
2022-12-31 02:50:42 +01:00
Adam Weinberger 8bc9fa034c editors/neovim: Update to 0.8.2 2022-12-29 10:25:13 -07:00
Thierry Thomas 07e00f7c09 editors/mined: update WWW to the new mined home page
Note: ATM MASTERSITES is still correct.
2022-12-28 14:34:33 +01:00
Yuri Victorovich bd83442d9b editors/cpeditor: Update 6.10.1 -> 6.10.2
Reported by:	portscout
2022-12-27 18:36:26 -08:00
Thierry Thomas d2682239a2 editors/mined: upgrade to 2022.27 2022-12-25 14:49:52 +01:00