aboutsummaryrefslogtreecommitdiffstats
path: root/devel/oniguruma
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-06-20 18:52:42 +0800
committerknu <knu@FreeBSD.org>2003-06-20 18:52:42 +0800
commit3b2c6f577234f27b455f44fc3998b16df3a978a9 (patch)
tree59eb10ec1c5938702fe08d75bedc77321cf8f6a9 /devel/oniguruma
parent13fab32688904402a90e9efda9d8e8f3e6aad671 (diff)
downloadfreebsd-ports-gnome-3b2c6f577234f27b455f44fc3998b16df3a978a9.tar.gz
freebsd-ports-gnome-3b2c6f577234f27b455f44fc3998b16df3a978a9.tar.zst
freebsd-ports-gnome-3b2c6f577234f27b455f44fc3998b16df3a978a9.zip
Update to 1.9.0.
Diffstat (limited to 'devel/oniguruma')
-rw-r--r--devel/oniguruma/Makefile4
-rw-r--r--devel/oniguruma/distinfo2
-rw-r--r--devel/oniguruma/files/BSDmakefile4
-rw-r--r--devel/oniguruma/pkg-plist4
4 files changed, 8 insertions, 6 deletions
diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile
index 7084eadcbf2a..4f7bf1f04df9 100644
--- a/devel/oniguruma/Makefile
+++ b/devel/oniguruma/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= oniguruma
-PORTVERSION= 1.8.5
+PORTVERSION= 1.9.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_RUBY}
MASTER_SITE_SUBDIR= contrib
-DISTNAME= onigd20030319
+DISTNAME= onigd20030620
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
diff --git a/devel/oniguruma/distinfo b/devel/oniguruma/distinfo
index 6057f981fe7b..d1c046fdfdc2 100644
--- a/devel/oniguruma/distinfo
+++ b/devel/oniguruma/distinfo
@@ -1 +1 @@
-MD5 (ruby/onigd20030319.tar.gz) = 87c0421ce2ad31693f2acf3843b3aafb
+MD5 (ruby/onigd20030620.tar.gz) = 7ce1230cf8e90f2e4d7c90021d48c6f5
diff --git a/devel/oniguruma/files/BSDmakefile b/devel/oniguruma/files/BSDmakefile
index ef37210207bf..44d935204399 100644
--- a/devel/oniguruma/files/BSDmakefile
+++ b/devel/oniguruma/files/BSDmakefile
@@ -6,8 +6,8 @@ SHLIB_MINOR?= 0
CFLAGS+= -DHAVE_CONFIG_H -DNOT_RUBY
SRCS= regerror.o regcomp.o regexec.o reggnu.o \
regposix.o regposerr.o regparse.o
-INCS= regex.h \
- onigposix.h
+INCS= onigposix.h \
+ oniguruma.h
NOMAN= YES
LIBDIR= ${LOCALBASE}/lib
INCSDIR= ${LOCALBASE}/include/onig
diff --git a/devel/oniguruma/pkg-plist b/devel/oniguruma/pkg-plist
index 5ac9ce9e4c22..fa45bc70550e 100644
--- a/devel/oniguruma/pkg-plist
+++ b/devel/oniguruma/pkg-plist
@@ -1,13 +1,15 @@
include/onig/onigposix.h
-include/onig/regex.h
+include/onig/oniguruma.h
@dirrm include/onig
lib/libonig.a
lib/libonig.so
lib/libonig.so.0
%%PORTDOCS%%%%DOCSDIR%%/API
%%PORTDOCS%%%%DOCSDIR%%/HISTORY
+%%PORTDOCS%%%%DOCSDIR%%/RE
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%PORTDOCS%%%%EXAMPLESDIR%%/names.c
%%PORTDOCS%%%%EXAMPLESDIR%%/posix.c
%%PORTDOCS%%%%EXAMPLESDIR%%/simple.c
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%