Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 2014 03:46:59 +0000 (UTC)
From:      Daichi GOTO <daichi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357737 - head/japanese/ibus-anthy
Message-ID:  <201406140346.s5E3kxV7009542@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@dirrm %%DATADIR%%/setup
-@dirrm %%DATADIR%%/icons
-@dirrm %%DATADIR%%/engine
-@dirrm %%DATADIR%%/dicts
-@dirrm %%DATADIR%%
+@dirrmtry %%DATADIR%%/dicts
+@dirrmtry %%DATADIR%%/engine
+@dirrmtry %%DATADIR%%/icons
+@dirrmtry %%DATADIR%%/setup
+@dirrmtry %%DATADIR%%



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