From owner-svn-ports-all@freebsd.org Sun Oct 18 09:55:57 2015 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 2A108A16672; Sun, 18 Oct 2015 09:55:57 +0000 (UTC) (envelope-from romain@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 EAE2CA5C; Sun, 18 Oct 2015 09:55:56 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9I9tuVQ011140; Sun, 18 Oct 2015 09:55:56 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9I9ttga011138; Sun, 18 Oct 2015 09:55:55 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201510180955.t9I9ttga011138@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Sun, 18 Oct 2015 09:55:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399612 - in head: . security/yubikey-personalization security/yubikey-personalization-gui X-SVN-Group: ports-head 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.20 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, 18 Oct 2015 09:55:57 -0000 Author: romain Date: Sun Oct 18 09:55:55 2015 New Revision: 399612 URL: https://svnweb.freebsd.org/changeset/ports/399612 Log: Remove security/yubikey-personalization (duplicate of security/ykpers) PR: 203835 Submitted by: cmt@burggraben.net Deleted: head/security/yubikey-personalization/ Modified: head/MOVED head/security/yubikey-personalization-gui/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Oct 18 09:50:39 2015 (r399611) +++ head/MOVED Sun Oct 18 09:55:55 2015 (r399612) @@ -7894,3 +7894,4 @@ graphics/epeg|devel/efl|2015-10-11|Has e x11-drivers/xf86-video-ati-ums||2015-10-13|Not supported by xorg-server 1.17 x11/nvidia-driver-173||2015-10-13|Does not support xorg-server 1.15 and higher net-mgmt/bsnmptools||2015-10-16|Has expired: client tools (including SNMPv3 support) are part of the base system +security/yubikey-personalization|security/ykpers|2015-10-18|Port duplicate with security/ykpers Modified: head/security/yubikey-personalization-gui/Makefile ============================================================================== --- head/security/yubikey-personalization-gui/Makefile Sun Oct 18 09:50:39 2015 (r399611) +++ head/security/yubikey-personalization-gui/Makefile Sun Oct 18 09:55:55 2015 (r399612) @@ -9,7 +9,7 @@ COMMENT= Graphical YubiKey personalizati LICENSE= BSD2CLAUSE -LIB_DEPENDS= libykpers-1.so:${PORTSDIR}/security/yubikey-personalization +LIB_DEPENDS= libykpers-1.so:${PORTSDIR}/security/ykpers USE_GITHUB= yes GH_ACCOUNT= Yubico