From owner-svn-ports-head@freebsd.org Sun Mar 18 20:44:56 2018 Return-Path: Delivered-To: svn-ports-head@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 18C1AF522E7; Sun, 18 Mar 2018 20:44:56 +0000 (UTC) (envelope-from yuri@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 B7FB785DD5; Sun, 18 Mar 2018 20:44:55 +0000 (UTC) (envelope-from yuri@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 A78B025691; Sun, 18 Mar 2018 20:44:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2IKitTV093069; Sun, 18 Mar 2018 20:44:55 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2IKitom093068; Sun, 18 Mar 2018 20:44:55 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803182044.w2IKitom093068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 18 Mar 2018 20:44:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464953 - head/sysutils/autojump X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/sysutils/autojump X-SVN-Commit-Revision: 464953 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Mar 2018 20:44:56 -0000 Author: yuri Date: Sun Mar 18 20:44:55 2018 New Revision: 464953 URL: https://svnweb.freebsd.org/changeset/ports/464953 Log: sysutils/autojump: Unbreak by fixing shebang Also remove ZSH option: shell completions are now installed unconditionally. Approved by: portmgr (port compliance, infrastructure) Modified: head/sysutils/autojump/Makefile Modified: head/sysutils/autojump/Makefile ============================================================================== --- head/sysutils/autojump/Makefile Sun Mar 18 20:39:04 2018 (r464952) +++ head/sysutils/autojump/Makefile Sun Mar 18 20:44:55 2018 (r464953) @@ -3,6 +3,7 @@ PORTNAME= autojump PORTVERSION= 13 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.vermatech.com/distfiles/ DISTNAME= autojump_v${PORTVERSION} @@ -14,8 +15,9 @@ LICENSE= GPLv3 RUN_DEPENDS= bash:shells/bash +USES= python:run shebangfix NO_BUILD= yes -USES= python:run +SHEBANG_FILES= autojump jumpapplet SUB_FILES= pkg-install PLIST_FILES= bin/autojump \ @@ -23,14 +25,9 @@ PLIST_FILES= bin/autojump \ man/man1/autojump.1.gz \ share/autojump/autojump.bash \ share/autojump/autojump.zsh \ - share/autojump/icon.png + share/autojump/icon.png \ + share/zsh/site-functions/_j -OPTIONS_DEFINE= ZSH -OPTIONS_DEFAULT= ZSH - -ZSH_RUN_DEPENDS= zsh:shells/zsh -ZSH_PLIST_FILES= share/zsh/site-functions/_j - post-patch: @${REINPLACE_CMD} -e '/#!\/usr\/bin/s|python|env &|' \ ${WRKSRC}/autojump @@ -38,8 +35,6 @@ post-patch: do-install: @(cd ${INSTALL_WRKSRC} && ${SETENV} ${SH} ./install.sh \ --prefix ${STAGEDIR}${PREFIX}) - -do-install-ZSH-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/_j \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions