diff options
author | dbn <dbn@FreeBSD.org> | 2018-01-31 03:00:27 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:32:05 +0800 |
commit | 69a47a038b374d9a1f4f1dea489133142b82f59c (patch) | |
tree | 975a38778f52b224e5f52adf8f2f888ebf7b4753 /games | |
parent | cf1b43c245df68612adf7c0b2f67f4095613b132 (diff) | |
download | freebsd-ports-gnome-69a47a038b374d9a1f4f1dea489133142b82f59c.tar.gz freebsd-ports-gnome-69a47a038b374d9a1f4f1dea489133142b82f59c.tar.zst freebsd-ports-gnome-69a47a038b374d9a1f4f1dea489133142b82f59c.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 'games')
-rw-r--r-- | games/gbrainy/Makefile | 1 | ||||
-rw-r--r-- | games/openclaw/Makefile | 1 | ||||
-rw-r--r-- | games/openra/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/games/gbrainy/Makefile b/games/gbrainy/Makefile index 2a2316edcf2d..17d12926e91c 100644 --- a/games/gbrainy/Makefile +++ b/games/gbrainy/Makefile @@ -2,6 +2,7 @@ PORTNAME= gbrainy PORTVERSION= 2.2.2 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= games MASTER_SITES= http://gent.softcatala.org/jmas/gbrainy/ diff --git a/games/openclaw/Makefile b/games/openclaw/Makefile index 1a04c1cdac70..c33f3b4863a4 100644 --- a/games/openclaw/Makefile +++ b/games/openclaw/Makefile @@ -2,6 +2,7 @@ PORTNAME= OpenClaw DISTVERSION= 0.0-51 +PORTREVISION= 1 DISTVERSIONSUFFIX= -gbac7730 CATEGORIES= games diff --git a/games/openra/Makefile b/games/openra/Makefile index e095c2cff814..d38401257a06 100644 --- a/games/openra/Makefile +++ b/games/openra/Makefile @@ -2,6 +2,7 @@ PORTNAME= openra PORTVERSION= 20171014 +PORTREVISION= 1 DISTVERSIONPREFIX= release- CATEGORIES= games MASTER_SITES= https://github.com/${GH_ACCOUNT}/SDL2-CS/releases/download/20161223/:SDL2_CS \ |