From owner-svn-ports-all@freebsd.org Thu Mar 2 09:55:21 2017 Return-Path: Delivered-To: svn-ports-all@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 EA669CF344C; Thu, 2 Mar 2017 09:55:21 +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 mx1.freebsd.org (Postfix) with ESMTPS id A0E47101; Thu, 2 Mar 2017 09:55:21 +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 v229tKWx017034; Thu, 2 Mar 2017 09:55:20 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v229tK1Y017032; Thu, 2 Mar 2017 09:55:20 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703020955.v229tK1Y017032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 2 Mar 2017 09:55:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435222 - head/sysutils/munin-contrib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 09:55:22 -0000 Author: mat Date: Thu Mar 2 09:55:20 2017 New Revision: 435222 URL: https://svnweb.freebsd.org/changeset/ports/435222 Log: 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 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 Thu Mar 2 09:55:13 2017 (r435221) +++ head/sysutils/munin-contrib/Makefile Thu Mar 2 09:55:20 2017 (r435222) @@ -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/muni 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${PY # 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 Modified: head/sysutils/munin-contrib/distinfo ============================================================================== --- head/sysutils/munin-contrib/distinfo Thu Mar 2 09:55:13 2017 (r435221) +++ head/sysutils/munin-contrib/distinfo Thu Mar 2 09:55:20 2017 (r435222) @@ -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