On 2021/08/26 03:49, Wind R wrote: > This is a minor update, mostly just deleting patches merged into upstream. > > ok?
Diff is not usable directly, protonmail usually corrupts the text part of emails. Try as an attachment instead. > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/libusb1/Makefile,v > retrieving revision 1.34 > diff -u -p -r1.34 Makefile > --- Makefile 5 Aug 2020 13:59:36 -0000 1.34 > +++ Makefile 26 Aug 2021 03:45:17 -0000 > @@ -2,10 +2,10 @@ > > COMMENT = library for USB device access from userspace > > -VERSION = 1.0.23 > +VERSION = 1.0.24 > DISTNAME = libusb-${VERSION} > PKGNAME = libusb1-${VERSION} > -REVISION = 2 > +REVISION = 1 Remove the REVISION line for a version update. There's a new function libusb_hotplug_get_user_data() so the shared library minor version must be bumped. https://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs