Date: Sun, 16 Jun 2019 14:42:26 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504347 - head/www/bluefish Message-ID: <201906161442.x5GEgQJu017480@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: woodsb02 Date: Sun Jun 16 14:42:25 2019 New Revision: 504347 URL: https://svnweb.freebsd.org/changeset/ports/504347 Log: www/bluefish: Do not bundle MIME database files Instead, the MIME database files will be created as a post-install step thanks to USES=desktop-file-utils and USES=shared-mime-info. This prevents the bluefish package (and other packages) from clobbering the local MIME database, causing package conflicts and checksum mismatches. https://lists.freebsd.org/pipermail/freebsd-ports/2017-March/107752.html Reported by: Werner Lehmann <lehmannwer@gmail.com> Reported by: tech-lists@zyxst.net Submitted by: tijl MFH: 2019Q2 Modified: head/www/bluefish/Makefile head/www/bluefish/pkg-plist Modified: head/www/bluefish/Makefile ============================================================================== --- head/www/bluefish/Makefile Sun Jun 16 14:13:40 2019 (r504346) +++ head/www/bluefish/Makefile Sun Jun 16 14:42:25 2019 (r504347) @@ -3,7 +3,7 @@ PORTNAME= bluefish PORTVERSION= 2.2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www editors MASTER_SITES= http://www.bennewitz.com/bluefish/stable/source/ \ http://bluefish.mrball.net/stable/source/ @@ -26,7 +26,8 @@ USE_GNOME= cairo intltool libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-freedesktop_org-menu=${PREFIX}/share/applications \ --with-freedesktop_org-mime=${PREFIX}/share/mime \ - --with-icon-path=${PREFIX}/share/pixmaps + --with-icon-path=${PREFIX}/share/pixmaps \ + --disable-update-databases INSTALL_TARGET= install-strip INSTALLS_ICONS= yes USE_LDCONFIG= yes Modified: head/www/bluefish/pkg-plist ============================================================================== --- head/www/bluefish/pkg-plist Sun Jun 16 14:13:40 2019 (r504346) +++ head/www/bluefish/pkg-plist Sun Jun 16 14:42:25 2019 (r504347) @@ -9,7 +9,6 @@ lib/bluefish/zencoding.so man/man1/bluefish.1.gz share/appdata/bluefish.appdata.xml share/applications/bluefish.desktop -share/applications/mimeinfo.cache %%DATADIR%%/bflang/JQuery.bfinc %%DATADIR%%/bflang/ada.bflang2 %%DATADIR%%/bflang/all-html.bfinc @@ -440,21 +439,7 @@ share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_htmlbar share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_infbrowser.mo share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_snippets.mo share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_zencoding.mo -share/mime/XMLnamespaces -share/mime/aliases -share/mime/application/x-bluefish-language2.xml -share/mime/application/x-bluefish-project.xml -share/mime/generic-icons -share/mime/globs -share/mime/globs2 -share/mime/icons -share/mime/magic -share/mime/mime.cache share/mime/packages/bluefish.xml -share/mime/subclasses -share/mime/treemagic -share/mime/types -share/mime/version share/pixmaps/application-x-bluefish-project.png share/pixmaps/bluefish.png share/xml/bluefish/2.0/bflang2.rng
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906161442.x5GEgQJu017480>