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/vim/pkg-message

Number of commits found: 4

Friday, 3 Nov 2023
12:00 Dan Langille (dvl) search for other commits by this committer
*/*: Fix broken UCL

Most of this is a missing ] or }. In one case, it was leading
whitespace before a EOM tag.

PR:		259533
Approved by:	portmgr (blanket)
commit hash: 0cc58ed59d3b6e0f8026f4b93c0d7d1e6dd194bc commit hash: 0cc58ed59d3b6e0f8026f4b93c0d7d1e6dd194bc commit hash: 0cc58ed59d3b6e0f8026f4b93c0d7d1e6dd194bc commit hash: 0cc58ed59d3b6e0f8026f4b93c0d7d1e6dd194bc 0cc58ed
Saturday, 3 Sep 2022
18:03 Adam Weinberger (adamw) search for other commits by this committer
editors/vim: Update to 9.0.0369, and drop the FreeBSD vimrc

Our FreeBSD vimrc has caused a lot of trouble. It seriously mangles
config loading order (see below PR for the 21 comments it took before
I could get my head around it), clobbers defaults, duplicates defaults,
and simply isn't how Vim does things.

In this patch, the system vimrc is dropped entirely. Instead,
$VIMRUNTIME/defaults.vim sources $VIMRUNTIME/defaults_freebsd.vim, which
contains only FreeBSD-specific settings (today, a convenience augroup
for port creation, and a flag to let syntax/sh.vim know that /bin/sh
isn't bash).

There is no perfect solution here, but by not clobbering anything
anymore, we at least don't *prevent* other solutions. You now get Vim's
defaults, and you are free to override them in your ~/.vimrc.

PR:		251420
commit hash: a058c61ea36c0cb64a61c83563b55a157cf549f4 commit hash: a058c61ea36c0cb64a61c83563b55a157cf549f4 commit hash: a058c61ea36c0cb64a61c83563b55a157cf549f4 commit hash: a058c61ea36c0cb64a61c83563b55a157cf549f4 a058c61
Tuesday, 16 Apr 2013
16:04 eadler search for other commits by this committer
vim has sufficiently improved the security of its modeline processing.

The FreeBSD Security Team no longer feels that the warning to disable
modeline support is needed.

Discussed with:	delphij, des
With Hat:	secteam-ports
Feature safe:	yes
Original commitRevision:315831 
Tuesday, 16 Aug 2005
16:48 remko search for other commits by this committer
Add a note about VIM's modeline support.  This will instruct users
that do not need the modeline support to disable it, since it contained
remote vulnerabilities.

Reviewed by:            simon
Approved by:            portsmgr (blanket, secteam), obrien (maintainer)
Original commit

Number of commits found: 4