diff options
author | Romain Tartière <romain@FreeBSD.org> | 2015-03-07 16:44:05 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2015-03-07 16:44:05 +0000 |
commit | 930496c3da50ddd813a47a7a7e891addac96ece2 (patch) | |
tree | b9a40de839cea0c3df5c1e6810ec3c8a6e61502e /lang/mono | |
parent | 31e74bc4ec4ad14b7f080f1bded7e0f2cc6144b6 (diff) |
Notes
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 3 | ||||
-rw-r--r-- | lang/mono/distinfo | 4 | ||||
-rw-r--r-- | lang/mono/files/patch-mono_io-layer_processes.h | 17 | ||||
-rw-r--r-- | lang/mono/files/patch-mono_utils_mono-threads-freebsd.c | 15 | ||||
-rw-r--r-- | lang/mono/pkg-plist | 3 |
5 files changed, 6 insertions, 36 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 05bff94d3e77..98215973128b 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mono -PORTVERSION= 3.10.0 -PORTREVISION= 2 +PORTVERSION= 3.12.1 CATEGORIES= lang MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ diff --git a/lang/mono/distinfo b/lang/mono/distinfo index 637342e79f30..40c7625be25d 100644 --- a/lang/mono/distinfo +++ b/lang/mono/distinfo @@ -1,4 +1,4 @@ -SHA256 (mono-3.10.0.tar.bz2) = fd74d1a6810d2d9b4733b4affbda67958e61520aade531c73103568dc18ab0b4 -SIZE (mono-3.10.0.tar.bz2) = 73485820 +SHA256 (mono-3.12.1.tar.bz2) = 5d8cf153af2948c06bc9fbf5088f6834868e4db8e5f41c7cff76da173732b60d +SIZE (mono-3.12.1.tar.bz2) = 73487974 SHA256 (fb3468e61c943790ddad0f8cfb3e0cb0e3a00d0d.patch) = 22af40601f76960d902ac5b89c5eda08ec789bbf5effbc3e751330ea39a801e9 SIZE (fb3468e61c943790ddad0f8cfb3e0cb0e3a00d0d.patch) = 4475 diff --git a/lang/mono/files/patch-mono_io-layer_processes.h b/lang/mono/files/patch-mono_io-layer_processes.h deleted file mode 100644 index 960ccdb98c14..000000000000 --- a/lang/mono/files/patch-mono_io-layer_processes.h +++ /dev/null @@ -1,17 +0,0 @@ - -$FreeBSD$ - -pid_t is typedef'd in sys/types.h -Merged in #1341 upstream. - ---- mono/io-layer/processes.h.orig -+++ mono/io-layer/processes.h -@@ -10,6 +10,8 @@ - #ifndef _WAPI_PROCESSES_H_ - #define _WAPI_PROCESSES_H_ - -+#include <sys/types.h> -+ - #include <glib.h> - - #include <mono/io-layer/handles.h> diff --git a/lang/mono/files/patch-mono_utils_mono-threads-freebsd.c b/lang/mono/files/patch-mono_utils_mono-threads-freebsd.c deleted file mode 100644 index 34525464541e..000000000000 --- a/lang/mono/files/patch-mono_utils_mono-threads-freebsd.c +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - -Merged in #1340 upstream. - ---- mono/utils/mono-threads-freebsd.c.orig -+++ mono/utils/mono-threads-freebsd.c -@@ -2,6 +2,7 @@ - - #if defined(__FreeBSD__) - -+#include <mono/utils/mono-threads.h> - #include <pthread.h> - #include <pthread_np.h> - diff --git a/lang/mono/pkg-plist b/lang/mono/pkg-plist index 64c1d9223eeb..1611f82b70bf 100644 --- a/lang/mono/pkg-plist +++ b/lang/mono/pkg-plist @@ -3,6 +3,7 @@ bin/al2 bin/caspol bin/cccheck bin/ccrewrite +bin/cert-sync bin/cert2spc bin/certmgr bin/chktrust @@ -614,6 +615,8 @@ lib/mono/4.5/cccheck.exe lib/mono/4.5/cccheck.exe.mdb lib/mono/4.5/ccrewrite.exe lib/mono/4.5/ccrewrite.exe.mdb +lib/mono/4.5/cert-sync.exe +lib/mono/4.5/cert-sync.exe.mdb lib/mono/4.5/cert2spc.exe lib/mono/4.5/cert2spc.exe.mdb lib/mono/4.5/certmgr.exe |