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

Boris Samorodov bsam at FreeBSD.org
Wed May 15 11:07:40 UTC 2013


Author: bsam
Date: Wed May 15 11:07:39 2013
New Revision: 318237
URL: http://svnweb.freebsd.org/changeset/ports/318237

Log:
  . add a line space after the Makefile header;
  . correct a typo at CONFIGURE_ARGS (no PORTREVISION bump since
    no change in defaults);
  
  while here apply the last fix to accompanying port (net-mgmg/collectd).
  
  PR:		ports/178632
  Submitted by:	bsam (me)
  Approved by:	ports at bsdserwis.com (maintainer)

Modified:
  head/net-mgmt/collectd/Makefile
  head/net-mgmt/collectd5/Makefile

Modified: head/net-mgmt/collectd/Makefile
==============================================================================
--- head/net-mgmt/collectd/Makefile	Wed May 15 10:37:13 2013	(r318236)
+++ head/net-mgmt/collectd/Makefile	Wed May 15 11:07:39 2013	(r318237)
@@ -362,7 +362,7 @@ PLIST_SUB+=	RRD="@comment "
 CONFIGURE_ARGS+=--enable-rrdcached
 PLIST_SUB+=	RRDCACHED=""
 .else
-CONFIGURE_ARGS+=--disable--rrdcached
+CONFIGURE_ARGS+=--disable-rrdcached
 PLIST_SUB+=	RRDCACHED="@comment "
 .endif
 

Modified: head/net-mgmt/collectd5/Makefile
==============================================================================
--- head/net-mgmt/collectd5/Makefile	Wed May 15 10:37:13 2013	(r318236)
+++ head/net-mgmt/collectd5/Makefile	Wed May 15 11:07:39 2013	(r318237)
@@ -1,5 +1,6 @@
 # Created by: Matt Peterson <matt at peterson.org>
 # $FreeBSD$
+
 PORTNAME=	collectd
 PORTVERSION=	5.2.1
 PORTREVISION=	1
@@ -394,7 +395,7 @@ PLIST_SUB+=	RRD="@comment "
 CONFIGURE_ARGS+=--enable-rrdcached
 PLIST_SUB+=	RRDCACHED=""
 .else
-CONFIGURE_ARGS+=--disable--rrdcached
+CONFIGURE_ARGS+=--disable-rrdcached
 PLIST_SUB+=	RRDCACHED="@comment "
 .endif
 


More information about the svn-ports-all mailing list