svn commit: r388844 - in head/net-mgmt: collectd collectd5

Brad Davis brd at FreeBSD.org
Mon Jun 8 16:43:03 UTC 2015


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 at 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//' \


More information about the svn-ports-all mailing list