Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2014 15:45:35 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358133 - head/devel/m17n-lib
Message-ID:  <201406171545.s5HFjZ58047946@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



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