[142876] trunk/dports/science/xrootd

mojca at macports.org mojca at macports.org
Sat Dec 12 07:36:38 PST 2015


Revision: 142876
          https://trac.macports.org/changeset/142876
Author:   mojca at macports.org
Date:     2015-11-25 04:15:53 -0800 (Wed, 25 Nov 2015)
Log Message:
-----------
xrootd: upgrade to 4.2.3 (maintainer, closes #49740)

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

Removed Paths:
-------------
    trunk/dports/science/xrootd/files/

Modified: trunk/dports/science/xrootd/Portfile
===================================================================
--- trunk/dports/science/xrootd/Portfile	2015-11-25 11:42:55 UTC (rev 142875)
+++ trunk/dports/science/xrootd/Portfile	2015-11-25 12:15:53 UTC (rev 142876)
@@ -5,7 +5,7 @@
 PortGroup           cmake 1.0
 
 name                xrootd
-version             3.3.6
+version             4.2.3
 revision            0
 
 categories          science
@@ -22,30 +22,24 @@
 homepage            http://xrootd.org/
 master_sites        ${homepage}download/v${version}
 
-checksums           rmd160  0ba0cb959a713be2e8eb3a1ad9a8d41b72ea0033 \
-                    sha256  06656d919f5296bcf49953e97b1f3d1cf601c9a1d676945529032fa0046d7217
+checksums           rmd160  8533e947b421c24f02efa434247f320f07aa9c2e \
+                    sha256  483f45639ccc795ce7e60dbc796bd013c42a40762a0893e0c0d65d664279fce6
 
-depends_lib         port:zlib port:libevent port:swig
+depends_lib         port:libevent \
+                    port:python27 \
+                    port:swig \
+                    port:zlib
 
-default_variants    +ssl +readline
+default_variants    +ssl +readline +kerberos
 
-patchfiles          patch-cmake-XRootDOSDefs.cmake.diff
-
 cmake.out_of_source yes
 
 configure.args-append -DENABLE_CRYPTO=False \
                       -DENABLE_READLINE=False \
                       -DENABLE_KRB5=False \
-                      -DENABLE_PERL=False
+                      -DENABLE_FUSE=False \
+                      -DCMAKE_INSTALL_MANDIR="share/man"
 
-variant perl description {Build with Perl Support} {
-    configure.args-delete   -DENABLE_PERL=False
-    configure.args-append   -DENABLE_PERL=True
-
-    depends_lib-append      port:perl5
-    depends_build-append    port:swig-perl
-}
-
 variant readline description {Build with Readline Support} {
     configure.args-delete   -DENABLE_READLINE=False
     configure.args-append   -DENABLE_READLINE=True -DREADLINE_ROOT_DIR="${prefix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/5ed1a339/attachment.html>


More information about the macports-changes mailing list