Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2012 01:38:13 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303944 - head/security/p5-Crypt-OpenSSL-CA
Message-ID:  <201209090138.q891cDiX086545@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Sep  9 01:38:13 2012
New Revision: 303944
URL: http://svn.freebsd.org/changeset/ports/303944

Log:
  - Remove dependency on p5-Devel-Mallinfo

Modified:
  head/security/p5-Crypt-OpenSSL-CA/Makefile   (contents, props changed)

Modified: head/security/p5-Crypt-OpenSSL-CA/Makefile
==============================================================================
--- head/security/p5-Crypt-OpenSSL-CA/Makefile	Sun Sep  9 01:08:36 2012	(r303943)
+++ head/security/p5-Crypt-OpenSSL-CA/Makefile	Sun Sep  9 01:38:13 2012	(r303944)
@@ -7,6 +7,7 @@
 
 PORTNAME=	Crypt-OpenSSL-CA
 PORTVERSION=	0.23
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,9 +15,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl extension for OpenSSL CA API
 
+# Note: The Devel::Mallinfo dependency doesn't work on FreeBSD; mallinfo()
+# is a GNU libc function.
 BUILD_DEPENDS=	p5-Convert-ASN1>=0.02:${PORTSDIR}/converters/p5-Convert-ASN1 \
 		p5-Devel-Leak>=0:${PORTSDIR}/devel/p5-Devel-Leak \
-		p5-Devel-Mallinfo>=0:${PORTSDIR}/devel/p5-Devel-Mallinfo \
 		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
 		p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
 		p5-Inline>=0.4:${PORTSDIR}/devel/p5-Inline \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209090138.q891cDiX086545>