aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorromain <romain@FreeBSD.org>2014-11-10 22:23:12 +0800
committerromain <romain@FreeBSD.org>2014-11-10 22:23:12 +0800
commit1a5a8df714820b74f9b3269dcfd41b60fe77cf0c (patch)
tree11f95be0beb84d085353fe63491c40563804747e
parent84be6e08fb978481af353d28423cadf09db983d4 (diff)
downloadfreebsd-ports-gnome-1a5a8df714820b74f9b3269dcfd41b60fe77cf0c.tar.gz
freebsd-ports-gnome-1a5a8df714820b74f9b3269dcfd41b60fe77cf0c.tar.zst
freebsd-ports-gnome-1a5a8df714820b74f9b3269dcfd41b60fe77cf0c.zip
Use Mac NetworkInterface code instead of Linux NetworkInterface code
PR: 194845 Submitted by: Ben Woods <woodsb02@gmail.com>
-rw-r--r--lang/mono/Makefile6
-rw-r--r--lang/mono/distinfo2
2 files changed, 7 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index 423e22940204..05bff94d3e77 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -3,10 +3,14 @@
PORTNAME= mono
PORTVERSION= 3.10.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/
+PATCHFILES= fb3468e61c943790ddad0f8cfb3e0cb0e3a00d0d.patch
+PATCH_SITES= https://github.com/mono/mono/commit/
+PATCH_DIST_STRIP=-p1
+
MAINTAINER= mono@FreeBSD.org
COMMENT= Open source implementation of .NET Development Framework
diff --git a/lang/mono/distinfo b/lang/mono/distinfo
index f6a281fd67a0..637342e79f30 100644
--- a/lang/mono/distinfo
+++ b/lang/mono/distinfo
@@ -1,2 +1,4 @@
SHA256 (mono-3.10.0.tar.bz2) = fd74d1a6810d2d9b4733b4affbda67958e61520aade531c73103568dc18ab0b4
SIZE (mono-3.10.0.tar.bz2) = 73485820
+SHA256 (fb3468e61c943790ddad0f8cfb3e0cb0e3a00d0d.patch) = 22af40601f76960d902ac5b89c5eda08ec789bbf5effbc3e751330ea39a801e9
+SIZE (fb3468e61c943790ddad0f8cfb3e0cb0e3a00d0d.patch) = 4475