svn commit: r358133 - head/devel/m17n-lib
Martin Wilke
miwi at FreeBSD.org
Tue Jun 17 15:45:35 UTC 2014
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/
More information about the svn-ports-all
mailing list