Revision
144172
Author
devans@macports.org
Date
2016-01-03 12:41:36 -0800 (Sun, 03 Jan 2016)

Log Message

p5-graphics-gnuplotif: update to version 1.8, don't depend on modules in core, require_active_variants only necessary for subports.

Modified Paths

Diff

Modified: trunk/dports/perl/p5-graphics-gnuplotif/Portfile (144171 => 144172)


--- trunk/dports/perl/p5-graphics-gnuplotif/Portfile	2016-01-03 20:39:52 UTC (rev 144171)
+++ trunk/dports/perl/p5-graphics-gnuplotif/Portfile	2016-01-03 20:41:36 UTC (rev 144172)
@@ -6,8 +6,7 @@
 PortGroup           active_variants 1.1
 
 perl5.branches      5.16 5.18 5.20 5.22
-perl5.setup         Graphics-GnuplotIF 1.7
-revision            1
+perl5.setup         Graphics-GnuplotIF 1.8
 
 platforms           darwin
 maintainers         nomaintainer
@@ -19,12 +18,10 @@
 
 long_description    ${description}
 
-checksums           rmd160 a7b183e08ee6172a07e02007d9c2900545cae25b \
-                    sha256 31abdc8ebcf50a53674e5f19ccd14764bff9049a60f44ee42d3dfba75d659f66
+checksums           rmd160  fd2fb5cf68f8192587f427f902882fc4b1983f0e \
+                    sha256  821b186065767c8fd40d0d1af570be9537aafda55fcfc2c307b50aa9f8ac61e3
 
 if {${perl5.major} != ""} {
-    depends_lib-append  port:gnuplot \
-                        port:p${perl5.major}-io
+    require_active_variants gnuplot wxwidgets
+    depends_lib-append  port:gnuplot
 }
-
-require_active_variants gnuplot wxwidgets