Date: Sun, 30 Apr 2017 13:13:36 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439816 - branches/2017Q2/textproc/ibus Message-ID: <201704301313.v3UDDaIL070919@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Apr 30 13:13:36 2017 New Revision: 439816 URL: https://svnweb.freebsd.org/changeset/ports/439816 Log: MFH: r439799 Drop machine-id path substitution in post-patch. r431187 stopped using a non-default path for dbus's machine-id file, so the sed call here is unnecessary and produces warnings at runtime: IBUS-WARNING **: Unable to load /var/db/dbus/machine-id: Failed to open file '/var/db/dbus/machine-id': No such file or directory PR: 218812 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer) Approved by: ports-secteam (miwi) Modified: branches/2017Q2/textproc/ibus/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/textproc/ibus/Makefile ============================================================================== --- branches/2017Q2/textproc/ibus/Makefile Sun Apr 30 13:11:33 2017 (r439815) +++ branches/2017Q2/textproc/ibus/Makefile Sun Apr 30 13:13:36 2017 (r439816) @@ -3,7 +3,7 @@ PORTNAME= ibus PORTVERSION= 1.5.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/:DEFAULT \ https://raw.githubusercontent.com/Ranks/emojione/${EMOJIONE_TAG}/:emojione @@ -110,9 +110,6 @@ PLIST_SUB+= COMPDIR="@comment " post-extract-EMOJI-on: ${CP} ${DISTDIR}/emoji.json ${WRKSRC}/ -post-patch: - ${REINPLACE_CMD} -e 's|/var/lib/dbus|/var/db/dbus|g' ${WRKSRC}/src/ibusshare.c - post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/xdg/autostart ${INSTALL_DATA} ${PATCHDIR}/ibus.desktop ${STAGEDIR}${PREFIX}/etc/xdg/autostart
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704301313.v3UDDaIL070919>