/x11-toolkits/gai/

- 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
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
Update to 4.2. 2016-08-08T18:06:59+00:00 romain romain@FreeBSD.org 2016-08-08T18:06:59+00:00 48b39ea315210c377b00c60add2e348e8320f030

- Add LICENSE_FILE 2016-03-15T16:07:14+00:00 amdmi3 amdmi3@FreeBSD.org 2016-03-15T16:07:14+00:00 1e24a01ec9ffdaf6c76a648600f42434193bd2d5 - Remove unneeded USES=tar:tbz2 (noop with USE_GITHUB) Approved by: portmgr blanket
- Remove unneeded USES=tar:tbz2 (noop with USE_GITHUB)

Approved by:	portmgr blanket
Convert www ports to USES=sqlite and USES=firebird 2016-01-10T16:19:37+00:00 bapt bapt@FreeBSD.org 2016-01-10T16:19:37+00:00 c28300b2e6c0aaa987f2b45724e48962368775fa

- Fix configure with mono 4 2015-05-23T23:30:23+00:00 antoine antoine@FreeBSD.org 2015-05-23T23:30:23+00:00 f2fa5aaec4c31cb4b72eb5441443037143350b04 - Remove redundant depends PR: 200413 Reported by: pkg-fallout
- Remove redundant depends

PR:		200413
Reported by:	pkg-fallout
Update ports in the remaining categories to not use GH_COMMIT. 2015-05-07T20:24:15+00:00 mat mat@FreeBSD.org 2015-05-07T20:24:15+00:00 7841559a50500dbb0f7c24009b739c3b08cf2cf6 With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Update USE_GITHUB so it does not require GH_COMMIT. 2015-03-19T16:44:57+00:00 bdrewery bdrewery@FreeBSD.org 2015-03-19T16:44:57+00:00 8c3ba7dd69645111a5be67a88a5db832e1f66b0e Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr