svn commit: r357737 - head/japanese/ibus-anthy
Daichi GOTO
daichi at FreeBSD.org
Sat Jun 14 03:46:59 UTC 2014
Author: daichi
Date: Sat Jun 14 03:46:58 2014
New Revision: 357737
URL: http://svnweb.freebsd.org/changeset/ports/357737
QAT: https://qat.redports.org/buildarchive/r357737/
Log:
Stagefy
Modified:
head/japanese/ibus-anthy/Makefile
head/japanese/ibus-anthy/pkg-plist
Modified: head/japanese/ibus-anthy/Makefile
==============================================================================
--- head/japanese/ibus-anthy/Makefile Sat Jun 14 03:39:20 2014 (r357736)
+++ head/japanese/ibus-anthy/Makefile Sat Jun 14 03:46:58 2014 (r357737)
@@ -3,8 +3,7 @@
PORTNAME= ibus-anthy
PORTVERSION= 1.2.7
-PORTREVISION= 3
-PORTEPOCH= 1
+PORTREVISION= 4
CATEGORIES= japanese
PROJECTHOST= ibus
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
@@ -19,7 +18,7 @@ LIB_DEPENDS= libanthy.so:${PORTSDIR}/jap
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify
GNU_CONFIGURE= yes
-USES= gettext gmake pkgconfig
+USES= libtool gettext gmake pkgconfig
USE_PYTHON= yes
USE_GNOME= pygtk2
@@ -32,7 +31,6 @@ INCLUDEDIR_REPLACE_FILES= \
engine/Makefile.am \
engine/Makefile.in
-NO_STAGE= yes
post-patch:
cd ${WRKSRC} && \
${REINPLACE_CMD} "s,@@LOCALBASE@@,${LOCALBASE},g" \
@@ -41,7 +39,6 @@ post-patch:
${INCLUDEDIR_REPLACE_FILES}
post-install:
- @${CAT} ${PKGMESSAGE}
- @${ECHO_CMD} To display this message again, type ${PKG_INFO} -D ${PKGNAME}
+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_anthy.so
.include <bsd.port.mk>
Modified: head/japanese/ibus-anthy/pkg-plist
==============================================================================
--- head/japanese/ibus-anthy/pkg-plist Sat Jun 14 03:39:20 2014 (r357736)
+++ head/japanese/ibus-anthy/pkg-plist Sat Jun 14 03:46:58 2014 (r357737)
@@ -1,4 +1,3 @@
-%%PYTHON_SITELIBDIR%%/_anthy.la
%%PYTHON_SITELIBDIR%%/_anthy.so
%%PYTHON_SITELIBDIR%%/anthy.py
libexec/ibus-engine-anthy
@@ -47,8 +46,8 @@ share/ibus/component/anthy.xml
share/locale/fr/LC_MESSAGES/ibus-anthy.mo
share/locale/ja/LC_MESSAGES/ibus-anthy.mo
share/locale/zh_CN/LC_MESSAGES/ibus-anthy.mo
- at dirrm %%DATADIR%%/setup
- at dirrm %%DATADIR%%/icons
- at dirrm %%DATADIR%%/engine
- at dirrm %%DATADIR%%/dicts
- at dirrm %%DATADIR%%
+ at dirrmtry %%DATADIR%%/dicts
+ at dirrmtry %%DATADIR%%/engine
+ at dirrmtry %%DATADIR%%/icons
+ at dirrmtry %%DATADIR%%/setup
+ at dirrmtry %%DATADIR%%
More information about the svn-ports-all
mailing list