Skip to content

Instantly share code, notes, and snippets.

@ike
Created March 31, 2019 03:09
Show Gist options
  • Save ike/d213a1a413b7fbcc7a097ecfde06e86a to your computer and use it in GitHub Desktop.
Save ike/d213a1a413b7fbcc7a097ecfde06e86a to your computer and use it in GitHub Desktop.
OpenBSD Minor Port Update Checklist

OpenBSD Minor Port Update Checklist 🐡

To start:

  • Must bump version -- add REVISION=0 if upstream version hasn't changed
  • Point Makefile at new version
  • Run make makesum to generate new checksums
  • Run make patch

Check for these tweaks:

  • Use https for homepage and master site
  • TEST_TARGET and MAKE_FLAGS are not needed anymore
  • Super simple ports (scripts, etc) can use PKG_ARCH=*

Before emailing patch try the following and if it works, add the status of each of these to the email:

@ike
Copy link
Author

ike commented Apr 2, 2019

@pmosetc -- oooh, that's a fantastic blog post. Thanks for sharing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment