svn commit: r397973 - in head: japanese/mozc-server japanese/uim-anthy textproc/uim-m17nlib

Antoine Brodin antoine at FreeBSD.org
Sat Sep 26 13:02:43 UTC 2015


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
- at exec uim-module-manager --register anthy
- at exec uim-module-manager --register anthy-utf8
- at unexec uim-module-manager --unregister anthy
- at unexec uim-module-manager --unregister anthy-utf8
+ at postexec uim-module-manager --register anthy
+ at postexec uim-module-manager --register anthy-utf8
+ at preunexec uim-module-manager --unregister anthy
+ at 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
- at exec uim-module-manager --register m17nlib
- at unexec uim-module-manager --unregister m17nlib
+ at postexec uim-module-manager --register m17nlib
+ at preunexec uim-module-manager --unregister m17nlib


More information about the svn-ports-all mailing list