From owner-svn-ports-head@freebsd.org Mon Jan 8 13:38:53 2018 Return-Path: Delivered-To: svn-ports-head@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 7918AE6D160; Mon, 8 Jan 2018 13:38:53 +0000 (UTC) (envelope-from mat@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 1FEAF7B812; Mon, 8 Jan 2018 13:38:53 +0000 (UTC) (envelope-from mat@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 5C53C508; Mon, 8 Jan 2018 13:38:52 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w08Dcqvi089846; Mon, 8 Jan 2018 13:38:52 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w08DcqnC089844; Mon, 8 Jan 2018 13:38:52 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201801081338.w08DcqnC089844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 8 Jan 2018 13:38:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458414 - head/sysutils/munin-contrib X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/sysutils/munin-contrib X-SVN-Commit-Revision: 458414 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: Mon, 08 Jan 2018 13:38:53 -0000 Author: mat Date: Mon Jan 8 13:38:51 2018 New Revision: 458414 URL: https://svnweb.freebsd.org/changeset/ports/458414 Log: Update to latest commit. Fix shebangs, I had somehow broken them between my testing and the addition of the port. [1] PR: 224990 [1] Reported by: olaf zaplinski de Sponsored by: Absolight Modified: head/sysutils/munin-contrib/Makefile (contents, props changed) head/sysutils/munin-contrib/distinfo (contents, props changed) Modified: head/sysutils/munin-contrib/Makefile ============================================================================== --- head/sysutils/munin-contrib/Makefile Mon Jan 8 13:38:47 2018 (r458413) +++ head/sysutils/munin-contrib/Makefile Mon Jan 8 13:38:51 2018 (r458414) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= contrib -DISTVERSION= git.2017-03-01 +DISTVERSION= git.2017-10-05 CATEGORIES= sysutils PKGNAMEPREFIX= munin- @@ -10,29 +10,30 @@ COMMENT= Contributed plugins and other for munin RUN_DEPENDS= munin-node>=0:sysutils/munin-node +USES= shebangfix uniquefiles:dirs python:env +SHEBANG_REGEX= ./(${EXAMPLES_DIRS:ts|})/.* +SHEBANG_LANG= python3 expect gawk zsh +ruby_OLD_CMD= /opt/csw/bin/ruby +zsh_CMD= ${LOCALBASE}/bin/zsh +python3_CMD= ${LOCALBASE}/bin/python${PYTHON3_DEFAULT} USE_GITHUB= yes GH_ACCOUNT= munin-monitoring -GH_TAGNAME= 893c3fa +GH_TAGNAME= 1bba76b NO_BUILD= yes NO_ARCH= yes -USES= shebangfix uniquefiles:dirs -SHEBANG_REGEX= ./(${PORTEXAMPLES:tW:S/ /|/g})/.* -SHEBANG_LANG= python3 expect gawk zsh -ruby_OLD_CMD= /opt/csw/bin/ruby -zsh_CMD= ${LOCALBASE}/bin/zsh -python3_CMD= ${LOCALBASE}/bin/python${PYTHON3_DEFAULT} - # Most of the installed files are scripts, so give them a "correct" mode. BINMODE= 755 SUB_FILES= pkg-message +EXAMPLES_DIRS= plugins samples templates tools + do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${COPYTREE_BIN} 'plugins samples templates tools' ${STAGEDIR}${EXAMPLESDIR} - @cd ${STAGEDIR}${PREFIX} && ${FIND} * -type f >> ${TMPPLIST} + cd ${WRKSRC} && ${COPYTREE_BIN} ${EXAMPLES_DIRS:Q} ${STAGEDIR}${EXAMPLESDIR} + @cd ${STAGEDIR}${PREFIX} && ${FIND} -f * '(' -type f -o -type l ')' >> ${TMPPLIST} .include Modified: head/sysutils/munin-contrib/distinfo ============================================================================== --- head/sysutils/munin-contrib/distinfo Mon Jan 8 13:38:47 2018 (r458413) +++ head/sysutils/munin-contrib/distinfo Mon Jan 8 13:38:51 2018 (r458414) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488447628 -SHA256 (munin-monitoring-contrib-git.2017-03-01-893c3fa_GH0.tar.gz) = 413344a94db0a63f2f1879ab8e31a0888b985690d33be29905c2cb7159f99353 -SIZE (munin-monitoring-contrib-git.2017-03-01-893c3fa_GH0.tar.gz) = 4051566 +TIMESTAMP = 1515417396 +SHA256 (munin-monitoring-contrib-git.2017-10-05-1bba76b_GH0.tar.gz) = 52aed1565df5cc256110def2f81cc1119a4ae9d33ecc5c5b23635b9c6f1e65f2 +SIZE (munin-monitoring-contrib-git.2017-10-05-1bba76b_GH0.tar.gz) = 4390547