From owner-svn-ports-all@FreeBSD.ORG Sun May 24 08:07:34 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BED62D4; Sun, 24 May 2015 08:07:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE1351012; Sun, 24 May 2015 08:07:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4O87XD9031815; Sun, 24 May 2015 08:07:33 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4O87XVD031813; Sun, 24 May 2015 08:07:33 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201505240807.t4O87XVD031813@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 24 May 2015 08:07:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387253 - head/devel/monodevelop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2015 08:07:34 -0000 Author: antoine Date: Sun May 24 08:07:32 2015 New Revision: 387253 URL: https://svnweb.freebsd.org/changeset/ports/387253 Log: - Fix configure with mono 4 - Add orphaned mime database to plist Modified: head/devel/monodevelop/Makefile head/devel/monodevelop/pkg-plist Modified: head/devel/monodevelop/Makefile ============================================================================== --- head/devel/monodevelop/Makefile Sun May 24 07:29:09 2015 (r387252) +++ head/devel/monodevelop/Makefile Sun May 24 08:07:32 2015 (r387253) @@ -3,6 +3,7 @@ PORTNAME= monodevelop PORTVERSION= 5.0.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ DISTFILES= ${DISTNAME}-0${EXTRACT_SUFX} @@ -17,6 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libgdiplus USE_GNOME= gtksharp20 gnomesharp20 GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-update-mimedb --disable-update-desktopdb +CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs USES= desktop-file-utils gettext gmake mono pathfix shared-mime-info tar:bzip2 INSTALLS_ICONS= yes Modified: head/devel/monodevelop/pkg-plist ============================================================================== --- head/devel/monodevelop/pkg-plist Sun May 24 07:29:09 2015 (r387252) +++ head/devel/monodevelop/pkg-plist Sun May 24 08:07:32 2015 (r387253) @@ -361,3 +361,4 @@ share/locale/sv/LC_MESSAGES/monodevelop. share/locale/tr/LC_MESSAGES/monodevelop.mo share/locale/zh_CN/LC_MESSAGES/monodevelop.mo share/locale/zh_TW/LC_MESSAGES/monodevelop.mo +share/mime/packages/monodevelop.xml