From owner-svn-ports-all@freebsd.org Sun May 14 12:57:43 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 ABF5FD6C9F9; Sun, 14 May 2017 12:57:43 +0000 (UTC) (envelope-from rene@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 72FA92ED; Sun, 14 May 2017 12:57:43 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4ECvgRh030742; Sun, 14 May 2017 12:57:42 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4ECvg2R030741; Sun, 14 May 2017 12:57:42 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201705141257.v4ECvg2R030741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 14 May 2017 12:57:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440875 - head/sysutils/password-store 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.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, 14 May 2017 12:57:43 -0000 Author: rene Date: Sun May 14 12:57:42 2017 New Revision: 440875 URL: https://svnweb.freebsd.org/changeset/ports/440875 Log: pwgen is only used by some contributed zsh scripts of password-store Make the pwgen dependency depend on the CONTRIB option and bump PORTREVISION Modified: head/sysutils/password-store/Makefile Modified: head/sysutils/password-store/Makefile ============================================================================== --- head/sysutils/password-store/Makefile Sun May 14 12:48:56 2017 (r440874) +++ head/sysutils/password-store/Makefile Sun May 14 12:57:42 2017 (r440875) @@ -2,6 +2,7 @@ PORTNAME= password-store PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/ @@ -14,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= bash:shells/bash \ getopt>=0:misc/getopt \ gnupg>=2:security/gnupg \ - pwgen>=0:sysutils/pwgen \ tree>=1.7:sysutils/tree NO_ARCH= yes @@ -32,6 +32,7 @@ QRENCODE_DESC= Enable QR code support GIT_RUN_DEPENDS= git>=0:devel/git XCLIP_RUN_DEPENDS= base64>=0:converters/base64 \ xclip>=0:x11/xclip +CONTRIB_RUN_DEPENDS= pwgen>=0:sysutils/pwgen QRENCODE_RUN_DEPENDS= qrencode>=0:graphics/libqrencode SUB_FILES= pass