From owner-svn-ports-all@freebsd.org Fri Jun 1 06:49:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A98D6F71B5A; Fri, 1 Jun 2018 06:49:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 80A568472D; Fri, 1 Jun 2018 06:49:02 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F1B325578; Fri, 1 Jun 2018 06:49:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w516n26k016793; Fri, 1 Jun 2018 06:49:02 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w516n2Sc016792; Fri, 1 Jun 2018 06:49:02 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201806010649.w516n2Sc016792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 1 Jun 2018 06:49:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471250 - head/sysutils/restic X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/sysutils/restic X-SVN-Commit-Revision: 471250 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.26 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: Fri, 01 Jun 2018 06:49:02 -0000 Author: tobik Date: Fri Jun 1 06:49:01 2018 New Revision: 471250 URL: https://svnweb.freebsd.org/changeset/ports/471250 Log: sysutils/restic: Remove BASH and ZSH options During the last update we forgot to keep %%BASH%% and %%ZSH%% in pkg-plist and the build currently fails when disabling BASH and/or ZSH. [1] Remove the BASH and ZSH options instead of fixing them. Having options to skip installing tiny completion files does not make much sense. The current recommendation in the Porter's Handbook is to always install them unconditionally. PR: 228551 Reported by: rumble.rubble@gmail.com [1] Approved by: gregf@hugops.pw (maintainer) Submitted by: w.schwarzenfeld@utanet.at Modified: head/sysutils/restic/Makefile Modified: head/sysutils/restic/Makefile ============================================================================== --- head/sysutils/restic/Makefile Fri Jun 1 01:11:37 2018 (r471249) +++ head/sysutils/restic/Makefile Fri Jun 1 06:49:01 2018 (r471250) @@ -17,21 +17,13 @@ USE_GITHUB= yes GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= ${GO_PKGNAME}/cmd/${PORTNAME} -OPTIONS_SUB= yes PLIST_SUB= PORTNAME=${PORTNAME} -OPTIONS_DEFINE= BASH ZSH -OPTIONS_DEFAULT= BASH ZSH - post-install: ${INSTALL_MAN} ${WRKSRC}/doc/man/* ${STAGEDIR}${MANPREFIX}/man/man1 - -post-install-BASH-on: ${INSTALL} -d ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ ${INSTALL_SCRIPT} ${WRKSRC}/doc/bash-completion.sh \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME}.sh - -post-install-ZSH-on: ${INSTALL} -d ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ ${INSTALL_DATA} ${WRKSRC}/doc/zsh-completion.zsh \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME}