Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2015 13:02:42 +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: r397973 - in head: japanese/mozc-server japanese/uim-anthy textproc/uim-m17nlib
Message-ID:  <201509261302.t8QD2grE065110@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Sep 26 13:02:41 2015
New Revision: 397973
URL: https://svnweb.freebsd.org/changeset/ports/397973

Log:
  Remove deprecated @exec/@unexec from ports using uim-module-manager

Modified:
  head/japanese/mozc-server/Makefile
  head/japanese/uim-anthy/pkg-plist
  head/textproc/uim-m17nlib/pkg-plist

Modified: head/japanese/mozc-server/Makefile
==============================================================================
--- head/japanese/mozc-server/Makefile	Sat Sep 26 13:01:52 2015	(r397972)
+++ head/japanese/mozc-server/Makefile	Sat Sep 26 13:02:41 2015	(r397973)
@@ -272,8 +272,8 @@ PLIST_FILES+=	lib/uim/plugin/libuim-mozc
 		%%DATADIR%%/mozc-custom.scm \
 		%%DATADIR%%/mozc-key-custom.scm \
 		%%DATADIR%%/pixmaps/mozc.png \
-		"@exec ${LOCALBASE}/bin/uim-module-manager --register mozc" \
-		"@unexec ${LOCALBASE}/bin/uim-module-manager --unregister mozc"
+		"@postexec ${LOCALBASE}/bin/uim-module-manager --register mozc" \
+		"@preunexec ${LOCALBASE}/bin/uim-module-manager --unregister mozc"
 
 GYP_OPTIONS+=	--noqt
 GYP_DEFINES+=	use_libibus=0 \

Modified: head/japanese/uim-anthy/pkg-plist
==============================================================================
--- head/japanese/uim-anthy/pkg-plist	Sat Sep 26 13:01:52 2015	(r397972)
+++ head/japanese/uim-anthy/pkg-plist	Sat Sep 26 13:02:41 2015	(r397973)
@@ -2,7 +2,7 @@
 lib/uim/plugin/libuim-anthy.so
 lib/uim/plugin/libuim-anthy-utf8.so
 %%X11%%%%DATADIR%%/helperdata/uim-dict-ui.xml
-@exec uim-module-manager --register anthy
-@exec uim-module-manager --register anthy-utf8
-@unexec uim-module-manager --unregister anthy
-@unexec uim-module-manager --unregister anthy-utf8
+@postexec uim-module-manager --register anthy
+@postexec uim-module-manager --register anthy-utf8
+@preunexec uim-module-manager --unregister anthy
+@preunexec uim-module-manager --unregister anthy-utf8

Modified: head/textproc/uim-m17nlib/pkg-plist
==============================================================================
--- head/textproc/uim-m17nlib/pkg-plist	Sat Sep 26 13:01:52 2015	(r397972)
+++ head/textproc/uim-m17nlib/pkg-plist	Sat Sep 26 13:02:41 2015	(r397973)
@@ -1,3 +1,3 @@
 lib/uim/plugin/libuim-m17nlib.so
-@exec uim-module-manager --register m17nlib
-@unexec uim-module-manager --unregister m17nlib
+@postexec uim-module-manager --register m17nlib
+@preunexec uim-module-manager --unregister m17nlib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509261302.t8QD2grE065110>