Date: Wed, 19 Feb 2020 15:08:27 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526516 - in head/lang/mono: . files Message-ID: <202002191508.01JF8RuJ010307@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Feb 19 15:08:26 2020 New Revision: 526516 URL: https://svnweb.freebsd.org/changeset/ports/526516 Log: mono works fine with python 3 With hat: portmgr Deleted: head/lang/mono/files/patch-mono_mini_Makefile.am.in Modified: head/lang/mono/Makefile Modified: head/lang/mono/Makefile ============================================================================== --- head/lang/mono/Makefile Wed Feb 19 13:08:09 2020 (r526515) +++ head/lang/mono/Makefile Wed Feb 19 15:08:26 2020 (r526516) @@ -3,7 +3,7 @@ PORTNAME= mono PORTVERSION= 5.10.1.57 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= https://download.mono-project.com/sources/mono/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} @@ -40,7 +40,7 @@ NLS_USES= gettext X11_USES= display:test USES= autoreconf bison compiler:c11 cpe gmake iconv libtool \ - pathfix perl5 python:2.7 shebangfix tar:bzip2 + pathfix perl5 python shebangfix tar:bzip2 USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002191508.01JF8RuJ010307>