svn commit: r303944 - head/security/p5-Crypt-OpenSSL-CA

Steve Wills swills at FreeBSD.org
Sun Sep 9 01:38:14 UTC 2012


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



More information about the svn-ports-all mailing list