Date: Sun, 9 Sep 2018 06:22:42 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479269 - head/devel/monodevelop Message-ID: <201809090622.w896MgSk087613@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbn Date: Sun Sep 9 06:22:42 2018 New Revision: 479269 URL: https://svnweb.freebsd.org/changeset/ports/479269 Log: devel/monodevelop: 7.6.3.1 - Add gnome to USES - ChangeLog: - Fixed IntelliSense with "System.Object is not defined or imported" errors - Fixed IDE crash when changing the PCL profile - Fixed completion description tooltip sometimes staying open after completion closed - Fixed high CPU usage when viewing "Search in Solution" results - Fixed unexpected UI aftr pasting C# code from docs sample Modified: head/devel/monodevelop/Makefile head/devel/monodevelop/distinfo Modified: head/devel/monodevelop/Makefile ============================================================================== --- head/devel/monodevelop/Makefile Sun Sep 9 06:18:01 2018 (r479268) +++ head/devel/monodevelop/Makefile Sun Sep 9 06:22:42 2018 (r479269) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= monodevelop -PORTVERSION= 7.6 +PORTVERSION= 7.6.3.1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel @@ -46,7 +46,7 @@ PAKET_DEPENDS= ExtCore=0.8.46 \ System.ValueTuple=4.4.0 PAKET_PACKAGEDIR=${WRKSRC}/external/fsharpbinding/packages -USES= autoreconf desktop-file-utils gettext gmake mono:nuget pathfix pkgconfig shared-mime-info ssl +USES= autoreconf desktop-file-utils gettext gmake gnome mono:nuget pathfix pkgconfig shared-mime-info ssl USE_GNOME= gtksharp20 gnomesharp20 INSTALLS_ICONS= yes @@ -56,8 +56,8 @@ CONFIGURE_ARGS= --enable-release --disable-update-mime INSTALL= /usr/bin/install USE_GITHUB= yes GH_ACCOUNT= mono -GH_TAGNAME= 3296905 -GH_TUPLE= icsharpcode:RefactoringEssentials:d24ca71:1/external/RefactoringEssentials \ +GH_TAGNAME= 6594701 # release-7.6 @ 2018-08-30 +GH_TUPLE= icsharpcode:RefactoringEssentials:0148f6a:1/external/RefactoringEssentials \ mono:debugger-libs:cd477ba:3/external/debugger-libs \ mono:guiunit:dd094e7:4/external/guiunit \ mono:libgit-binary:d8b2aca:6/external/libgit-binary \ Modified: head/devel/monodevelop/distinfo ============================================================================== --- head/devel/monodevelop/distinfo Sun Sep 9 06:18:01 2018 (r479268) +++ head/devel/monodevelop/distinfo Sun Sep 9 06:22:42 2018 (r479269) @@ -1,4 +1,4 @@ -TIMESTAMP = 1535387379 +TIMESTAMP = 1536472978 SHA256 (extcore.0.8.46.nupkg) = 6220962d632c99bcc79f565ada972b948ac9e8db6e47a7cc7b08bf4357b1479e SIZE (extcore.0.8.46.nupkg) = 5905090 SHA256 (fake.4.61.1.nupkg) = d3bacc8cb694b64c58c20fcf04f9cc86988de3dc5fd40b205640b0ee354bb201 @@ -401,10 +401,10 @@ SHA256 (microsoft.testplatform.translationlayer.15.5.0 SIZE (microsoft.testplatform.translationlayer.15.5.0-preview-20170919-04.nupkg) = 1717018 SHA256 (microsoft.testplatform.15.5.0-preview-20170919-04.nupkg) = eff212822d069c519c36bed766fdf49d8f3ab17097e3b6d7a1f2e3be50b0a1fa SIZE (microsoft.testplatform.15.5.0-preview-20170919-04.nupkg) = 22781829 -SHA256 (mono-monodevelop-monodevelop-7.6-3296905_GH0.tar.gz) = 6dba70df8e3c0d547a38a5289d14b1f21d305af7bf81ff23722446b9ad586888 -SIZE (mono-monodevelop-monodevelop-7.6-3296905_GH0.tar.gz) = 17350137 -SHA256 (icsharpcode-RefactoringEssentials-d24ca71_GH0.tar.gz) = b8e7bddc1ba1a5ffb148c6017d2daa2e7882c6b310af9656d837bf635052388c -SIZE (icsharpcode-RefactoringEssentials-d24ca71_GH0.tar.gz) = 2829536 +SHA256 (mono-monodevelop-monodevelop-7.6.3.1-6594701_GH0.tar.gz) = 7ab7e2769f782fd95fe63636210cd9884eef9f969955345f2d8f4a51e9461bec +SIZE (mono-monodevelop-monodevelop-7.6.3.1-6594701_GH0.tar.gz) = 17351752 +SHA256 (icsharpcode-RefactoringEssentials-0148f6a_GH0.tar.gz) = 647f3745eddc4531cfca17aca29de5992c364680c89eff705e0b49de8b70627c +SIZE (icsharpcode-RefactoringEssentials-0148f6a_GH0.tar.gz) = 2829557 SHA256 (mono-debugger-libs-cd477ba_GH0.tar.gz) = 6aaf42da22642f7b095bdd73f2386afe0c9c02ee92cd50cd36984378f171d8e8 SIZE (mono-debugger-libs-cd477ba_GH0.tar.gz) = 444292 SHA256 (mono-guiunit-dd094e7_GH0.tar.gz) = 6748757e9b6bf4be42611efb4368926a74d2f8cfe422f67c71988af0313e8640
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809090622.w896MgSk087613>