3un0s <[email protected]> wrote: > This release fixes a segfault when running "/theme properties". > > Tests pass. > > Any comments or OK?
Port-wise, only detail is that REVISION must be removed on version bump. Collaboration-wise, always CC the MAINTAINER. Although I always read most of ports@, I missed this email. Tips to a friend for pointing it out. That being said, thanks for sending the update. I originally held back for a while to send it, as I understood there was another minor release coming quite soon after 0.9.5, but it isn't the case. Update looks good to me. Updated patch with REVISION removed. -Lucas
Index: Makefile =================================================================== RCS file: /home/cvs/ports/net/profanity/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile 3 Jul 2020 21:13:00 -0000 1.16 +++ Makefile 11 Jul 2020 16:13:03 -0000 @@ -1,9 +1,8 @@ # $OpenBSD: Makefile,v 1.16 2020/07/03 21:13:00 sthen Exp $ COMMENT = console based XMPP client -DISTNAME = profanity-0.9.4 +DISTNAME = profanity-0.9.5 CATEGORIES = net -REVISION = 0 HOMEPAGE = https://profanity-im.github.io/ Index: distinfo =================================================================== RCS file: /home/cvs/ports/net/profanity/distinfo,v retrieving revision 1.9 diff -u -p -r1.9 distinfo --- distinfo 29 Jun 2020 04:54:59 -0000 1.9 +++ distinfo 11 Jul 2020 15:56:07 -0000 @@ -1,2 +1,2 @@ -SHA256 (profanity-0.9.4.tar.gz) = ZVcKAV5EE3+H2Q2q3R4+vHyNpQ8lMlsGqksT9YuThfo= -SIZE (profanity-0.9.4.tar.gz) = 830413 +SHA256 (profanity-0.9.5.tar.gz) = I/ey5cbPhZE7nnoiiAK8qeyx0c87+PjyhelnYXaiSQI= +SIZE (profanity-0.9.5.tar.gz) = 830966
