1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Update to 1.4.2.

This commit is contained in:
Jung-uk Kim 2013-06-21 23:43:01 +00:00
parent f5ee00702f
commit deb071806d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321508
2 changed files with 10 additions and 16 deletions

View File

@ -1,15 +1,9 @@
# New ports collection makefile for: ibus-hangul
# Date created: August 8, 2011
# Whom: Jung-uk Kim <jkim@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ibus-hangul
PORTVERSION= 1.4.1
PORTREVISION= 3
PORTVERSION= 1.4.2
CATEGORIES= korean
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MASTER_SITES= GOOGLE_CODE
MAINTAINER= jkim@FreeBSD.org
COMMENT= Hangul input engine for IBus
@ -25,19 +19,19 @@ GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
USE_GNOME= gnomehack intltool pkgconfig
USE_GNOME= intltool pygobject3
USE_PYTHON= yes
USES= pathfix pkgconfig
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
PLIST_SUB+= NLS=""
CONFIGURE_ARGS= --enable-nls
PLIST_SUB= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
CONFIGURE_ARGS= --disable-nls
PLIST_SUB= NLS="@comment "
.endif
post-install:

View File

@ -1,2 +1,2 @@
SHA256 (ibus-hangul-1.4.1.tar.gz) = 8b7cbc124850df9fb78cdcb38b138f10c648b5519d36a92107616606678b662d
SIZE (ibus-hangul-1.4.1.tar.gz) = 484065
SHA256 (ibus-hangul-1.4.2.tar.gz) = de79dff94028673f1a00b24f9af35f37f59c12b1737d171a24ac4d34fad20b89
SIZE (ibus-hangul-1.4.2.tar.gz) = 483967