On Thu, Nov 08, 2012 at 09:46:44PM +0000, Stuart Henderson wrote: > see sysutils/ykpers, and yes there are proper releases of this, > see the googlecode page.
OK, good one. So here's diff, works for me on amd64. jirib Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/ykpers/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile 6 Sep 2012 10:04:46 -0000 1.2 +++ Makefile 8 Nov 2012 21:52:07 -0000 @@ -2,8 +2,7 @@ COMMENT= library and tool to program YubiKeys -DISTNAME= ykpers-1.7.0 -REVISION= 0 +DISTNAME= ykpers-1.9.0 SHARED_LIBS += ykpers-1 0.0 # 7.3 Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/ykpers/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 20 Jun 2012 15:34:47 -0000 1.1.1.1 +++ distinfo 8 Nov 2012 21:52:07 -0000 @@ -1,5 +1,2 @@ -MD5 (ykpers-1.7.0.tar.gz) = 0gmhPjBzzZImXMBJBMG9mQ== -RMD160 (ykpers-1.7.0.tar.gz) = zDscFKuelEa3LUhhXX2SHPgakFg= -SHA1 (ykpers-1.7.0.tar.gz) = 3jJRB8HW6dOmEZnK1e6sabmKNtc= -SHA256 (ykpers-1.7.0.tar.gz) = cKKjA8Kx3ChSqx+8lGFkbHnjgprkt8QZxOQyQz5BLtQ= -SIZE (ykpers-1.7.0.tar.gz) = 433901 +SHA256 (ykpers-1.9.0.tar.gz) = ViRZPSPFp+px0Hef4E8rDgRASplgDsj8AIMxaAtGDUg= +SIZE (ykpers-1.9.0.tar.gz) = 454253 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/sysutils/ykpers/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 PLIST --- pkg/PLIST 20 Jun 2012 15:34:47 -0000 1.1.1.1 +++ pkg/PLIST 8 Nov 2012 21:52:07 -0000 @@ -1,10 +1,12 @@ @comment $OpenBSD: PLIST,v 1.1.1.1 2012/06/20 15:34:47 sthen Exp $ %%SHARED%% @bin bin/ykchalresp +@bin bin/ykinfo @bin bin/ykpersonalize include/ykpers-1/ include/ykpers-1/ykcore.h include/ykpers-1/ykdef.h +include/ykpers-1/ykpbkdf2.h include/ykpers-1/ykpers.h include/ykpers-1/ykstatus.h lib/libykpers-1.a @@ -12,4 +14,5 @@ lib/libykpers-1.la lib/pkgconfig/ lib/pkgconfig/ykpers-1.pc @man man/man1/ykchalresp.1 +@man man/man1/ykinfo.1 @man man/man1/ykpersonalize.1