Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2018 08:36:28 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r487733 - in branches/2018Q4/security/p5-Crypt-OpenSSL-ECDSA: . files
Message-ID:  <201812180836.wBI8aSoj067656@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Dec 18 08:36:28 2018
New Revision: 487733
URL: https://svnweb.freebsd.org/changeset/ports/487733

Log:
  MFH: r486067
  
  security/p5-Crypt-OpenSSL-ECDSA: fix build with OpenSSL 1.1.1
  
  Bump PORTREVISION since this changes package on 11.x
  
  PR:		228947
  Submitted by:	brnrd

Added:
  branches/2018Q4/security/p5-Crypt-OpenSSL-ECDSA/files/
     - copied from r486067, head/security/p5-Crypt-OpenSSL-ECDSA/files/
Modified:
  branches/2018Q4/security/p5-Crypt-OpenSSL-ECDSA/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/security/p5-Crypt-OpenSSL-ECDSA/Makefile
==============================================================================
--- branches/2018Q4/security/p5-Crypt-OpenSSL-ECDSA/Makefile	Tue Dec 18 07:39:09 2018	(r487732)
+++ branches/2018Q4/security/p5-Crypt-OpenSSL-ECDSA/Makefile	Tue Dec 18 08:36:28 2018	(r487733)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Crypt-OpenSSL-ECDSA
 PORTVERSION=	0.08
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,10 +14,8 @@ COMMENT=	Perl extension for OpenSSL ECDSA
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Crypt-OpenSSL-EC>=0.05:security/p5-Crypt-OpenSSL-EC
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-
-BROKEN_SSL=	openssl-devel
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Crypt-OpenSSL-EC>=0.05:security/p5-Crypt-OpenSSL-EC
 
 USES=		perl5 ssl
 USE_PERL5=	5.18+ configure



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