diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-06-20 10:52:42 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-06-20 10:52:42 +0000 |
commit | 008852d89f5c1519324b9b43ef25a214117f8204 (patch) | |
tree | 3c2313545deeedf424ed38af421a7d29af4f9861 /devel/oniguruma4 | |
parent | 94d21a95b03c5acb104678b770029f332ca8cd67 (diff) | |
download | ports-008852d89f5c1519324b9b43ef25a214117f8204.tar.gz ports-008852d89f5c1519324b9b43ef25a214117f8204.zip |
Notes
Diffstat (limited to 'devel/oniguruma4')
-rw-r--r-- | devel/oniguruma4/Makefile | 4 | ||||
-rw-r--r-- | devel/oniguruma4/distinfo | 2 | ||||
-rw-r--r-- | devel/oniguruma4/files/BSDmakefile | 4 | ||||
-rw-r--r-- | devel/oniguruma4/pkg-plist | 4 |
4 files changed, 8 insertions, 6 deletions
diff --git a/devel/oniguruma4/Makefile b/devel/oniguruma4/Makefile index 7084eadcbf2a..4f7bf1f04df9 100644 --- a/devel/oniguruma4/Makefile +++ b/devel/oniguruma4/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/oniguruma4/distinfo b/devel/oniguruma4/distinfo index 6057f981fe7b..d1c046fdfdc2 100644 --- a/devel/oniguruma4/distinfo +++ b/devel/oniguruma4/distinfo @@ -1 +1 @@ -MD5 (ruby/onigd20030319.tar.gz) = 87c0421ce2ad31693f2acf3843b3aafb +MD5 (ruby/onigd20030620.tar.gz) = 7ce1230cf8e90f2e4d7c90021d48c6f5 diff --git a/devel/oniguruma4/files/BSDmakefile b/devel/oniguruma4/files/BSDmakefile index ef37210207bf..44d935204399 100644 --- a/devel/oniguruma4/files/BSDmakefile +++ b/devel/oniguruma4/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/oniguruma4/pkg-plist b/devel/oniguruma4/pkg-plist index 5ac9ce9e4c22..fa45bc70550e 100644 --- a/devel/oniguruma4/pkg-plist +++ b/devel/oniguruma4/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%% |