[118419] trunk/dports/math/qalculate-gtk/Portfile

mojca at macports.org mojca at macports.org
Tue Apr 1 12:19:00 PDT 2014


Revision: 118419
          https://trac.macports.org/changeset/118419
Author:   mojca at macports.org
Date:     2014-04-01 12:19:00 -0700 (Tue, 01 Apr 2014)
Log Message:
-----------
qalculate-gtk: add +gnuplot variant, change maintainer's email, add sha256 checksum

Modified Paths:
--------------
    trunk/dports/math/qalculate-gtk/Portfile

Modified: trunk/dports/math/qalculate-gtk/Portfile
===================================================================
--- trunk/dports/math/qalculate-gtk/Portfile	2014-04-01 19:16:09 UTC (rev 118418)
+++ trunk/dports/math/qalculate-gtk/Portfile	2014-04-01 19:19:00 UTC (rev 118419)
@@ -8,7 +8,7 @@
 categories          math
 platforms           darwin
 license             GPL-2
-maintainers         vcn.com:jjstickel
+maintainers         gmail.com:jjstickel
 
 description         Qalculate! is a multi-purpose desktop calculator for GNU/Linux.
 
@@ -21,18 +21,16 @@
 homepage            http://qalculate.sourceforge.net/
 master_sites        sourceforge:qalculate
 
-checksums           md5     7a7ab4680e285690ca3625992f477f0f \
-                    sha1    c714c91224045fa49f261686e985df0aefa1d678 \
+checksums           sha256  a4ea8ee2366ac3ad53bb17fd2f76a7bed7211640cf2fdadfcf3b79eb4b37282d \
                     rmd160  bbb89fbfc6199dcf87666596ee0d7df3019635af
 
 depends_build       port:pkgconfig port:intltool
 
-depends_lib         port:libqalculate\
-                    port:libglade2\
+depends_lib         port:libqalculate \
+                    port:libglade2 \
                     port:rarian
 
-depends_run         lib:libgtk-x11-2.0:gtk2\
-                    port:gnuplot\
+depends_run         port:gtk2 \
                     port:gnome-vfs
 
 use_parallel_build  yes
@@ -40,6 +38,13 @@
 # needs to be same as used by intltool
 configure.perl      ${prefix}/bin/perl5.12
 
+configure.args      --disable-gnuplot
+
+variant gnuplot description {enable gnuplot support} {
+    depends_run-append      port:gnuplot
+    configure.args-delete   --disable-gnuplot
+}
+
 post-destroot {
     file delete ${destroot}${prefix}/bin/qalculate
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140401/9c43a400/attachment.html>


More information about the macports-changes mailing list