New tinylog post about portupgrade

This commit is contained in:
Nathan Fisher 2023-06-24 10:06:58 -04:00
parent 7baa414950
commit fb84172abf

View file

@ -4,10 +4,10 @@ Meta(
published: Some(Time( published: Some(Time(
year: 2023, year: 2023,
month: 6, month: 6,
day: 21, day: 24,
hour: 6, hour: 14,
minute: 22, minute: 6,
second: 24, second: 57,
)), )),
tags: [ tags: [
"tinylog", "tinylog",
@ -17,6 +17,8 @@ Meta(
Some shorter thoughts and updates that might not warrant a full gemlog entry. I'll probably be using this to post updates on my various projects in a much more regular fashion. Some shorter thoughts and updates that might not warrant a full gemlog entry. I'll probably be using this to post updates on my various projects in a much more regular fashion.
=> .. Home => .. Home
## 2023-06-24 14:06 UTC
Since switching back to FreeBSD on one of my computers there have been just a few packages that I have wished were a little more up to date. Generally the ports tree is extremely up to date, with the packages collection being built on a quarterly basis. Some packages have definitely gone longer than that, however, so I decided to switch from packages to ports. This is pretty easy, just a little time consuming on the first run since you get one rather large batch of upgrades. I'm using portupgrade since that is the tool I remember, but there are a few others such as portmaster.
## 2023-06-21 06:22 UTC ## 2023-06-21 06:22 UTC
I was up late tonight, so I did some work on the Filesystem storage backend for Dory. Mostly writing tests, which caught a few bugs, but also implementing some missing functionality. I was up late tonight, so I did some work on the Filesystem storage backend for Dory. Mostly writing tests, which caught a few bugs, but also implementing some missing functionality.
## 2023-06-20 17:59 UTC ## 2023-06-20 17:59 UTC