Date: Sun, 17 Sep 2017 10:56:45 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449990 - head/sysutils/passwordsafe Message-ID: <201709171056.v8HAuje4000633@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Sun Sep 17 10:56:44 2017 New Revision: 449990 URL: https://svnweb.freebsd.org/changeset/ports/449990 Log: sysutils/passwordsafe:Add Yubikey support - Update to 1.02.1beta while here Modified: head/sysutils/passwordsafe/Makefile head/sysutils/passwordsafe/distinfo Modified: head/sysutils/passwordsafe/Makefile ============================================================================== --- head/sysutils/passwordsafe/Makefile Sun Sep 17 09:01:54 2017 (r449989) +++ head/sysutils/passwordsafe/Makefile Sun Sep 17 10:56:44 2017 (r449990) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= passwordsafe -DISTVERSION= 1.02BETA -PORTREVISION= 1 +DISTVERSION= 1.02.1BETA CATEGORIES= sysutils MAINTAINER= brnrd@FreeBSD.org @@ -24,6 +23,14 @@ USE_GITHUB= yes USE_WX= 3.0+ USE_XORG= x11 xtst +OPTIONS_DEFINE= NLS YUBIKEY +YUBIKEY_DESC= Yubikey support +OPTIONS_SUB= yes + +NLS_USES= gettext +YUBIKEY_LIB_DEPENDS= libykpers-1.so:security/ykpers +YUBIKEY_MAKE_ENV_OFF= NO_YUBI=yes + GH_ACCOUNT= pwsafe GH_PROJECT= ${GH_ACCOUNT} @@ -31,10 +38,6 @@ WX_COMP= wx WANT_WX_VER= 3.0 ALL_TARGET= unicoderelease - -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes -NLS_USES= gettext post-patch: . for f in Makefile.freebsd help/Makefile.freebsd src/os/unix/Makefile \ Modified: head/sysutils/passwordsafe/distinfo ============================================================================== --- head/sysutils/passwordsafe/distinfo Sun Sep 17 09:01:54 2017 (r449989) +++ head/sysutils/passwordsafe/distinfo Sun Sep 17 10:56:44 2017 (r449990) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497127333 -SHA256 (pwsafe-pwsafe-1.02BETA_GH0.tar.gz) = 78d5970e8de2b28584ebdf6a319dd484e733afea06d1b3d15ac80bf454b39ccc -SIZE (pwsafe-pwsafe-1.02BETA_GH0.tar.gz) = 14067763 +TIMESTAMP = 1505567310 +SHA256 (pwsafe-pwsafe-1.02.1BETA_GH0.tar.gz) = cd376032947c705fbbdbecb763eea760cc7ce2e1eb539df04bda3fad34ad9e27 +SIZE (pwsafe-pwsafe-1.02.1BETA_GH0.tar.gz) = 14068085
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709171056.v8HAuje4000633>