svn commit: r305199 - head/net-mgmt/collectd

Bryan Drewery bdrewery at FreeBSD.org
Wed Oct 3 12:24:21 UTC 2012


Author: bdrewery
Date: Wed Oct  3 12:24:20 2012
New Revision: 305199
URL: http://svn.freebsd.org/changeset/ports/305199

Log:
  - Fix wrong LIB_DEPENDS on gcrypt [1]
  - Update to new header
  
  PR:		ports/171747 [1]
  Submitted by:	François Charlier <fcharlier at ploup.net> [1]
  Approved by:	maintainer timeout (2w)
  Pointyhat to:	bdrewery

Modified:
  head/net-mgmt/collectd/Makefile

Modified: head/net-mgmt/collectd/Makefile
==============================================================================
--- head/net-mgmt/collectd/Makefile	Wed Oct  3 12:21:20 2012	(r305198)
+++ head/net-mgmt/collectd/Makefile	Wed Oct  3 12:24:20 2012	(r305199)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	collectd
-# Date created:				Sat Sep 29 05:19:31 PDT 2007
-# Whom:					Matt Peterson <matt at peterson.org>
-#
+# Created by: Matt Peterson <matt at peterson.org>
 # $FreeBSD$
-#
 
 PORTNAME=	collectd
 PORTVERSION=	4.10.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://collectd.org/files/
 
@@ -239,7 +235,7 @@ PLIST_SUB+=	DISK="@comment "
 
 .if ${PORT_OPTIONS:MGCRYPT}
 CONFIGURE_ARGS+=--with-libgcrypt-prefix=${LOCALBASE}
-LIB_DEPENDS+=	gcrypt8:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS+=	gcrypt:${PORTSDIR}/security/libgcrypt
 .endif
 
 .if ${PORT_OPTIONS:MNUTUPS}



More information about the svn-ports-all mailing list