[120645] trunk/dports/science/whizard/Portfile

mf2k at macports.org mf2k at macports.org
Wed Jun 4 08:26:18 PDT 2014


Revision: 120645
          https://trac.macports.org/changeset/120645
Author:   mf2k at macports.org
Date:     2014-06-04 08:26:17 -0700 (Wed, 04 Jun 2014)
Log Message:
-----------
whizard: Update to version 2.2.0. Add maintainer. Add gcc48 and gcc49 variants. Remove no longer valid gcc45 and gcc46 variants. (#43876)

Modified Paths:
--------------
    trunk/dports/science/whizard/Portfile

Modified: trunk/dports/science/whizard/Portfile
===================================================================
--- trunk/dports/science/whizard/Portfile	2014-06-04 15:01:51 UTC (rev 120644)
+++ trunk/dports/science/whizard/Portfile	2014-06-04 15:26:17 UTC (rev 120645)
@@ -4,11 +4,10 @@
 PortSystem          1.0
 
 name                whizard
-version             2.1.1
-revision            1
+version             2.2.0
 categories          science
 platforms           darwin
-maintainers         mail.desy.de:whizard
+maintainers         desy.de:juergen.reuter mail.desy.de:whizard
 license             GPL-2+
 
 description         Generator of high-energy physics events
@@ -30,8 +29,8 @@
 homepage            http://whizard.hepforge.org/
 master_sites        http://www.hepforge.org/archive/whizard/
 
-checksums           rmd160  812dbde7087bc1dfa75f9897e106d71ab3e96985 \
-                    sha256  d83bbc6f4c82b5e5b11f72706918776ee2a359fdf42be33004f45b55609873b3
+checksums           rmd160  e865bdeed3b43faedca3a3a363305307a29d4b1d \
+                    sha256  78d98315d2e2c141435bc232c7da58eeb89ab4070582e56373d95fa5d540dffa
 
 depends_build       port:ocaml
 
@@ -42,20 +41,20 @@
 test.run            yes
 test.target         check
 
-variant gcc45 conflicts gcc46 gcc47 description {Use GCC 4.5} {
-    configure.compiler          macports-gcc-4.5
+variant gcc47 conflicts gcc48 gcc49 description {Use GCC 4.7} {
+    configure.compiler          macports-gcc-4.7
 }
 
-variant gcc46 conflicts gcc45 gcc47 description {Use GCC 4.6} {
-    configure.compiler          macports-gcc-4.6
+variant gcc48 conflicts gcc47 gcc49 description {Use GCC 4.8} {
+    configure.compiler          macports-gcc-4.8
 }
 
-variant gcc47 conflicts gcc45 gcc46 description {Use GCC 4.7} {
-    configure.compiler          macports-gcc-4.7
+variant gcc49 conflicts gcc47 gcc48 description {Use GCC 4.9} {
+    configure.compiler          macports-gcc-4.9
 }
 
-if {![variant_isset gcc45] && ![variant_isset gcc46] && ![variant_isset gcc47]} {
-    default_variants            +gcc47
+if {![variant_isset gcc47] && ![variant_isset gcc49]} {
+    default_variants            +gcc48
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140604/5e032294/attachment.html>


More information about the macports-changes mailing list