svn commit: r301154 - head/japanese/ibus-skk

Beat Gaetzi beat at FreeBSD.org
Thu Jul 19 12:36:13 UTC 2012


Author: beat
Date: Thu Jul 19 12:36:12 2012
New Revision: 301154
URL: http://svn.freebsd.org/changeset/ports/301154

Log:
  - Chase ibus update [1]
  - Pet portlint
  - Convert to optionsng
  
  Reported by:	pointyhat [1]
  Submitted by:	hiroto.kagotani AT gmail.com (maintainer via private mail)

Modified:
  head/japanese/ibus-skk/Makefile

Modified: head/japanese/ibus-skk/Makefile
==============================================================================
--- head/japanese/ibus-skk/Makefile	Thu Jul 19 12:16:39 2012	(r301153)
+++ head/japanese/ibus-skk/Makefile	Thu Jul 19 12:36:12 2012	(r301154)
@@ -7,7 +7,7 @@
 
 PORTNAME=	ibus-skk
 PORTVERSION=	1.4.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	japanese
 MASTER_SITES=	http://cloud.github.com/downloads/ueno/ibus-skk/
 
@@ -15,8 +15,8 @@ MAINTAINER=	hiroto.kagotani at gmail.com
 COMMENT=	A Japanese SKK input engine for IBus
 
 RUN_DEPENDS=	${LOCALBASE}/share/skk/SKK-JISYO.L:${PORTSDIR}/japanese/skk-jisyo
-LIB_DEPENDS=	skk.0:${PORTSDIR}/japanese/libskk \
-		ibus-1.0.400:${PORTSDIR}/textproc/ibus
+LIB_DEPENDS=	skk:${PORTSDIR}/japanese/libskk \
+		ibus-1.0:${PORTSDIR}/textproc/ibus
 
 USE_PYTHON=	yes
 USE_GETTEXT=	yes
@@ -28,6 +28,8 @@ CONFIGURE_ENV+=	DATADIRNAME=share
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 
+OPTIONS_DEFINE=	NLS
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/share/skk/SKK-JISYO.L|${LOCALBASE}/share/skk/SKK-JISYO.L|' ${WRKSRC}/src/preferences.c
 
@@ -37,7 +39,7 @@ post-install:
 
 .include <bsd.port.pre.mk>
 
-.if !defined(WITHOUT_NLS)
+.if ${PORT_OPTIONS:MNLS}
 USE_GETTEXT=	yes
 PLIST_SUB+=	NLS=""
 .else



More information about the svn-ports-all mailing list