svn commit: r387253 - head/devel/monodevelop
Antoine Brodin
antoine at FreeBSD.org
Sun May 24 08:07:34 UTC 2015
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
More information about the svn-ports-all
mailing list