[154171] trunk/dports/net/axel

ryandesign at macports.org ryandesign at macports.org
Sun Oct 23 15:24:13 CEST 2016


Revision: 154171
          https://trac.macports.org/changeset/154171
Author:   ryandesign at macports.org
Date:     2016-10-23 15:24:13 +0200 (Sun, 23 Oct 2016)
Log Message:
-----------
axel: Update to 2.11

Resolves #52679

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

Removed Paths:
-------------
    trunk/dports/net/axel/files/

Modified: trunk/dports/net/axel/Portfile
===================================================================
--- trunk/dports/net/axel/Portfile	2016-10-23 12:58:49 UTC (rev 154170)
+++ trunk/dports/net/axel/Portfile	2016-10-23 13:24:13 UTC (rev 154171)
@@ -4,11 +4,11 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        eribertomota axel 2.5
+github.setup        eribertomota axel 2.11
 categories          net www
 platforms           darwin
 maintainers         nomaintainer
-license             GPL-2+
+license             {GPL-2+ OpenSSLException}
 
 description         A light Unix download accelerator
 
@@ -17,17 +17,22 @@
                     each connection transfers its own, separate, part of the file. \
                     It may sound weird, but it works very well in practice.
 
-checksums           rmd160  19b0eaf895367a32e163fefc49f65e7cac5381ab \
-                    sha256  216a1140b1cc5ed0da1412caaf7a32518b2562bc7e39c671deb2170e0afe6b02
+checksums           rmd160  6c57891c2f6657f69603c2cb638ab736c91202c0 \
+                    sha256  4cf7c915c166e539c8b280fb64b7820d929b5dc7e09158ebe65c9299aa67fa27
 
-depends_lib         port:gettext
+depends_build       port:autoconf \
+                    port:automake \
+                    port:libtool
 
-patchfiles          patch-configure.diff
+depends_lib         port:gettext \
+                    path:lib/libssl.dylib:openssl
 
-configure.args      --etcdir=${prefix}/etc \
-                    --i18n=1
-configure.universal_args-delete --disable-dependency-tracking
+use_autoreconf      yes
+autoreconf.cmd      ./autogen.sh
 
 post-destroot {
-    move ${destroot}${prefix}/etc/axelrc ${destroot}${prefix}/etc/axelrc.sample
+    # https://trac.macports.org/ticket/47688
+    xinstall -d ${destroot}${prefix}/share/doc
+
+    copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${subport}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161023/706cf8c1/attachment-0002.html>


More information about the macports-changes mailing list