[139310] trunk/dports/net/curl/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Aug 12 00:19:53 PDT 2015


Revision: 139310
          https://trac.macports.org/changeset/139310
Author:   ryandesign at macports.org
Date:     2015-08-12 00:19:53 -0700 (Wed, 12 Aug 2015)
Log Message:
-----------
curl: update to 7.44.0; fix livecheck

Modified Paths:
--------------
    trunk/dports/net/curl/Portfile

Modified: trunk/dports/net/curl/Portfile
===================================================================
--- trunk/dports/net/curl/Portfile	2015-08-12 04:52:18 UTC (rev 139309)
+++ trunk/dports/net/curl/Portfile	2015-08-12 07:19:53 UTC (rev 139310)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 
 name                            curl
-version                         7.43.0
+version                         7.44.0
 categories                      net www
 platforms                       darwin freebsd
 maintainers                     ryandesign
@@ -28,13 +28,13 @@
 distfiles                       ${curl_distfile}:curl
 
 checksums                       ${curl_distfile} \
-                                rmd160  404481695a8f79cbf9a245bfa9c06140d1cdbf11 \
-                                sha256  baa654a1122530483ccc1c58cc112fec3724a82c11c6a389f1e6a37dc8858df9
+                                rmd160  d7e4a2406c5fea9445c13e725dd421d7198389a6 \
+                                sha256  1e2541bae6582bb697c0fbae49e1d3e6fad5d05d5aa80dbd6f072e0a44341814
 
 if {${name} eq ${subport}} {
     PortGroup                   muniversal 1.0
 
-    revision                    1
+    revision                    0
 
     depends_build               port:pkgconfig
 
@@ -182,14 +182,14 @@
     }
 
     livecheck.type              regex
-    livecheck.url               [lindex ${master_sites} 0]
+    livecheck.url               [join [lrange [split [lindex ${master_sites} 0] {:}] 0 end-1] {:}]
     livecheck.regex             ${name}-(\[0-9.\]+)${extract.suffix}
 } else {
     livecheck.type              none
 }
 
 subport curl-ca-bundle {
-    revision                    1
+    revision                    0
     categories                  net
     license                     {MPL-2 LGPL-2.1+}
     supported_archs             noarch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150812/334ebc6a/attachment.html>


More information about the macports-changes mailing list