From owner-svn-ports-all@FreeBSD.ORG Tue Jun 17 15:45:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 841EBBB1; Tue, 17 Jun 2014 15:45:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7137D2D11; Tue, 17 Jun 2014 15:45:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5HFjZxW047948; Tue, 17 Jun 2014 15:45:35 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5HFjZ58047946; Tue, 17 Jun 2014 15:45:35 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406171545.s5HFjZ58047946@svn.freebsd.org> From: Martin Wilke Date: Tue, 17 Jun 2014 15:45:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358133 - head/devel/m17n-lib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2014 15:45:35 -0000 Author: miwi Date: Tue Jun 17 15:45:34 2014 New Revision: 358133 URL: http://svnweb.freebsd.org/changeset/ports/358133 QAT: https://qat.redports.org/buildarchive/r358133/ Log: - Update Categorie - Strip binary - USES= libtools PR: 191108 Modified: head/devel/m17n-lib/Makefile head/devel/m17n-lib/pkg-descr Modified: head/devel/m17n-lib/Makefile ============================================================================== --- head/devel/m17n-lib/Makefile Tue Jun 17 15:44:08 2014 (r358132) +++ head/devel/m17n-lib/Makefile Tue Jun 17 15:45:34 2014 (r358133) @@ -3,8 +3,8 @@ PORTNAME= m17n-lib PORTVERSION= 1.6.4 -PORTREVISION= 2 -CATEGORIES= devel +PORTREVISION= 3 +CATEGORIES= devel textproc MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= m17n @@ -22,11 +22,12 @@ RUN_DEPENDS= m17n-db>=1.6.4:${PORTSDIR}/ MAKE_JOBS_UNSAFE= yes -USES= pkgconfig +USES= pkgconfig libtool:oldver USE_XORG= ice sm x11 xaw xft xt USE_GNOME= libxml2 -USE_AUTOTOOLS= autoconf libtool +USE_AUTOTOOLS= autoconf USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-nls Modified: head/devel/m17n-lib/pkg-descr ============================================================================== --- head/devel/m17n-lib/pkg-descr Tue Jun 17 15:44:08 2014 (r358132) +++ head/devel/m17n-lib/pkg-descr Tue Jun 17 15:45:34 2014 (r358133) @@ -17,7 +17,8 @@ text. * Chartable: A data structure that contains per-character information efficiently. - * Functions for inputting and displaying M-text on a window - system. + * Functions for inputting and displaying M-text on a window system. + +The documentation is available through devel/m17n-docs. WWW: http://www.nongnu.org/m17n/