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: lang/fennel/Makefile

Number of commits found: 17

Thursday, 28 Mar 2024
22:29 Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 1.4.2 and fix test

Fix one test that was failing because it could only find lua executables
with a version in the filename if it was in the form luax.y (e.g.,
lua5.4), but not luaxy (e.g., lua54) as we have.

Changelog:	https://git.sr.ht/~technomancy/fennel/tree/1.4.2/item/changelog.md
Sponsored by:	The FreeBSD Foundation
commit hash: e202fa611899daabf0d2c694e7ad2590babcc415 commit hash: e202fa611899daabf0d2c694e7ad2590babcc415 commit hash: e202fa611899daabf0d2c694e7ad2590babcc415 commit hash: e202fa611899daabf0d2c694e7ad2590babcc415 e202fa6
Sunday, 18 Feb 2024
20:25 Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 1.4.0

Changelog:	https://git.sr.ht/~technomancy/fennel/tree/1.4.0/item/changelog.md#140--2023-12-01
Sponsored by:	The FreeBSD Foundation
commit hash: 93f1f81a62aa347b15966e89e85d73692c4c7efd commit hash: 93f1f81a62aa347b15966e89e85d73692c4c7efd commit hash: 93f1f81a62aa347b15966e89e85d73692c4c7efd commit hash: 93f1f81a62aa347b15966e89e85d73692c4c7efd 93f1f81
Wednesday, 8 Nov 2023
16:37 Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 1.3.1

Changes:	https://git.sr.ht/~technomancy/fennel/tree/1.3.1/item/changelog.md
Sponsored by:	The FreeBSD Foundation
commit hash: d460504e18ec298646752eb13240079fcb8871ea commit hash: d460504e18ec298646752eb13240079fcb8871ea commit hash: d460504e18ec298646752eb13240079fcb8871ea commit hash: d460504e18ec298646752eb13240079fcb8871ea d460504
Thursday, 18 May 2023
20:28 Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 1.3.0

Changes:	https://git.sr.ht/~technomancy/fennel/tree/1.3.0/item/changelog.md#130--2023-02-13
Sponsored by:	The FreeBSD Foundation
commit hash: 0d13cc6dabb442a5fa209bd2c733dbf57457a6a2 commit hash: 0d13cc6dabb442a5fa209bd2c733dbf57457a6a2 commit hash: 0d13cc6dabb442a5fa209bd2c733dbf57457a6a2 commit hash: 0d13cc6dabb442a5fa209bd2c733dbf57457a6a2 0d13cc6
Monday, 12 Dec 2022
19:58 Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 1.2.1

https://git.sr.ht/~technomancy/fennel/tree/main/item/changelog.md#121--2022-10-15

Sponsored by:	The FreeBSD Foundation
commit hash: 40b230a1d70f1339ed68444c0ecc7e883e34e1f8 commit hash: 40b230a1d70f1339ed68444c0ecc7e883e34e1f8 commit hash: 40b230a1d70f1339ed68444c0ecc7e883e34e1f8 commit hash: 40b230a1d70f1339ed68444c0ecc7e883e34e1f8 40b230a
Thursday, 6 Oct 2022
21:39 Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 1.2.0

https://git.sr.ht/~technomancy/fennel/tree/main/item/changelog.md#120--2022-08-27

Sponsored by:	The FreeBSD Foundation
commit hash: 0e08ea9b05d2661fcf7b9921ad4e272de261a103 commit hash: 0e08ea9b05d2661fcf7b9921ad4e272de261a103 commit hash: 0e08ea9b05d2661fcf7b9921ad4e272de261a103 commit hash: 0e08ea9b05d2661fcf7b9921ad4e272de261a103 0e08ea9
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 25 May 2022
16:10 Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 1.1.0

https://git.sr.ht/~technomancy/fennel/tree/main/item/changelog.md#110--2022-04-09

Sponsored by:	The FreeBSD Foundation
commit hash: c80a4f7fa7d3a2c82e3ece8615fbf66d1b509422 commit hash: c80a4f7fa7d3a2c82e3ece8615fbf66d1b509422 commit hash: c80a4f7fa7d3a2c82e3ece8615fbf66d1b509422 commit hash: c80a4f7fa7d3a2c82e3ece8615fbf66d1b509422 c80a4f7
Tuesday, 21 Dec 2021
15:36 Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 1.0.0

Port changes:
Respect upstream's default behavior and install the fennel script rather
than fennel-bin, the native binary.

Upstream changes:
https://git.sr.ht/~technomancy/fennel/tree/main/item/changelog.md#100--2021-11-14

Sponsored by:	The FreeBSD Foundation
commit hash: ae37f26f9e4294e96ee0ef62870d333251be1154 commit hash: ae37f26f9e4294e96ee0ef62870d333251be1154 commit hash: ae37f26f9e4294e96ee0ef62870d333251be1154 commit hash: ae37f26f9e4294e96ee0ef62870d333251be1154 ae37f26
Friday, 20 Aug 2021
16:00 Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Also install fennel library
commit hash: d27c45ee2fcacb59569c4011f91c4c045fb64244 commit hash: d27c45ee2fcacb59569c4011f91c4c045fb64244 commit hash: d27c45ee2fcacb59569c4011f91c4c045fb64244 commit hash: d27c45ee2fcacb59569c4011f91c4c045fb64244 d27c45e
14:46 Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 0.10.0

https://git.sr.ht/~technomancy/fennel/tree/main/item/changelog.md#0100--2021-08-07
commit hash: 7c39f3c37bf21dd53f17e3e40174572358954616 commit hash: 7c39f3c37bf21dd53f17e3e40174572358954616 commit hash: 7c39f3c37bf21dd53f17e3e40174572358954616 commit hash: 7c39f3c37bf21dd53f17e3e40174572358954616 7c39f3c
Friday, 4 Jun 2021
15:22 Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 0.9.2

https://git.sr.ht/~technomancy/fennel/tree/main/changelog.md#092--2021-05-02
https://git.sr.ht/~technomancy/fennel/tree/main/changelog.md#091--2021-04-10
commit hash: 2a868c0a0c0557af76e0bd7cc544023ffb76347a commit hash: 2a868c0a0c0557af76e0bd7cc544023ffb76347a commit hash: 2a868c0a0c0557af76e0bd7cc544023ffb76347a commit hash: 2a868c0a0c0557af76e0bd7cc544023ffb76347a 2a868c0
Friday, 9 Apr 2021
15:48 Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 0.9.0

https://lists.sr.ht/~technomancy/fennel/%3C87im4wv3li.fsf%40whirlwind%3E
commit hash: 63e5aeeb11f262e64f0a8a9396ffb629423dfe72 commit hash: 63e5aeeb11f262e64f0a8a9396ffb629423dfe72 commit hash: 63e5aeeb11f262e64f0a8a9396ffb629423dfe72 commit hash: 63e5aeeb11f262e64f0a8a9396ffb629423dfe72 63e5aee
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 3 Feb 2021
15:31 jrm search for other commits by this committer
lang/fennel: Update to version 0.8.1

https://git.sr.ht/~technomancy/fennel/tree/main/item/changelog.md#081--2021-02-02
Original commitRevision:563894 
02:25 jrm search for other commits by this committer
New port, lang/fennel: Lisp that compiles to Lua

WWW: https://fennel-lang.org/
Original commitRevision:563861 

Number of commits found: 17