notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: editors/elementary-code/distinfo

Number of commits found: 6

Thursday, 10 Aug 2023
10:11 Fernando Apesteguía (fernape) search for other commits by this committer Author: Olivier Duchateau
editors/elementary-code: update to 7.1.0

ChangeLog: https://github.com/elementary/code/releases/tag/7.1.0

 * Ensure active project at startup (include non-git folders)
 * Handle saving to unwritable location better to avoid data loss
 * Flatpak: Use 7.1 Sdk, Update Dependencies
 * Make symbol outline aware of follow-system-style setting
 * Show running branch if not master
 * appdata: Minor wording fixes in release notes
 * Fix styling when no documents
 * Ensure Replace button (and other search widget) states are mutually
consistent
 * Switch to GHCR containers
 * Delay asking for save location if cannot determine write access
 * Additional Search options in menu
 * Implement option to show files with unknown characters as new document
 * Do not change document search results unexpectedly on focus in
 * Add ctrl + pageUp and pageDown for switching tabs
 * Persist search settings
 * Set search entry icon and styleclass according to results
 * Add release metainfo and update screenshot addresses for 7.1.0
 * Ask save location with dialog
 * Metainfo: set brand color to Latte 500
 * Ensure folder items in sidebar always expandable
 * Fix creating duplicates of unwritable files
 * Update metainfo for pull 1252
 * Fix typo in metainfo
 * Install man page with meson
 * Reduce terminal noise
 * Remove plugin set option
 * FormatBar: Show column number not buffer offset
 * Handle only relevant settings key changes
 * Use dialog for external changes
 * Sync tab settings
 * Fix searchterm reverts
 * Ensure correct sidebar item is focused, or none, when tab removed
 * Fix logic for clearing search entry
 * Fix spurious external change warnings
 * Meson: modernize

PR:		272979
Reported by:	duchateau.olivier@gmail.com
Approved by:	miguel@gocobachi.dev (maintainer)
commit hash: 7b585155e54644b18726dc70e380e8b8e26afdb4 commit hash: 7b585155e54644b18726dc70e380e8b8e26afdb4 commit hash: 7b585155e54644b18726dc70e380e8b8e26afdb4 commit hash: 7b585155e54644b18726dc70e380e8b8e26afdb4 7b58515
Thursday, 26 Jan 2023
18:02 Fernando Apesteguía (fernape) search for other commits by this committer Author: Olivier Duchateau
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)
commit hash: cb9331513e988aac57fb681934758290315df33c commit hash: cb9331513e988aac57fb681934758290315df33c commit hash: cb9331513e988aac57fb681934758290315df33c commit hash: cb9331513e988aac57fb681934758290315df33c cb93315
Sunday, 5 Jun 2022
11:19 Fernando Apesteguía (fernape) search for other commits by this committer Author: Miguel Gocobachi
editors/elementary-code: update to 6.2.0

PR:	264358
Reported by:	miguel@gocobachi.dev
commit hash: f19a91214e0d7881bb0b8b5f6467ff42a76c28a8 commit hash: f19a91214e0d7881bb0b8b5f6467ff42a76c28a8 commit hash: f19a91214e0d7881bb0b8b5f6467ff42a76c28a8 commit hash: f19a91214e0d7881bb0b8b5f6467ff42a76c28a8 f19a912
Monday, 24 Jan 2022
13:21 Jan Beich (jbeich) search for other commits by this committer
editors/elementary-code: unbreak build with Meson 0.61.0

data/meson.build:66:9: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
commit hash: 2fdc125d178a45ed2b708d26b6e35c38b76614e9 commit hash: 2fdc125d178a45ed2b708d26b6e35c38b76614e9 commit hash: 2fdc125d178a45ed2b708d26b6e35c38b76614e9 commit hash: 2fdc125d178a45ed2b708d26b6e35c38b76614e9 2fdc125
Sunday, 15 Aug 2021
06:29 Guangyuan Yang (ygy) search for other commits by this committer Author: Miguel Gocobachi
editors/elementary-code: Update to 6.0.0

PR:		257822
commit hash: 4e043393f374bfd88ba26d65767b48f7c87bd9bc commit hash: 4e043393f374bfd88ba26d65767b48f7c87bd9bc commit hash: 4e043393f374bfd88ba26d65767b48f7c87bd9bc commit hash: 4e043393f374bfd88ba26d65767b48f7c87bd9bc 4e04339
Monday, 29 Jun 2020
08:22 lwhsu search for other commits by this committer
Add editors/elementary-code, code editor designed for elementary OS

PR:		247610
Submitted by:	Miguel Gocobachi <miguel@gocobachi.dev>
Original commitRevision:540762 

Number of commits found: 6