[124013] trunk/dports/science/root5

cal at macports.org cal at macports.org
Sun Aug 17 04:48:13 PDT 2014


Revision: 124013
          https://trac.macports.org/changeset/124013
Author:   cal at macports.org
Date:     2014-08-17 04:48:13 -0700 (Sun, 17 Aug 2014)
Log Message:
-----------
root5: update to 5.34.20, add new root_select locations, delete unused patchfile, maintainer, closes #44677

Modified Paths:
--------------
    trunk/dports/science/root5/Portfile
    trunk/dports/science/root5/files/root5

Removed Paths:
-------------
    trunk/dports/science/root5/files/patch-bindings-pyroot-src-TPyDispatcher.cxx.diff

Modified: trunk/dports/science/root5/Portfile
===================================================================
--- trunk/dports/science/root5/Portfile	2014-08-17 11:46:14 UTC (rev 124012)
+++ trunk/dports/science/root5/Portfile	2014-08-17 11:48:13 UTC (rev 124013)
@@ -8,7 +8,8 @@
 PortGroup           compiler_blacklist_versions 1.0
 
 name                root5
-version             5.34.19
+version             5.34.20
+
 set version_major   [lindex [split ${version} .] 0]
 
 categories          science
@@ -24,8 +25,8 @@
 master_sites        http://root.cern.ch/download/ \
                     ftp://root.cern.ch/root/
 
-checksums           rmd160  70dfc1db7198a34edf4a1a06f1750123852093ce \
-                    sha256  4d83310f2f22fed231220eabfccadcd335f8405d245ba136ea24a267efdcf5c6
+checksums           rmd160  dcff69b531abdf5ea95a5395e7c7ca737ea7c539 \
+                    sha256  cd5f1a0c8cfe38c944388da4d5191f425d7c795282f7babaa125b70fc8ccaf04
 
 dist_subdir         root
 worksrcdir          root
@@ -48,8 +49,6 @@
 select.group        root
 select.file         ${filespath}/${name}
 
-patchfiles          patch-bindings-pyroot-src-TPyDispatcher.cxx.diff
-
 post-patch {
 #   reinplace "s|-lfreetype| \`freetype-config --libs\`|g" ${worksrcpath}/config/root-config.in
     reinplace "s|\"/usr/include\"|\"${prefix}/include /usr/include\"|g" ${worksrcpath}/configure
@@ -125,8 +124,7 @@
 
 platform darwin {
     if {${configure.cxx_stdlib} eq "libc++"} {
-        configure.args-delete --disable-c++11
-        configure.args-append --enable-c++11
+        configure.args-replace --disable-c++11 --enable-c++11
     }
 }
 

Deleted: trunk/dports/science/root5/files/patch-bindings-pyroot-src-TPyDispatcher.cxx.diff
===================================================================
--- trunk/dports/science/root5/files/patch-bindings-pyroot-src-TPyDispatcher.cxx.diff	2014-08-17 11:46:14 UTC (rev 124012)
+++ trunk/dports/science/root5/files/patch-bindings-pyroot-src-TPyDispatcher.cxx.diff	2014-08-17 11:48:13 UTC (rev 124013)
@@ -1,13 +0,0 @@
-ps://trac.macports.org/ticket/44312
-
---- bindings/pyroot/src/TPyDispatcher.cxx.orig
-+++ bindings/pyroot/src/TPyDispatcher.cxx
-@@ -240,7 +240,7 @@ PyObject* TPyDispatcher::Dispatch( TGListTreeItem* item, TDNDData* data )
- PyObject* TPyDispatcher::Dispatch( const char* name, const TList* attr )
- {
-    PyObject* args = PyTuple_New( 2 );
--   PyTuple_SET_ITEM( args, 0, PyString_FromString( name ) );
-+   PyTuple_SET_ITEM( args, 0, PyROOT_PyUnicode_FromString( name ) );
-    PyTuple_SET_ITEM( args, 1, PyROOT::BindRootObject( (void*)attr, TClass::GetClass( "TList" ) ) );
- 
-    PyObject* result = PyObject_CallObject( fCallable, args );

Modified: trunk/dports/science/root5/files/root5
===================================================================
--- trunk/dports/science/root5/files/root5	2014-08-17 11:46:14 UTC (rev 124012)
+++ trunk/dports/science/root5/files/root5	2014-08-17 11:48:13 UTC (rev 124013)
@@ -70,3 +70,6 @@
 libexec/root5/share/man/man1/xpdtest.1.gz
 libexec/root5/share/man/man1/xproofd.1.gz
 -
+libexec/root5/etc/root
+libexec/root5/include/root
+libexec/root5/share
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140817/3b62ec39/attachment.html>


More information about the macports-changes mailing list