Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2015 20:42:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r385675 - branches/2015Q2/security/p5-Crypt-OpenSSL-ECDSA
Message-ID:  <201505072042.t47KgAG9059244@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May  7 20:42:10 2015
New Revision: 385675
URL: https://svnweb.freebsd.org/changeset/ports/385675

Log:
  MFH: r385354
  
  - This port explicitly requires perl 5.18+
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (delphij)

Modified:
  branches/2015Q2/security/p5-Crypt-OpenSSL-ECDSA/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/security/p5-Crypt-OpenSSL-ECDSA/Makefile
==============================================================================
--- branches/2015Q2/security/p5-Crypt-OpenSSL-ECDSA/Makefile	Thu May  7 20:41:11 2015	(r385674)
+++ branches/2015Q2/security/p5-Crypt-OpenSSL-ECDSA/Makefile	Thu May  7 20:42:10 2015	(r385675)
@@ -16,6 +16,6 @@ BUILD_DEPENDS=	p5-Crypt-OpenSSL-Bignum>=
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	5.18+ configure
 
 .include <bsd.port.mk>



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