summaryrefslogtreecommitdiff
path: root/textproc/liblinebreak/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2009-02-07 20:59:37 +0000
committerwiz <wiz>2009-02-07 20:59:37 +0000
commit903dcea0193145577ae685391cf5ebc3d7e40916 (patch)
tree02198a75995ed5a52cba7002046fd5c1d3b9b95e /textproc/liblinebreak/Makefile
parent6387eee7bb56db83936dfed30421b88f69089d75 (diff)
downloadpkgsrc-903dcea0193145577ae685391cf5ebc3d7e40916.tar.gz
Update to 1.1:
New in 1.1 - Make get_lb_prop_lang static and not an exported symbol - Define is_line_breakable to alias to is_breakable - Declare get_next_char_utf* will be changed to lb_get_next_char_utf* - Move the declarations of get_next_char_utf* from linebreak.h to linebreakdef.h - Add the function documentation comments to the header files
Diffstat (limited to 'textproc/liblinebreak/Makefile')
-rw-r--r--textproc/liblinebreak/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/liblinebreak/Makefile b/textproc/liblinebreak/Makefile
index 9d9771e42c9..0b27f417afb 100644
--- a/textproc/liblinebreak/Makefile
+++ b/textproc/liblinebreak/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/01/18 17:38:15 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2009/02/07 20:59:37 wiz Exp $
#
-DISTNAME= liblinebreak-1.0
+DISTNAME= liblinebreak-1.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vimgadgets/}