diff options
author | knu <knu@FreeBSD.org> | 2003-06-20 10:52:42 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-06-20 10:52:42 +0000 |
commit | 3b2c6f577234f27b455f44fc3998b16df3a978a9 (patch) | |
tree | 59eb10ec1c5938702fe08d75bedc77321cf8f6a9 /devel/oniguruma5 | |
parent | 13fab32688904402a90e9efda9d8e8f3e6aad671 (diff) | |
download | FreeBSD-ports-3b2c6f577234f27b455f44fc3998b16df3a978a9.zip FreeBSD-ports-3b2c6f577234f27b455f44fc3998b16df3a978a9.tar.gz |
Update to 1.9.0.
Diffstat (limited to 'devel/oniguruma5')
-rw-r--r-- | devel/oniguruma5/Makefile | 4 | ||||
-rw-r--r-- | devel/oniguruma5/distinfo | 2 | ||||
-rw-r--r-- | devel/oniguruma5/files/BSDmakefile | 4 | ||||
-rw-r--r-- | devel/oniguruma5/pkg-plist | 4 |
4 files changed, 8 insertions, 6 deletions
diff --git a/devel/oniguruma5/Makefile b/devel/oniguruma5/Makefile index 7084ead..4f7bf1f 100644 --- a/devel/oniguruma5/Makefile +++ b/devel/oniguruma5/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/oniguruma5/distinfo b/devel/oniguruma5/distinfo index 6057f98..d1c046f 100644 --- a/devel/oniguruma5/distinfo +++ b/devel/oniguruma5/distinfo @@ -1 +1 @@ -MD5 (ruby/onigd20030319.tar.gz) = 87c0421ce2ad31693f2acf3843b3aafb +MD5 (ruby/onigd20030620.tar.gz) = 7ce1230cf8e90f2e4d7c90021d48c6f5 diff --git a/devel/oniguruma5/files/BSDmakefile b/devel/oniguruma5/files/BSDmakefile index ef37210..44d9352 100644 --- a/devel/oniguruma5/files/BSDmakefile +++ b/devel/oniguruma5/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/oniguruma5/pkg-plist b/devel/oniguruma5/pkg-plist index 5ac9ce9..fa45bc7 100644 --- a/devel/oniguruma5/pkg-plist +++ b/devel/oniguruma5/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%% |