[117982] users/mojca/ports/science/gate

mojca at macports.org mojca at macports.org
Tue Mar 18 03:09:03 PDT 2014


Revision: 117982
          https://trac.macports.org/changeset/117982
Author:   mojca at macports.org
Date:     2014-03-18 03:09:03 -0700 (Tue, 18 Mar 2014)
Log Message:
-----------
mojca/gate: upgrade, fix dependencies and data versions

Modified Paths:
--------------
    users/mojca/ports/science/gate/Portfile
    users/mojca/ports/science/gate/files/patch-addmenu.diff

Modified: users/mojca/ports/science/gate/Portfile
===================================================================
--- users/mojca/ports/science/gate/Portfile	2014-03-18 04:12:08 UTC (rev 117981)
+++ users/mojca/ports/science/gate/Portfile	2014-03-18 10:09:03 UTC (rev 117982)
@@ -8,8 +8,8 @@
 PortGroup           cmake 1.0
 PortGroup           active_variants 1.1
 
-set                 git_sha 30625f7f3c
-set                 git_date 20140228
+set                 git_sha e86c0082fe
+set                 git_date 20140317
 
 # TODO: temporary - if checksums are desired
 PortGroup           github 1.0
@@ -18,7 +18,7 @@
 ## official repository
 # fetch.type          git
 # git.url             http://git.opengatecollaboration.org/git/opengate-public.git
-# git.branch          30625f7f3c28f6cb473cef35b00c5a0a3c952a40
+# git.branch          e86c0082fe617d1cad13ac3d35ae759bcf4e27f4
 
 name                gate
 version             6.99-git-${git_date}-${git_sha}
@@ -32,8 +32,8 @@
 homepage            http://www.opengatecollaboration.org
 platforms           darwin
 
-checksums           rmd160  d83182e4be8df4b1fcb6fb290b101e06ff519f28 \
-                    sha256  beeb243f024238bd9a3a2449ea1eb3bb7313887834d1726d2b6477f021d1b395
+checksums           rmd160  4211aa4db0f2ab44934535848397dd932c6d14d8 \
+                    sha256  4235aab2d341cb6361ae7502e9429e03d6f0aa43cd478c5f49836b8d373f06c1
 
 set geant.data_versions_10.0 {
     G4NDL              4.4   G4NDL                G4NEUTRONHPDATA
@@ -45,6 +45,7 @@
     RealSurface        1.0   RealSurface          G4REALSURFACEDATA
     G4SAIDDATA         1.1   G4SAIDDATA           G4SAIDXSDATA
     G4ABLA             3.0   G4ABLA               G4ABLADATA
+    G4ENSDFSTATE       1.0   G4ENSDFSTATE         G4ENSDFSTATEDATA
 }
 set geant.data_versions_9.6 {
     G4NDL              4.2   G4NDL                G4NEUTRONHPDATA
@@ -57,10 +58,10 @@
     G4SAIDDATA         1.1   G4SAIDDATA           G4SAIDXSDATA
 }
 set geant.data_versions_9.5 {
-    G4NDL              4.2   G4NDL                G4NEUTRONHPDATA
+    G4NDL              4.0   G4NDL                G4NEUTRONHPDATA
     G4EMLOW            6.32  G4EMLOW              G4LEDATA
-    PhotonEvaporation  2.3   G4PhotonEvaporation  G4LEVELGAMMADATA
-    RadioactiveDecay   3.6   G4RadioactiveDecay   G4RADIOACTIVEDATA
+    PhotonEvaporation  2.2   G4PhotonEvaporation  G4LEVELGAMMADATA
+    RadioactiveDecay   3.4   G4RadioactiveDecay   G4RADIOACTIVEDATA
     G4ABLA             3.0   G4ABLA               G4ABLADATA
     G4NEUTRONXS        1.1   G4NEUTRONXS          G4NEUTRONXSDATA
     G4PII              1.3   G4PII                G4PIIDATA
@@ -81,7 +82,9 @@
 }
 configure.post_args ${worksrcpath}
 
-depends_lib         port:qt4-mac
+depends_lib         port:clhep \
+                    port:qt4-mac \
+                    port:root
 
 # Geant4.9.5 probably doesn't support icon bars
 if {![variant_isset geant495]} {

Modified: users/mojca/ports/science/gate/files/patch-addmenu.diff
===================================================================
--- users/mojca/ports/science/gate/files/patch-addmenu.diff	2014-03-18 04:12:08 UTC (rev 117981)
+++ users/mojca/ports/science/gate/files/patch-addmenu.diff	2014-03-18 10:09:03 UTC (rev 117982)
@@ -1,6 +1,6 @@
 --- Gate.cc
 +++ Gate.cc
-@@ -368,6 +368,7 @@ int main( int argc, char* argv[] )
+@@ -377,6 +377,7 @@ int main( int argc, char* argv[] )
    else {
      if (ui) // Launching interactive mode // Qt
        {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140318/05a7f045/attachment.html>


More information about the macports-changes mailing list