diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-22 16:44:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-22 16:44:37 +0000 |
commit | 54a9081a400881efe8efd5935da063d26547900f (patch) | |
tree | 95ddddf623d3f172e093597063b0be50a79b4a40 /textproc/libtre | |
parent | 09c56e9b42d241d58bd7d89e4fb57d4718a52aec (diff) | |
download | ports-54a9081a400881efe8efd5935da063d26547900f.tar.gz ports-54a9081a400881efe8efd5935da063d26547900f.zip |
Notes
Diffstat (limited to 'textproc/libtre')
-rw-r--r-- | textproc/libtre/Makefile | 7 | ||||
-rw-r--r-- | textproc/libtre/distinfo | 2 | ||||
-rw-r--r-- | textproc/libtre/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/libtre/pkg-plist | 2 |
4 files changed, 6 insertions, 7 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index 868e675717e7..53c8a301d937 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -7,13 +7,12 @@ # PORTNAME= libtre -PORTVERSION= 0.5.3 -PORTREVISION= 1 +PORTVERSION= 0.6.3 CATEGORIES= textproc -MASTER_SITES= http://kouli.iki.fi/~vlaurika/tre/ +MASTER_SITES= http://laurikari.net/tre/ DISTNAME= tre-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= krion@FreeBSD.org COMMENT= A lightweight fully POSIX compliant regexp matching library LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext diff --git a/textproc/libtre/distinfo b/textproc/libtre/distinfo index 55c449131a5d..2f0b296f9028 100644 --- a/textproc/libtre/distinfo +++ b/textproc/libtre/distinfo @@ -1 +1 @@ -MD5 (tre-0.5.3.tar.bz2) = ef19d85502db38125dc5a4722f5bbce9 +MD5 (tre-0.6.3.tar.bz2) = b7fc54d38d6407cd91fa71654322a26a diff --git a/textproc/libtre/pkg-descr b/textproc/libtre/pkg-descr index 269e56163953..19f483060dd0 100644 --- a/textproc/libtre/pkg-descr +++ b/textproc/libtre/pkg-descr @@ -11,4 +11,4 @@ of the text. The used space is also quadratic on the length of the regex, but does not depend on the searched string. This quadratic behaviour occurs only on pathological cases which are probably very rare in practice. -WWW: http://kouli.iki.fi/~vlaurika/tre/ +WWW: http://laurikari.net/tre/ diff --git a/textproc/libtre/pkg-plist b/textproc/libtre/pkg-plist index 2bd794f98812..80cc9566cac2 100644 --- a/textproc/libtre/pkg-plist +++ b/textproc/libtre/pkg-plist @@ -4,7 +4,7 @@ include/tre/regex.h include/tre/tre-config.h lib/libtre.a lib/libtre.so -lib/libtre.so.3 +lib/libtre.so.4 libdata/pkgconfig/tre.pc share/locale/fi/LC_MESSAGES/tre.mo @dirrm include/tre |