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: shells/elvish/distinfo

Number of commits found: 11

Sunday, 18 Feb 2024
16:12 Gleb Popov (arrowd) search for other commits by this committer Author: Adam Jimerson
shells/elvish: Update to 0.20.1

PR:		277092
commit hash: d1b6ec0df33c0c3914ca7722c67ce2cb7f681194 commit hash: d1b6ec0df33c0c3914ca7722c67ce2cb7f681194 commit hash: d1b6ec0df33c0c3914ca7722c67ce2cb7f681194 commit hash: d1b6ec0df33c0c3914ca7722c67ce2cb7f681194 d1b6ec0
Thursday, 30 Nov 2023
11:32 Fernando Apesteguía (fernape) search for other commits by this committer Author: Adam Jimerson
shells/elvish: Update to v0.19.2

ChangeLog: https://elv.sh/blog/0.19.1-release-notes.html

 * A new doc module provides access to the documentation of builtin modules.
 * A new conj command “appends” values to a list, and has a guaranteed time
   complexity independent of the size of the list.
 * A new inexact-num converts its argument to an inexact number.
 * It is functionally identical to the now deprecated float64 command since the
   Go float64 type is the only underlying inexact number type for now. Its
   behavior may change in future if there are more underlying types for inexact
   numbers.
 * A new type of interactive abbreviation: edit:command-abbr
 * The order and compare commands now support boolean values
 * A new path:join command and path:separator and path:list-separator variables
 * A new runtime: module that contains paths important for the Elvish runtime
 * A new compact command that replaces consecutive runs of equal values with a
   single copy, similar to the Unix uniq command.
 * The order command has a new &key option
 * A new benchmark command has been added
 * When checking compilation errors, Elvish no longer stops after the first
   error found. For example, if $a and $b are both not defined, echo $a $b now
   yields two errors. This applies to both the interactive REPL and elvish
   -compile-only.
 * When using an unimported builtin modules from the REPL, the REPL now shows
   the use command needed to import it, which can be executed from a key
   binding. This functionality is bound to Ctrl-A by default.
 * New variables exposing the terminal and null device in an OS-agnostic
   fashion: $path:dev-tty and $path:dev-null. They are /dev/tty and /dev/null on
   Unix, and CON and NUL on Windows

PR:		275422
Reported by:	vendion@gmail.com (maintainer)
commit hash: 442e68c2b0a78189a8cec19f7c665377f023ba16 commit hash: 442e68c2b0a78189a8cec19f7c665377f023ba16 commit hash: 442e68c2b0a78189a8cec19f7c665377f023ba16 commit hash: 442e68c2b0a78189a8cec19f7c665377f023ba16 442e68c
Tuesday, 21 Mar 2023
12:53 Robert Clausecker (fuz) search for other commits by this committer
shells/elvish: fix build on riscv64

Bump golang.org/x/sys dependency to a version new enough
to support riscv64-freebsd.

Sponsored by:	Berliner Linux User Group e.V.
Approved by:	portmgr (build fix blanket)
commit hash: 864e46ec64f2188aad04e44ba1f422f0a4b58139 commit hash: 864e46ec64f2188aad04e44ba1f422f0a4b58139 commit hash: 864e46ec64f2188aad04e44ba1f422f0a4b58139 commit hash: 864e46ec64f2188aad04e44ba1f422f0a4b58139 864e46e
Friday, 24 Dec 2021
07:04 Hiroki Tagato (tagattie) search for other commits by this committer Author: Adam Jimerson
shells/elvish: update to 0.17.0

Changelog: https://elv.sh/blog/0.17.0-release-notes.html

PR:		260621
Reported by:	Adam Jimerson <vendion@gmail.com> (maintainer)
commit hash: bcea3ecf15536cb480a457d0c0f5b0b58259b661 commit hash: bcea3ecf15536cb480a457d0c0f5b0b58259b661 commit hash: bcea3ecf15536cb480a457d0c0f5b0b58259b661 commit hash: bcea3ecf15536cb480a457d0c0f5b0b58259b661 bcea3ec
Friday, 17 Sep 2021
11:18 Fernando Apesteguía (fernape) search for other commits by this committer Author: Adam Jimerson
shells/elvish: Update elvish to v0.16.3

ChangeLog: https://elv.sh/blog/0.16.0-release-notes.html

PR:	258415
Reported by:	vendion@gmail.com (maintainer)
commit hash: dc25ed72b0c657a44805f9d9aefc9a9b35ba80ff commit hash: dc25ed72b0c657a44805f9d9aefc9a9b35ba80ff commit hash: dc25ed72b0c657a44805f9d9aefc9a9b35ba80ff commit hash: dc25ed72b0c657a44805f9d9aefc9a9b35ba80ff dc25ed7
Tuesday, 2 Feb 2021
13:03 fernape search for other commits by this committer
shells/elvish: Update Elvish to v0.15.0

ChangeLog: https://elv.sh/blog/0.15.0-release-notes.html

PR:	253145
Submitted by:	vendion@gmail.com (maintainer)
Original commitRevision:563803 
Tuesday, 18 Aug 2020
12:27 dmgk search for other commits by this committer
shells/elvish: Update to 0.14.1

- pet portclippy while here

Changes:	https://github.com/elves/elvish/releases/tag/v0.14.1
PR:		248700
Submitted by:	Adam Jimerson <vendion@gmail.com> (maintainer)
Original commitRevision:545229 
Monday, 6 Jul 2020
10:17 lwhsu search for other commits by this committer
Update to 0.14.0

PR:		247793
Submitted by:	Adam Jimerson <vendion@gmail.com> (maintainer)
Original commitRevision:541334 
Sunday, 5 Apr 2020
10:48 mikael search for other commits by this committer
shells/elvish: update to 0.13.1

This also changes the port to use the vendored deps

PR:		245349
Approved by:	Adam Jimerson (maintainer)
Original commitRevision:530762 
Sunday, 5 Jan 2020
19:43 tcberner search for other commits by this committer
shells/elvish Update Elvish to v0.13

Changelog: https://elv.sh/blog/0.13-release-notes.html

PR:		243044
Submitted by:	Adam Jimerson <vendion@gmail.com> (maintainer)
Original commitRevision:522167 
Saturday, 12 Oct 2019
21:25 rodrigo search for other commits by this committer
New port shells/elvish

Elvish is a friendly interactive shell and an expressive programming language.

PR:		237480
Submitted by:	Adam Jimerson <vendion@gmail.com>
Original commitRevision:514356 

Number of commits found: 11