diff options
author | dbn <dbn@FreeBSD.org> | 2018-01-31 03:00:27 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2018-01-31 03:00:27 +0800 |
commit | 243bd66399d97867f5ba672f7071777717d11187 (patch) | |
tree | f565b3312e4715c9ab2c5543a2fb9b40d667713b /lang/fsharp | |
parent | ec472cf724c63102852d138e673cb67b40f914c1 (diff) | |
download | freebsd-ports-gnome-243bd66399d97867f5ba672f7071777717d11187.tar.gz freebsd-ports-gnome-243bd66399d97867f5ba672f7071777717d11187.tar.zst freebsd-ports-gnome-243bd66399d97867f5ba672f7071777717d11187.zip |
lang/mono: update to version 5.2.0.215 (and enhance USES=mono)
Highlights:
- New Roslyn compiler for C# available
- Improved support for nuget packages in USES=mono
General:
- fix pkg-plist: mono now produces '.pdb' debug files instead of '.mdb'
- bump all dependant ports
USES=mono:
- properly handle caching of nuget packages
- add support for multiple feeds for nuget packages
- add support for nuget dependencies in a separate file
- add support for paket packages
lang/mono:
- update to version 5.2.0.215
- automate certificate initialisation [2]
- increase test coverage
- mark as conflicting with net/czmq (conflicting on makecert) [1]
- patch mono to use $PREFIX/share/mono instead of /usr/share/.mono
devel/google-gdata:
- use nunit.framework nuget package as the Mono shipped version is no longer suppport.
- switch to using csc(1) for compiling (mcs(1) is depreciated).
- use delayed signing (and then sign with sn(1)) as csc(1) does not support signing.
- fix reference to system assemblies (the '.dll' suffix is required).
- fix reference to HttpUtility: csc(1) is more strict about scoping
devel/monodevelop:
- reroll distinfo (no changes to content)
lang/fsharp:
- reroll distinfo (no changes to content)
security/gnome-keyring-sharp:
- delay sign (then sign with sn(1)) as csc(1) does not support direct signing.
PR: 223188 [1]
PR: 209670 [2]
Differential Revision: https://reviews.freebsd.org/D13752
Diffstat (limited to 'lang/fsharp')
-rw-r--r-- | lang/fsharp/Makefile | 1 | ||||
-rw-r--r-- | lang/fsharp/distinfo | 10 |
2 files changed, 6 insertions, 5 deletions
diff --git a/lang/fsharp/Makefile b/lang/fsharp/Makefile index 2c0c4c724fc6..ea21fd629143 100644 --- a/lang/fsharp/Makefile +++ b/lang/fsharp/Makefile @@ -3,6 +3,7 @@ PORTNAME= fsharp PORTVERSION= 4.1.18 +PORTREVISION= 1 CATEGORIES= lang EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} diff --git a/lang/fsharp/distinfo b/lang/fsharp/distinfo index 1b4bcb6e88da..503541e98e8d 100644 --- a/lang/fsharp/distinfo +++ b/lang/fsharp/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1493555107 +TIMESTAMP = 1516477948 SHA256 (fsharp.compiler.tools.4.1.5.nupkg) = 176081939f06903cf44b16fe78c3427c296f9647994098c02bccb9caea203f71 SIZE (fsharp.compiler.tools.4.1.5.nupkg) = 10964228 SHA256 (fsharp.data.2.2.5.nupkg) = 449cba49c2567b0b1f27d39c0aaaab73607893072809a81563598b06e63234b1 @@ -9,8 +9,8 @@ SHA256 (fslexyacc.7.0.4.nupkg) = 91fb4128718677d9ff8a57d42e91b5958117d63d8d6701f SIZE (fslexyacc.7.0.4.nupkg) = 647181 SHA256 (microsoft.diasymreader.1.1.0.nupkg) = 083d032755638b6a31df4df90ccf7b4f59f477616512b16c687a766f8de7af11 SIZE (microsoft.diasymreader.1.1.0.nupkg) = 78362 -SHA256 (microsoft.diasymreader.portablepdb.1.1.0.nupkg) = a080613ea0dc09436e843de1189601df55fc7339b460d8697a4bdbbe219e0b6c -SIZE (microsoft.diasymreader.portablepdb.1.1.0.nupkg) = 140778 +SHA256 (microsoft.diasymreader.portablepdb.1.1.0.nupkg) = 694e0b200583a9c73d45dd138b82826113422ed2770fc7f685dfcd3e9cd53cee +SIZE (microsoft.diasymreader.portablepdb.1.1.0.nupkg) = 140770 SHA256 (nunit.3.5.0.nupkg) = df846860c416b24821e6d2a4554fecee86a3f10f362356547b9e94e358c2dda5 SIZE (nunit.3.5.0.nupkg) = 1321223 SHA256 (system.collections.immutable.1.2.0.nupkg) = 7c9eec8208414eebce34f3af5c946f2911e74fd906738f058114d341f0df91fb @@ -19,5 +19,5 @@ SHA256 (system.reflection.metadata.1.4.2.nupkg) = f16413c3739d246d93790c8e93cf3e SIZE (system.reflection.metadata.1.4.2.nupkg) = 486695 SHA256 (system.valuetuple.4.3.0.nupkg) = 085953297af7b0ba0b9f34d7a4431d33b01bdcb5660e9ed509a4c03ecad1e502 SIZE (system.valuetuple.4.3.0.nupkg) = 77825 -SHA256 (fsharp-fsharp-4.1.18_GH0.tar.gz) = bb342d7ba0900486949ef271ae6db948a3cc9428859e8988ead9daaf73526379 -SIZE (fsharp-fsharp-4.1.18_GH0.tar.gz) = 41632884 +SHA256 (fsharp-fsharp-4.1.18_GH0.tar.gz) = 9009e79b3b57dda81c2ec4436713d57f01550d139e920461286673714b5f2de1 +SIZE (fsharp-fsharp-4.1.18_GH0.tar.gz) = 41632921 |