mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Update to latest commit.
Also, don't use PORTDOCS and PORTEXAMPLES, even if the port does not define both options, the files are not packaged if you set a global OPTIONS_UNSET. PR: 217436 Sponsored by: Absolight
This commit is contained in:
parent
5efa59cc20
commit
91a70564c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435222
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= contrib
|
||||
DISTVERSION= git.2017-01-21
|
||||
DISTVERSION= git.2017-03-01
|
||||
CATEGORIES= sysutils
|
||||
PKGNAMEPREFIX= munin-
|
||||
|
||||
@ -12,7 +12,7 @@ RUN_DEPENDS= munin-node>=0:sysutils/munin-node
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= munin-monitoring
|
||||
GH_TAGNAME= 9990b16
|
||||
GH_TAGNAME= 893c3fa
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
@ -27,14 +27,12 @@ python3_CMD= ${LOCALBASE}/bin/python${PYTHON3_DEFAULT}
|
||||
# Most of the installed files are scripts, so give them a "correct" mode.
|
||||
BINMODE= 755
|
||||
|
||||
PORTDOCS= README.md
|
||||
PORTEXAMPLES= plugins samples templates tools
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${COPYTREE_BIN} '${PORTEXAMPLES}' ${STAGEDIR}${EXAMPLESDIR}
|
||||
cd ${WRKSRC} && ${COPYTREE_BIN} 'plugins samples templates tools' ${STAGEDIR}${EXAMPLESDIR}
|
||||
@cd ${STAGEDIR}${PREFIX} && ${FIND} * -type f >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1485260343
|
||||
SHA256 (munin-monitoring-contrib-git.2017-01-21-9990b16_GH0.tar.gz) = 0527da8633bc35ada2da3dcf0d681d6c4621c4be8dc2b26785970de9347e4ec0
|
||||
SIZE (munin-monitoring-contrib-git.2017-01-21-9990b16_GH0.tar.gz) = 2806526
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user