svn commit: r487733 - in branches/2018Q4/security/p5-Crypt-OpenSSL-ECDSA: . files
Mathieu Arnold
mat at FreeBSD.org
Tue Dec 18 08:36:29 UTC 2018
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
More information about the svn-ports-branches
mailing list