From owner-svn-ports-all@FreeBSD.ORG Wed Oct 3 12:24:21 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 313AE106564A; Wed, 3 Oct 2012 12:24:21 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1C2748FC18; Wed, 3 Oct 2012 12:24:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q93COKQS026918; Wed, 3 Oct 2012 12:24:20 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q93COKpP026916; Wed, 3 Oct 2012 12:24:20 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201210031224.q93COKpP026916@svn.freebsd.org> From: Bryan Drewery Date: Wed, 3 Oct 2012 12:24:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305199 - head/net-mgmt/collectd X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 03 Oct 2012 12:24:21 -0000 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 [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 -# +# Created by: Matt Peterson # $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}