[127071] trunk/dports/net/nload/Portfile

raphael at macports.org raphael at macports.org
Mon Oct 20 09:23:30 PDT 2014


Revision: 127071
          https://trac.macports.org/changeset/127071
Author:   raphael at macports.org
Date:     2014-10-20 09:23:30 -0700 (Mon, 20 Oct 2014)
Log Message:
-----------
nload:
 * update to version 0.7.4 (maybe fixes #45468)
 * correct license is GPL-2+ according to source files
 * modernize checksums
 * use "use_autoreconf" instead of calling automake tools manually
 * remove "use_parallel_build yes" as this is the default

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

Modified: trunk/dports/net/nload/Portfile
===================================================================
--- trunk/dports/net/nload/Portfile	2014-10-20 16:13:44 UTC (rev 127070)
+++ trunk/dports/net/nload/Portfile	2014-10-20 16:23:30 UTC (rev 127071)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    nload
-version                 0.7.2
+version                 0.7.4
 categories              net
 maintainers             raphael openmaintainer
 description             A console application which monitors network traffic \
@@ -15,26 +15,20 @@
                         additional info like total amount of transfered data and \
                         min/max network usage.
 homepage                http://www.roland-riegel.de/nload/
-license                 GPL-2
+license                 GPL-2+
 platforms               darwin
 
 master_sites            sourceforge
 
-checksums               md5     5b851ecf898edcd1f465946745e95eb6 \
-                        sha1    fe1f6e93a9233b55a61580a23e94edc965583fa3 \
-                        rmd160  e4e7cee98de4b83106998f4552f4e1e0071f61f4
+checksums               rmd160  77eb199ee73fdc45b25b0e246c2ba73fa6efe779 \
+                        sha256  c1c051e7155e26243d569be5d99c744d8620e65fa8a7e05efcf84d01d9d469e5
 
-depends_build           port:automake \
-                        port:autoconf
 depends_lib             port:ncurses
 
 patchfiles              patch-configure.in.diff
 
-pre-configure {         system "cd ${worksrcpath} && ./run_autotools"
-}
+use_autoreconf          yes
 
-use_parallel_build      yes
-
 post-destroot {         set docdir ${destroot}${prefix}/share/doc/${name}
                         xinstall -d ${docdir}
                         xinstall -m 644 -W ${worksrcpath} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141020/ac476d12/attachment.html>


More information about the macports-changes mailing list