[152816] trunk/dports/net/bmon

ryandesign at macports.org ryandesign at macports.org
Sun Sep 18 21:19:09 PDT 2016


Revision: 152816
          https://trac.macports.org/changeset/152816
Author:   ryandesign at macports.org
Date:     2016-09-18 21:19:09 -0700 (Sun, 18 Sep 2016)
Log Message:
-----------
bmon: update to 3.9

Resolves #52226

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

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

Modified: trunk/dports/net/bmon/Portfile
===================================================================
--- trunk/dports/net/bmon/Portfile	2016-09-19 04:18:11 UTC (rev 152815)
+++ trunk/dports/net/bmon/Portfile	2016-09-19 04:19:09 UTC (rev 152816)
@@ -1,10 +1,9 @@
 # $Id$
 
 PortSystem              1.0
+PortGroup               github 1.0
 
-name                    bmon
-version                 2.1.0
-revision                1
+github.setup            tgraf bmon 3.9 v
 categories              net
 platforms               darwin
 maintainers             nomaintainer
@@ -14,23 +13,13 @@
 long_description        bmon is a bandwidth monitor with multiple modes and \
                         mrtg-like ascii diagram capability.
 
-homepage                http://people.suug.ch/~tgr/bmon
-master_sites            ${homepage}/files
+github.tarball_from     releases
 
-checksums               md5     3111a027907016c0902d67350c619df6 \
-                        sha1    969084269f155583063832751fff5a22a6ac77e3 \
-                        rmd160  7e0a5e0a82bfd3dc30fec899088f2206a75796a0
+checksums               rmd160  9886e5be930262ec288d8910ddf8c1b0584503ea \
+                        sha256  9c08332520497ef1d51a733ca531ffedbb5a30c7c3f55579efe86c36138f93e1
 
-patchfiles              patch-src-out_audio.c \
-                        patch-src-out_xml_event.c
+configure.args          --disable-silent-rules
 
-configure.args          --mandir=${prefix}/share/man
-
-depends_lib             port:ncurses
-
-destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/bin
-    xinstall -m 755 -d ${destroot}${prefix}/share/man/man1
-    file copy ${worksrcpath}/src/bmon ${destroot}${prefix}/bin
-    file copy ${worksrcpath}/man/bmon.1 ${destroot}${prefix}/share/man/man1
-}
+depends_lib             port:gettext \
+                        port:libconfuse \
+                        port:ncurses
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160918/c7e31eca/attachment.html>


More information about the macports-changes mailing list