Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2018 01:45:03 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472276 - in head/lang/julia: . files
Message-ID:  <201806130145.w5D1j3sc073761@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Wed Jun 13 01:45:02 2018
New Revision: 472276
URL: https://svnweb.freebsd.org/changeset/ports/472276

Log:
  - Update to 0.6.3
  
  PR:		228933
  Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)

Modified:
  head/lang/julia/Makefile
  head/lang/julia/distinfo
  head/lang/julia/files/patch-Makefile

Modified: head/lang/julia/Makefile
==============================================================================
--- head/lang/julia/Makefile	Wed Jun 13 01:25:50 2018	(r472275)
+++ head/lang/julia/Makefile	Wed Jun 13 01:45:02 2018	(r472276)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	julia
-PORTVERSION=	0.6.2
-PORTREVISION=	2
+PORTVERSION=	0.6.3
 DISTVERSIONSUFFIX=	-full
 CATEGORIES=	lang math
 MASTER_SITES=	https://github.com/JuliaLang/julia/releases/download/v${PORTVERSION}/
@@ -29,7 +28,7 @@ BUILD_DEPENDS=	patchelf:sysutils/patchelf \
 USES=		gmake compiler:c++11-lib fortran
 USE_LDCONFIG=	yes
 
-WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC=	${WRKDIR}/${PORTNAME}
 
 ALL_TARGET=	default
 INSTALL_TARGET=	install

Modified: head/lang/julia/distinfo
==============================================================================
--- head/lang/julia/distinfo	Wed Jun 13 01:25:50 2018	(r472275)
+++ head/lang/julia/distinfo	Wed Jun 13 01:45:02 2018	(r472276)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513219335
-SHA256 (julia-0.6.2-full.tar.gz) = 1e34c13091c9ddb47cf87a51566d94a06613f3db3c483b8f63b276e416dd621b
-SIZE (julia-0.6.2-full.tar.gz) = 90160534
+TIMESTAMP = 1528732844
+SHA256 (julia-0.6.3-full.tar.gz) = 2b5b0d84e49ca88fdec6d54a64eba4ce77f5c5cb8f34d307f3ba0ec04a89913a
+SIZE (julia-0.6.3-full.tar.gz) = 90879414

Modified: head/lang/julia/files/patch-Makefile
==============================================================================
--- head/lang/julia/files/patch-Makefile	Wed Jun 13 01:25:50 2018	(r472275)
+++ head/lang/julia/files/patch-Makefile	Wed Jun 13 01:45:02 2018	(r472276)
@@ -60,7 +60,7 @@
  		install_name_tool -rpath @executable_path/$(build_private_libdir_rel) @executable_path/$(private_libdir_rel) $$julia; \
  		install_name_tool -add_rpath @executable_path/$(build_libdir_rel) @executable_path/$(libdir_rel) $$julia; \
  	done
--else ifeq ($(OS), Linux)
+-else ifneq (,$(findstring $(OS),Linux FreeBSD))
 +else
  	for julia in $(DESTDIR)$(bindir)/julia* ; do \
  		patchelf --set-rpath '$$ORIGIN/$(private_libdir_rel):$$ORIGIN/$(libdir_rel)' $$julia; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806130145.w5D1j3sc073761>