Bug 169906 - [MAINTAINER] lang/rust: update to 0.3
Summary: [MAINTAINER] lang/rust: update to 0.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-16 13:00 UTC by Jyun-Yan You
Modified: 2012-07-19 23:10 UTC (History)
0 users

See Also:


Attachments
rust-0.3.patch (4.16 KB, patch)
2012-07-16 13:00 UTC, Jyun-Yan You
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jyun-Yan You 2012-07-16 13:00:23 UTC
- Update to 0.3

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Alex Kozlov freebsd_committer freebsd_triage 2012-07-19 20:32:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-19 23:06:43 UTC
Author: ak
Date: Thu Jul 19 22:06:33 2012
New Revision: 301193
URL: http://svn.freebsd.org/changeset/ports/301193

Log:
  - Update to 0.3 (see https://github.com/mozilla/rust/blob/release-0.3/RELEASES.txt)
  
  PR:	ports/169906
  Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)

Modified:
  head/lang/rust/Makefile   (contents, props changed)
  head/lang/rust/distinfo   (contents, props changed)
  head/lang/rust/files/patch-src_libcore_f32.rs   (contents, props changed)
  head/lang/rust/pkg-plist   (contents, props changed)

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Thu Jul 19 21:43:28 2012	(r301192)
+++ head/lang/rust/Makefile	Thu Jul 19 22:06:33 2012	(r301193)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	rust
-PORTVERSION=	0.2
+PORTVERSION=	0.3
 CATEGORIES=	lang
 MASTER_SITES=	http://dl.rust-lang.org/dist/:src \
 		http://dl.rust-lang.org/stage0-snapshots/:boot
@@ -19,13 +19,14 @@ COMMENT=	A language with a focus on memo
 
 RUST_SOURCE=	${DISTNAME}${EXTRACT_SUFX}
 RUST_BOOT=	rust-stage0-${RUST_BOOT_SIG}.tar.bz2
-RUST_BOOT_SIG=	2012-03-27-eec6383-freebsd-x86_64-595f06a3c7a073917fa3274d2aafa6328c50754b
+RUST_BOOT_SIG=	2012-07-06-b5f5676-freebsd-x86_64-926e17746576397c10af9796d30af6a730329f71
 RUST_TARGET=	x86_64-unknown-freebsd
 
 ONLY_FOR_ARCHS=	amd64
 HAS_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_GMAKE=	yes
+MAKE_JOBS_SAFE=	yes
 USE_PERL5_BUILD=	yes
 USE_PYTHON_BUILD=	2.6-2.7
 

Modified: head/lang/rust/distinfo
==============================================================================
--- head/lang/rust/distinfo	Thu Jul 19 21:43:28 2012	(r301192)
+++ head/lang/rust/distinfo	Thu Jul 19 22:06:33 2012	(r301193)
@@ -1,4 +1,4 @@
-SHA256 (rust-0.2.tar.gz) = cedf679fd6bf46b63b9d754496920cbaa8c9ba4187d40f5f78fc28e775820f0d
-SIZE (rust-0.2.tar.gz) = 11349998
-SHA256 (rust-stage0-2012-03-27-eec6383-freebsd-x86_64-595f06a3c7a073917fa3274d2aafa6328c50754b.tar.bz2) = 13627f7eb203736b8aaacd82db92af77cac653c12025d793cc38a3c29aea4930
-SIZE (rust-stage0-2012-03-27-eec6383-freebsd-x86_64-595f06a3c7a073917fa3274d2aafa6328c50754b.tar.bz2) = 8917839
+SHA256 (rust-0.3.tar.gz) = b34c895b9596abb6942d1688e6a5189b08b92e2507234779779c1af91e9ae84e
+SIZE (rust-0.3.tar.gz) = 22310335
+SHA256 (rust-stage0-2012-07-06-b5f5676-freebsd-x86_64-926e17746576397c10af9796d30af6a730329f71.tar.bz2) = b991df3cd68568e549241eab5d8b5e9f9dfacb7edaaebca1dd0176c91d0047e2
+SIZE (rust-stage0-2012-07-06-b5f5676-freebsd-x86_64-926e17746576397c10af9796d30af6a730329f71.tar.bz2) = 10308861

