[121446] trunk/dports/lang/julia/Portfile
sean at macports.org
sean at macports.org
Wed Jun 25 12:25:56 PDT 2014
Revision: 121446
https://trac.macports.org/changeset/121446
Author: sean at macports.org
Date: 2014-06-25 12:25:56 -0700 (Wed, 25 Jun 2014)
Log Message:
-----------
julia: use github portgroup
Modified Paths:
--------------
trunk/dports/lang/julia/Portfile
Modified: trunk/dports/lang/julia/Portfile
===================================================================
--- trunk/dports/lang/julia/Portfile 2014-06-25 19:25:51 UTC (rev 121445)
+++ trunk/dports/lang/julia/Portfile 2014-06-25 19:25:56 UTC (rev 121446)
@@ -2,13 +2,13 @@
# $Id$
PortSystem 1.0
+PortGroup github 1.0
PortGroup compilers 1.0
compilers.choose fc f77 f90
compilers.setup require_fortran -g95
-name julia
-version 0.2.1
+github.setup JuliaLang julia 0.2.1 v
categories-append math science
maintainers sean openmaintainer
platforms darwin
@@ -20,10 +20,8 @@
language for technical computing, with syntax that is familiar \
to users of other technical computing environments.
-# julia's build system uses git submodules so we can't use the github port group
+# julia's build system uses git submodules
fetch.type git
-git.url git://github.com/JuliaLang/julia.git
-git.branch v${version}
# llvm calls haven't been updated to 3.4, so keep at 3.3
depends_lib-append port:llvm-3.3 \
@@ -98,7 +96,3 @@
system -W ${destroot}${prefix}/bin "install_name_tool -add_rpath ${prefix}/lib $b"
}
}
-
-livecheck.type regex
-livecheck.url https://github.com/JuliaLang/julia/releases
-livecheck.regex /tag/v(\[0-9.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140625/7f5f4d47/attachment.html>
More information about the macports-changes
mailing list