Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jan 2018 13:38:52 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458414 - head/sysutils/munin-contrib
Message-ID:  <201801081338.w08DcqnC089844@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801081338.w08DcqnC089844>