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: devel/nimble/distinfo

Number of commits found: 13

Friday, 24 Feb 2023
16:39 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: Neal Nelson
devel/nimble: Upgrade to 0.14.2

ChangeLog: https://github.com/nim-lang/nimble/releases/tag/v0.14.2

 * Remove types requiresInit pragma which conflicts with json
 * Common: bump nimbleVersion from 0.14.0 to 0.14.1
 * Run with --noNimblePath when there is a lock file
 * Lock: write lock file with final newline
 * Allow locking nim version in nimble.lock
 * Make sure that nimble.paths is checked relative to config.nims
 * Document where token is stored

PR:		269781
Reported by:	ports@nicandneal.net (maintainer)
commit hash: 3878abc5243527ef31b85b0c1b9e31bf2c576518 commit hash: 3878abc5243527ef31b85b0c1b9e31bf2c576518 commit hash: 3878abc5243527ef31b85b0c1b9e31bf2c576518 commit hash: 3878abc5243527ef31b85b0c1b9e31bf2c576518 3878abc
Monday, 2 Jan 2023
20:23 Nuno Teixeira (eduardo) search for other commits by this committer Author: Neal Nelson
devel/nimble: Update to 0.14.1

ChangeLog:	https://github.com/nim-lang/nimble/releases/tag/v0.14.1
PR:		268724
commit hash: 9c9bfb6ffcaa310797e96842fa7d4c0bf9e44108 commit hash: 9c9bfb6ffcaa310797e96842fa7d4c0bf9e44108 commit hash: 9c9bfb6ffcaa310797e96842fa7d4c0bf9e44108 commit hash: 9c9bfb6ffcaa310797e96842fa7d4c0bf9e44108 9c9bfb6
Wednesday, 30 Nov 2022
02:01 Nuno Teixeira (eduardo) search for other commits by this committer Author: Neal Nelson
devel/nimble: Update to 0.14.0

ChangeLog:	https://github.com/nim-lang/nimble/releases/tag/v0.14.0
PR:		268045
commit hash: 38cfdbba01554755da289f7f834af3d155c93f87 commit hash: 38cfdbba01554755da289f7f834af3d155c93f87 commit hash: 38cfdbba01554755da289f7f834af3d155c93f87 commit hash: 38cfdbba01554755da289f7f834af3d155c93f87 38cfdbb
Friday, 29 Oct 2021
22:52 Yasuhiro Kimura (yasu) search for other commits by this committer Author: Neal Nelson
devel/nimble: Reinstate port and update to 0.13.1

The official documentation of nim states that nimble is included with
the distribution of nim, but this is somewhat disingenuous as koch,
the nim builder, will fetch the nimble source code from git. So
reinstate devel/nimble as separate port of nimble, which is not built
by lang/nim.

PR:		259522
commit hash: 7859c2a1569bbe914530946f45da996c3180d17b commit hash: 7859c2a1569bbe914530946f45da996c3180d17b commit hash: 7859c2a1569bbe914530946f45da996c3180d17b commit hash: 7859c2a1569bbe914530946f45da996c3180d17b 7859c2a
Saturday, 24 Oct 2020
18:40 lwhsu search for other commits by this committer
devel/nimble: Update to 0.12.0

PR:		250462
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
Original commitRevision:553214 
Tuesday, 5 May 2020
11:01 wen search for other commits by this committer
- Update to 0.11.2

PR:		246166
Submitted by:	ports@nicandneal.net(maintainer)
Original commitRevision:534064 
Friday, 27 Sep 2019
13:16 swills search for other commits by this committer
devel/nimble: Upgrade to 0.11.0

PR:		240863
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
Original commitRevision:513034 
Friday, 7 Jun 2019
23:24 swills search for other commits by this committer
devel/nimble: upgrade to 0.10.2

PR:		238363
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
Original commitRevision:503674 
Wednesday, 29 May 2019
12:01 kai search for other commits by this committer
devel/nimble: Update to 0.10.0

Changelog:

Nimble now uses the Nim compiler directly via nim e to execute nimble
scripts rather than embedding the Nim VM.

Several other features and fixes have been implemented to improve general
development and test workflows:

* nimble test now sports a -continue or -c flag that allows tests to
  continue on failure, removes all created test binaries on completion and
  warns if no tests found.
* The --inclDeps or -i flag enables nimble uninstall to remove all dependent
  packages during uninstall.
* Added documentation on the usage of a custom nimbleDir.
* Package type interactive prompt is more readable.
* Save temporary files in a per-user temp dir to enable Nimble on multi-user
  systems.
* CTRL-C is now handled correctly in interactive prompts.
* Fixed issue where empty package list led to error.
* Fixed issue where file:// was prepended incorrectly.
* Fixed miscellaneous issues in version parsing, Github auth and briefClone.
* Miscellaneous cleanup of deprecated procs.

https://github.com/nim-lang/nimble/blob/v0.10.0/changelog.markdown

PR:		238187
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
Original commitRevision:502952 
Friday, 2 Nov 2018
13:01 0mp search for other commits by this committer
devel/nimble: Update to 0.9.0

While here, set LICENSE_FILE.

PR:		232781
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
Reviewed by:	krion
Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D17748
Original commitRevision:483803 
Monday, 26 Feb 2018
10:09 yuri search for other commits by this committer
devel/nimble: Update to 0.8.10

PR:		226214
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
Approved by:	tcberner (mentor, implicit)
Original commitRevision:463011 
Thursday, 26 Oct 2017
18:35 tcberner search for other commits by this committer
Update devel/nimble to 0.8.8

PR:		223206
Submitted by:	Neal Nelson <ports@nicandneal.net>
Original commitRevision:452936 
Tuesday, 21 Feb 2017
14:37 krion search for other commits by this committer
New port devel/nimble:

Nimble is a package manager for the Nim programming language.

WWW: https://github.com/nim-lang/nimble

PR:		215304
Submitted by:	Neal Nelson <ports@nicandneal.net>
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9688
Original commitRevision:434535 

Number of commits found: 13