From owner-svn-ports-all@freebsd.org Sun Sep 17 10:56:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BB06E09D2D; Sun, 17 Sep 2017 10:56:46 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1238F7EEC6; Sun, 17 Sep 2017 10:56:46 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8HAujow000635; Sun, 17 Sep 2017 10:56:45 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8HAuje4000633; Sun, 17 Sep 2017 10:56:45 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201709171056.v8HAuje4000633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 17 Sep 2017 10:56:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449990 - head/sysutils/passwordsafe X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/sysutils/passwordsafe X-SVN-Commit-Revision: 449990 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2017 10:56:46 -0000 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