From 3a4dc02d0f220c9d69b828c537a79bf111236d06 Mon Sep 17 00:00:00 2001 From: nick black Date: Mon, 1 Jun 2020 17:26:56 -0400 Subject: [PATCH] freebsd release notes --- doc/release-checklist.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/release-checklist.md b/doc/release-checklist.md index d80e86c33..0b1fd3955 100644 --- a/doc/release-checklist.md +++ b/doc/release-checklist.md @@ -39,3 +39,16 @@ * `scp -r html qemfd.net:/var/www/notcurses/` * Update Debian changelog with `dch -v $NEXTVERSION-1` * Update CMakeLists.txt with next version + +==FreeBSD== + +* Update svn checkout of Ports tree: `cd /usr/ports && svn up` +* Upgrade ports: `portupgrade -uap` +* `cd /usr/ports/devel/notcurses` +* Update `DISTVERSION` in `Makefile +* `sudo make makesum` +* `make stage` +* `make stage-qa` +* `portlint` +* `svn diff > ../`make -VPKGNAME`.diff +* File bug on devel/notcurses, attach diff