svn commit: r321508 - head/korean/ibus-hangul
Jung-uk Kim
jkim at FreeBSD.org
Fri Jun 21 23:43:02 UTC 2013
Author: jkim
Date: Fri Jun 21 23:43:01 2013
New Revision: 321508
URL: http://svnweb.freebsd.org/changeset/ports/321508
Log:
Update to 1.4.2.
Modified:
head/korean/ibus-hangul/Makefile
head/korean/ibus-hangul/distinfo
Modified: head/korean/ibus-hangul/Makefile
==============================================================================
--- head/korean/ibus-hangul/Makefile Fri Jun 21 23:40:27 2013 (r321507)
+++ head/korean/ibus-hangul/Makefile Fri Jun 21 23:43:01 2013 (r321508)
@@ -1,15 +1,9 @@
-# New ports collection makefile for: ibus-hangul
-# Date created: August 8, 2011
-# Whom: Jung-uk Kim <jkim at 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 at 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:
Modified: head/korean/ibus-hangul/distinfo
==============================================================================
--- head/korean/ibus-hangul/distinfo Fri Jun 21 23:40:27 2013 (r321507)
+++ head/korean/ibus-hangul/distinfo Fri Jun 21 23:43:01 2013 (r321508)
@@ -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
More information about the svn-ports-head
mailing list