[154276] trunk/dports/perl/p5-crypt-openssl-bignum/Portfile

devans at macports.org devans at macports.org
Tue Oct 25 23:20:59 CEST 2016


Revision: 154276
          https://trac.macports.org/changeset/154276
Author:   devans at macports.org
Date:     2016-10-25 23:20:59 +0200 (Tue, 25 Oct 2016)
Log Message:
-----------
p5-crypt-openssl-bignum: update to version 0.07, now requires pkgconfig, remove comment.

Modified Paths:
--------------
    trunk/dports/perl/p5-crypt-openssl-bignum/Portfile

Modified: trunk/dports/perl/p5-crypt-openssl-bignum/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-openssl-bignum/Portfile	2016-10-25 20:36:06 UTC (rev 154275)
+++ trunk/dports/perl/p5-crypt-openssl-bignum/Portfile	2016-10-25 21:20:59 UTC (rev 154276)
@@ -1,17 +1,11 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-# This comment was inserted on 20160713 to force reindexing of
-# this port after the default homepage definition in the perl5
-# PortGroup was changed to use metacpan.org (r150080).
-# Reindexing is necessary for the new definition to take effect.
-# This comment may be removed in subsequent updates of this port.
-
 PortSystem          1.0
 PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup         Crypt-OpenSSL-Bignum 0.06
+perl5.setup         Crypt-OpenSSL-Bignum 0.07
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         OpenSSL's multiprecision integer arithmetic
@@ -19,10 +13,13 @@
 
 platforms           darwin
 
-checksums           rmd160  2d43db8f2f5fb6ba4d44897e2cc67dabf2937613 \
-                    sha256  c7ccafa9108524b9a6f63bf4ac3377f9d7e978fee7b83c430af7e74c5fcbdf17
+checksums           rmd160  a196d8b942d3bbe6172d5289844aaea7134b1ed2 \
+                    sha256  2ddae11eec0436f67fe7a1fcef8226a5275d7ad98fdc7802c6e9484b9a4a886d
 
 if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:pkgconfig
+
     depends_lib-append \
                     path:lib/libssl.dylib:openssl
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161025/f7739903/attachment-0002.html>


More information about the macports-changes mailing list