[118211] trunk/dports/sysutils/glances/Portfile

g5pw at macports.org g5pw at macports.org
Tue Mar 25 15:08:29 PDT 2014


Revision: 118211
          https://trac.macports.org/changeset/118211
Author:   g5pw at macports.org
Date:     2014-03-25 15:08:29 -0700 (Tue, 25 Mar 2014)
Log Message:
-----------
devel/glances:
  update to 1.7.6
  use latest python
  correct bug in +html_export variant

Modified Paths:
--------------
    trunk/dports/sysutils/glances/Portfile

Modified: trunk/dports/sysutils/glances/Portfile
===================================================================
--- trunk/dports/sysutils/glances/Portfile	2014-03-25 20:44:29 UTC (rev 118210)
+++ trunk/dports/sysutils/glances/Portfile	2014-03-25 22:08:29 UTC (rev 118211)
@@ -5,9 +5,9 @@
 PortGroup           github 1.0
 PortGroup           python 1.0
 
-github.setup        nicolargo glances 1.7.4 v
+github.setup        nicolargo glances 1.7.6 v
 
-python.default_version  27
+python.default_version  34
 categories          sysutils
 license             GPL-3
 maintainers         g5pw openmaintainer
@@ -18,8 +18,8 @@
 
 platforms           darwin
 
-checksums           rmd160  043894a13d038da2b90a8b0ec68ec85700aff063 \
-                    sha256  7b297756c2ff27daab44ef638c97858bc58384fa7bc2b9c4892b9726127838e3
+checksums           rmd160  2db25bef0ab75d8b12af77e55778325e2fd32f5c \
+                    sha256  2752df8bc503d5e037587b494ba735d6e22ea071c25e8c9e89e536889710233f
 
 depends_build       port:py${python.version}-setuptools
 
@@ -32,5 +32,5 @@
 }
 
 variant html_export description {Adds HTML export option} {
-    depends_lib-append port:py{$python.version}-jinja2
+    depends_lib-append port:py${python.version}-jinja2
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140325/47750ceb/attachment.html>


More information about the macports-changes mailing list