Bug 217704 - lang/julia: upgrade to 0.5.1
Summary: lang/julia: upgrade to 0.5.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-11 12:46 UTC by Iblis Lin
Modified: 2017-03-13 15:24 UTC (History)
1 user (show)

See Also:


Attachments
julia 0.5.1 patch (6.57 KB, patch)
2017-03-11 12:46 UTC, Iblis Lin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Iblis Lin 2017-03-11 12:46:06 UTC
Created attachment 180725 [details]
julia 0.5.1 patch

This is a bugfix release.
Ref: https://github.com/JuliaLang/julia/releases/tag/v0.5.1
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-03-13 10:49:04 UTC
A commit references this bug:

Author: tobik
Date: Mon Mar 13 10:48:00 UTC 2017
New revision: 436063
URL: https://svnweb.freebsd.org/changeset/ports/436063

Log:
  Update to 0.5.1

  PR:		217704
  Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
  Approved by:	lme (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9965

Changes:
  head/lang/julia/Makefile
  head/lang/julia/distinfo
  head/lang/julia/files/patch-Make.user
  head/lang/julia/files/patch-Makefile
  head/lang/julia/files/patch-src_Makefile
  head/lang/julia/pkg-plist
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2017-03-13 11:00:19 UTC
Committed with some changes.

Options helpers all have an *_OFF variant that can be used instead of
.if ${PORT_OPTIONS:MARPACK} + .else
Comment 3 Iblis Lin 2017-03-13 11:45:58 UTC
(In reply to Tobias Kortkamp from comment #2)
I see, Thanks!
Comment 4 Iblis Lin 2017-03-13 15:24:31 UTC
maybe we should close 217488,
this patch includes that already.