Skip to content

Instantly share code, notes, and snippets.

@ike
Created March 31, 2019 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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:

@pmosetc
Copy link

pmosetc commented Mar 31, 2019

thanks for your work! please keep it coming :)
I like to use danj's update guide when I forget some of the steps and want a more simple workflow: https://chown.me/blog/how-to-update-an-openbsd-port.html
-pamela@

@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