On Thu, Jan 27, 2022 at 09:02:03PM +0900, YASUOKA Masahiko wrote: > Hi, > > It is using libcrypto in base. So no need to require another > libcypto. > > ok?
ok > Index: devel/cjose/Makefile > =================================================================== > RCS file: /disk/cvs/openbsd/ports/devel/cjose/Makefile,v > retrieving revision 1.4 > diff -u -p -r1.4 Makefile > --- devel/cjose/Makefile 13 Jan 2022 10:05:03 -0000 1.4 > +++ devel/cjose/Makefile 27 Jan 2022 11:53:54 -0000 > @@ -5,7 +5,7 @@ COMMENT = Javascript Object Signing and > GH_ACCOUNT = cisco > GH_PROJECT = cjose > GH_TAGNAME = 0.6.1 > -REVISION = 0 > +REVISION = 1 > > SHARED_LIBS = cjose 0.0 > > Index: devel/cjose/patches/patch-cjose_pc_in > =================================================================== > RCS file: devel/cjose/patches/patch-cjose_pc_in > diff -N devel/cjose/patches/patch-cjose_pc_in > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ devel/cjose/patches/patch-cjose_pc_in 27 Jan 2022 11:53:54 -0000 > @@ -0,0 +1,13 @@ > +$OpenBSD$ > + > +Index: cjose.pc.in > +--- cjose.pc.in.orig > ++++ cjose.pc.in > +@@ -11,6 +11,6 @@ Name: cjose > + URL: https://github.com/cisco/cjose > + Description: JOSE implementation for C > + Version: @VERSION@ > +-Requires: jansson >= 2.3, libcrypto >= 1.0.1 > ++Requires: jansson >= 2.3 > + Cflags: -I${includedir} > + Libs: -L${libdir} -lcjose