[137471] trunk/dports

larryv at macports.org larryv at macports.org
Thu Jun 11 22:32:58 PDT 2015


Revision: 137471
          https://trac.macports.org/changeset/137471
Author:   larryv at macports.org
Date:     2015-06-11 22:32:58 -0700 (Thu, 11 Jun 2015)
Log Message:
-----------
openssl: Update to 1.0.2b, revbump dependents (#48022)

- Don't try to use x86-64 assembly on Tiger or Leopard.
- Use default settings for test phase.

Modified Paths:
--------------
    trunk/dports/devel/openssl/Portfile
    trunk/dports/security/tor/Portfile
    trunk/dports/security/tor-devel/Portfile
    trunk/dports/sysutils/freeradius/Portfile

Modified: trunk/dports/devel/openssl/Portfile
===================================================================
--- trunk/dports/devel/openssl/Portfile	2015-06-12 05:32:51 UTC (rev 137470)
+++ trunk/dports/devel/openssl/Portfile	2015-06-12 05:32:58 UTC (rev 137471)
@@ -6,7 +6,7 @@
 
 name                openssl
 epoch               1
-version             1.0.2a
+version             1.0.2b
 
 # Please revbump these ports when updating OpenSSL.
 #  - freeradius (#43461)
@@ -30,10 +30,10 @@
 depends_lib         port:zlib
 
 master_sites        http://www.openssl.org/source
-checksums           md5     a06c547dac9044161a477211049f60ef \
-                    sha1    46ecd325b8e587fa491f6bb02ad4a9fb9f382f5f \
-                    rmd160  2974a0a8cc469d85a5391a64aa0a2b2c5b00acfa \
-                    sha256  15b6393c20030aab02c8e2fe0243cb1d1d18062f6c095d67bca91871dc7f324a
+checksums           md5     7729b259e2dea7d60b32fc3934d6984b \
+                    sha1    9006e53ca56a14d041e3875320eedfa63d82aba7 \
+                    rmd160  543a4d9d4fe08ddcae0937334224d8479d9b602a \
+                    sha256  d5d488cc9f0a07974195a7427094ea3cab9800a4e90178b989aa621fbc238e3f
 
 patchfiles          patch-bn_internal.pod.diff \
                     patch-crypto-Makefile.diff \
@@ -66,6 +66,10 @@
     if {${os.major} <= 8} {
         append merger_configure_args(i386) { no-asm}
     }
+    # Don't use x86-64 assembly on Tiger or Leopard.
+    if {${os.major} <= 9} {
+        append merger_configure_args(x86_64) { no-asm}
+    }
 }
 # Don't pass --host to configure.
 array set merger_host {ppc {} i386 {} ppc64 {} x86_64 {}}
@@ -80,8 +84,6 @@
 use_parallel_build  no
 
 test.run            yes
-test.dir            ${worksrcpath}/test
-test.target         alltests
 
 if {[variant_isset universal]} {
     pre-destroot {

Modified: trunk/dports/security/tor/Portfile
===================================================================
--- trunk/dports/security/tor/Portfile	2015-06-12 05:32:51 UTC (rev 137470)
+++ trunk/dports/security/tor/Portfile	2015-06-12 05:32:58 UTC (rev 137471)
@@ -6,6 +6,7 @@
 name                tor
 conflicts           tor-devel
 version             0.2.6.8
+revision            1
 categories          security
 platforms           darwin
 maintainers         nomaintainer

Modified: trunk/dports/security/tor-devel/Portfile
===================================================================
--- trunk/dports/security/tor-devel/Portfile	2015-06-12 05:32:51 UTC (rev 137470)
+++ trunk/dports/security/tor-devel/Portfile	2015-06-12 05:32:58 UTC (rev 137471)
@@ -6,7 +6,7 @@
 name                tor-devel
 conflicts           tor
 version             0.2.6.3-alpha
-revision            1
+revision            2
 categories          security
 platforms           darwin
 maintainers         nomaintainer

Modified: trunk/dports/sysutils/freeradius/Portfile
===================================================================
--- trunk/dports/sysutils/freeradius/Portfile	2015-06-12 05:32:51 UTC (rev 137470)
+++ trunk/dports/sysutils/freeradius/Portfile	2015-06-12 05:32:58 UTC (rev 137471)
@@ -5,7 +5,7 @@
 
 name                    freeradius
 version                 2.2.4
-revision                4
+revision                5
 categories              sysutils
 maintainers             nomaintainer
 homepage                http://www.freeradius.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150611/8f4a38c5/attachment.html>


More information about the macports-changes mailing list