Index: head/lang/mono/Makefile =================================================================== --- head/lang/mono/Makefile (revision 403976) +++ head/lang/mono/Makefile (revision 403977) @@ -1,61 +1,61 @@ # Created by: Yukihiro Nakai # $FreeBSD$ PORTNAME= mono -PORTVERSION= 4.2.1.102 +PORTVERSION= 4.2.1.124 CATEGORIES= lang MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ -PATCHFILES= # +PATCHFILES= 932359f3d627da13408350b1172ceb63c30f6327.diff PATCH_SITES= https://github.com/mono/mono/commit/ PATCH_DIST_STRIP=-p1 MAINTAINER= mono@FreeBSD.org COMMENT= Open source implementation of .NET Development Framework BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ bash:${PORTSDIR}/shells/bash USES= bison compiler:c11 cpe gettext gmake iconv libtool pathfix perl5 tar:bzip2 USE_GNOME= glib20 USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/mono-${PORTVERSION:R} # Moonlight is installed as part of www/moonlight CONFIGURE_ARGS= --with-moonlight=no --disable-dtrace CONFIGURE_ENV= ac_cv_header_sys_inotify_h=no # Set location for .wapi creation. MONO_SHARED_DIR=${WRKDIR} # LC_ALL is set in order to work around issues people are having when using # other languages. This has shown itself in build fails and possibly other # strange crashes. MAKE_ENV= MONO_SHARED_DIR="${MONO_SHARED_DIR}" \ INSTALL_STRIP_FLAG="${STRIP}" \ LC_ALL=C TZ=UTC ONLY_FOR_ARCHS= i386 amd64 powerpc post-patch: @${REINPLACE_CMD} -e 's|^#!/bin/bash|#!/usr/bin/env bash|g' \ ${WRKSRC}/scripts/mono-find-provides.in \ ${WRKSRC}/scripts/mono-find-requires.in \ ${WRKSRC}/scripts/mono-test-install @${FIND} ${WRKSRC} -name '*.sh' | ${XARGS} ${REINPLACE_CMD} \ -e 's|^#!/bin/bash|#!/bin/sh|g' @${REINPLACE_CMD} 's/isinf (1)/isinf (1.0)/g' ${WRKSRC}/configure tests: build @${ECHO_MSG} "===> Running mono regression tests" @(cd ${WRKSRC}/mono/tests && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ ${MAKE_FLAGS} Makefile ${MAKE_ARGS} check) post-configure: @${REINPLACE_CMD} -e 's|share\/man|man|g' \ ${WRKSRC}/mcs/jay/Makefile .include Index: head/lang/mono/distinfo =================================================================== --- head/lang/mono/distinfo (revision 403976) +++ head/lang/mono/distinfo (revision 403977) @@ -1,2 +1,4 @@ -SHA256 (mono-4.2.1.102.tar.bz2) = b7b461fe04375f621d88166ba8c6f1cb33c439fd3e17136460f7d087a51ed792 -SIZE (mono-4.2.1.102.tar.bz2) = 96228604 +SHA256 (mono-4.2.1.124.tar.bz2) = 6098476ce5c74685b23e7a96be8fe28a27db4167375fee103a275820054d647c +SIZE (mono-4.2.1.124.tar.bz2) = 96235544 +SHA256 (932359f3d627da13408350b1172ceb63c30f6327.diff) = eca1832d957df9b1fe09758a593a3b9b0120a3bf8908e90f05bc776503f800f4 +SIZE (932359f3d627da13408350b1172ceb63c30f6327.diff) = 4483