Skip to content

Commit

Permalink
p5-crypt-openssl-x509: update to version 1.813
Browse files Browse the repository at this point in the history
  • Loading branch information
dbevans committed Nov 1, 2019
1 parent e864a71 commit eb44920
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions perl/p5-crypt-openssl-x509/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@ PortSystem 1.0
PortGroup perl5 1.0

perl5.branches 5.26 5.28 5.30
perl5.setup Crypt-OpenSSL-X509 1.812
revision 1
perl5.setup Crypt-OpenSSL-X509 1.813
license {Artistic-1 GPL}
maintainers nomaintainer
description Perl extension to OpenSSL's X509 API.
long_description ${description}
platforms darwin

checksums rmd160 a66ea570c3e0afa7c03c00c6fcec42dc784709fb \
sha256 c21283d33ad4ea7fc409db5159b7d7a679325bddf238fd40a7adfce468a84659 \
size 47890
checksums rmd160 7fcb62624e2159a57fa6e640853a4963ca9fce42 \
sha256 684bd888d2ed4c748f8f6dd8e87c14afa2974b12ee01faa082ad9cfa1e321e62 \
size 47966

if {${perl5.major} != ""} {
depends_lib-append \
Expand Down
8 changes: 4 additions & 4 deletions perl/p5-crypt-openssl-x509/files/patch-Makefile.PL.diff
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- Makefile.PL.orig 2017-11-09 13:47:56.000000000 -0800
+++ Makefile.PL 2017-11-11 04:53:38.000000000 -0800
--- Makefile.PL.orig 2019-10-24 12:23:00.000000000 -0700
+++ Makefile.PL 2019-10-31 17:41:26.000000000 -0700
@@ -14,15 +14,15 @@

requires_external_cc();

-inc '-I/usr/local/opt/openssl/include -I/usr/include/openssl -I/usr/local/include/ssl -I/usr/local/ssl/include';
-libs '-L/usr/local/opt/openssl/lib -L/usr/lib -L/usr/local/lib -L/usr/local/ssl/lib -lcrypto -lssl';
-inc '-I/usr/local/opt/openssl/include -I/usr/local/include/openssl -I/usr/include/openssl -I/usr/local/include/ssl -I/usr/local/ssl/include';
-libs '-L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/lib -L/usr/local/ssl/lib -lcrypto -lssl';
+inc '-I@PREFIX@/include/ssl';
+libs '-L@PREFIX@/lib -lcrypto';

Expand Down

0 comments on commit eb44920

Please sign in to comment.