Modified: head/lang/rust/files/patch-src_libcore_f32.rs
==============================================================================
--- head/lang/rust/files/patch-src_libcore_f32.rs	Thu Jul 19 21:43:28 2012	(r301192)
+++ head/lang/rust/files/patch-src_libcore_f32.rs	Thu Jul 19 22:06:33 2012	(r301193)
@@ -1,16 +1,16 @@
---- src/libcore/f32.rs.orig	2012-04-01 10:40:20.915606509 +0800
-+++ src/libcore/f32.rs	2012-04-01 10:43:43.847606825 +0800
+--- src/libcore/f32.rs.orig	2012-07-16 17:14:25.444144084 +0800
++++ src/libcore/f32.rs	2012-07-16 17:15:29.799514797 +0800
 @@ -5,6 +5,8 @@
  import cmath::c_float::*;
  import cmath::c_float_targ_consts::*;
  
 +import cmath::c_double;
 +
- // FIXME find out why these have to be exported explicitly
- 
- export add, sub, mul, div, rem, lt, le, gt, eq, eq, ne;
-@@ -176,6 +178,10 @@
-     ret ln(n) / consts::ln_2;
+ export add, sub, mul, div, rem, lt, le, gt, eq, ne;
+ export is_positive, is_negative, is_nonpositive, is_nonnegative;
+ export is_zero, is_infinite, is_finite;
+@@ -179,6 +181,10 @@
+     fn from_int(n: int) -> f32 { ret n as f32;    }
  }
  
 +pure fn tgamma(n: f32) -> f32 {

Modified: head/lang/rust/pkg-plist
==============================================================================
--- head/lang/rust/pkg-plist	Thu Jul 19 21:43:28 2012	(r301192)
+++ head/lang/rust/pkg-plist	Thu Jul 19 22:06:33 2012	(r301193)
@@ -1,16 +1,18 @@
 %%CARGO%%bin/cargo
 bin/rustc
 bin/rustdoc
-lib/libcore-d27e4777a53c3e50-0.2.so
-lib/librustc-7d2730a49abe278a-0.2.so
+lib/libcore-d27e4777a53c3e50-0.3.so
+lib/librustc-73389320c1332876-0.3.so
 lib/librustllvm.so
 lib/librustrt.so
-lib/libstd-d399da1ab6f5bec0-0.2.so
-lib/rustc/x86_64-unknown-freebsd/lib/libcore-d27e4777a53c3e50-0.2.so
+lib/libstd-d399da1ab6f5bec0-0.3.so
+lib/libsyntax-b45cc7d0b085bc34-0.3.so
+lib/rustc/x86_64-unknown-freebsd/lib/libcore-d27e4777a53c3e50-0.3.so
 lib/rustc/x86_64-unknown-freebsd/lib/libmorestack.a
-lib/rustc/x86_64-unknown-freebsd/lib/librustc-7d2730a49abe278a-0.2.so
+lib/rustc/x86_64-unknown-freebsd/lib/librustc-73389320c1332876-0.3.so
 lib/rustc/x86_64-unknown-freebsd/lib/librustrt.so
-lib/rustc/x86_64-unknown-freebsd/lib/libstd-d399da1ab6f5bec0-0.2.so
+lib/rustc/x86_64-unknown-freebsd/lib/libstd-d399da1ab6f5bec0-0.3.so
+lib/rustc/x86_64-unknown-freebsd/lib/libsyntax-b45cc7d0b085bc34-0.3.so
 @dirrm lib/rustc/x86_64-unknown-freebsd/lib
 @dirrm lib/rustc/x86_64-unknown-freebsd
 @dirrm lib/rustc
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Alex Kozlov freebsd_committer freebsd_triage 2012-07-19 23:08:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!