From owner-svn-ports-head@FreeBSD.ORG Mon Jun 8 16:43:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8EEAF63; Mon, 8 Jun 2015 16:43:02 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 BCF5410A6; Mon, 8 Jun 2015 16:43:02 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t58Gh2mt013993; Mon, 8 Jun 2015 16:43:02 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t58Gh2FK013991; Mon, 8 Jun 2015 16:43:02 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201506081643.t58Gh2FK013991@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Mon, 8 Jun 2015 16:43:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388844 - in head/net-mgmt: collectd collectd5 X-SVN-Group: ports-head 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.20 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 Jun 2015 16:43:03 -0000 Author: brd Date: Mon Jun 8 16:43:01 2015 New Revision: 388844 URL: https://svnweb.freebsd.org/changeset/ports/388844 Log: Add shebangfix to update collection.cgi with the Perl path. PR: 200651 Approved by: ports@bsdserwis.com (maintainer), bdrewery (mentor) Modified: head/net-mgmt/collectd/Makefile head/net-mgmt/collectd5/Makefile Modified: head/net-mgmt/collectd/Makefile ============================================================================== --- head/net-mgmt/collectd/Makefile Mon Jun 8 16:18:21 2015 (r388843) +++ head/net-mgmt/collectd/Makefile Mon Jun 8 16:43:01 2015 (r388844) @@ -3,7 +3,7 @@ PORTNAME= collectd PORTVERSION= 4.10.9 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl GNU_CONFIGURE= yes -USES= autoreconf gmake libtool +USES= autoreconf gmake libtool shebangfix INSTALL_TARGET= install-strip OPTIONS_DEFINE= CGI BIND DEBUG GCRYPT LIBVIRT @@ -432,6 +432,8 @@ CONFIGURE_ARGS+=--disable-xmms PLIST_SUB+= XMMS="@comment " .endif +SHEBANG_FILES= contrib/collection.cgi + post-patch: @${RM} -r ${WRKSRC}/libltdl @${REINPLACE_CMD} \ Modified: head/net-mgmt/collectd5/Makefile ============================================================================== --- head/net-mgmt/collectd5/Makefile Mon Jun 8 16:18:21 2015 (r388843) +++ head/net-mgmt/collectd5/Makefile Mon Jun 8 16:43:01 2015 (r388844) @@ -3,7 +3,7 @@ PORTNAME= collectd PORTVERSION= 5.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ PKGNAMESUFFIX= 5 @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/glib-2.0.m4:${PORTSDIR}/devel/glib20 LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl -USES= autoreconf gmake libtool pkgconfig tar:bzip2 +USES= autoreconf gmake libtool pkgconfig shebangfix tar:bzip2 GNU_CONFIGURE= yes OPTIONS_DEFINE= CGI DEBUG GCRYPT VIRT @@ -469,6 +469,7 @@ PLIST_SUB+= XMMS="@comment " .endif INSTALL_TARGET=install-strip +SHEBANG_FILES= contrib/collection.cgi post-patch: @${REINPLACE_CMD} 's/-Werror//' \