summaryrefslogtreecommitdiff
path: root/devel/oniguruma
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-06-20 10:52:42 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-06-20 10:52:42 +0000
commit008852d89f5c1519324b9b43ef25a214117f8204 (patch)
tree3c2313545deeedf424ed38af421a7d29af4f9861 /devel/oniguruma
parentUse install(1) instead of cp(1), to set file mode (it is unhappy to users (diff)
Update to 1.9.0.
Notes
Notes: svn path=/head/; revision=83352
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%%