Bug 217704

Summary: lang/julia: upgrade to 0.5.1
Product: Ports & Packages Reporter: Iblis Lin <iblis.dif01>
Component: Individual Port(s)Assignee: Tobias Kortkamp <tobik>
Status: Closed FIXED    
Severity: Affects Only Me CC: tobik
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
julia 0.5.1 patch none

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.