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
This commit is contained in:
parent
c8e8c7e244
commit
6c060282c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458414
2 changed files with 16 additions and 15 deletions
|
@ -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
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= munin-monitoring
|
||||
GH_TAGNAME= 893c3fa
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
USES= shebangfix uniquefiles:dirs
|
||||
SHEBANG_REGEX= ./(${PORTEXAMPLES:tW:S/ /|/g})/.*
|
||||
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= 1bba76b
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
# 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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue