Date: Sun, 24 May 2015 08:07:33 +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: r387253 - head/devel/monodevelop Message-ID: <201505240807.t4O87XVD031813@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505240807.t4O87XVD031813>