diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-13 02:31:42 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-13 02:31:42 +0000 |
commit | 37a58fbf8d9b975c21a281410abfbd1072243e3f (patch) | |
tree | b8e36f500ea5a7ee3925b16d4246d45518faba0d /devel/oniguruma/Makefile | |
parent | c45b888b7ecfeeb0bf1f7612ab520254f98bee33 (diff) | |
download | ports-37a58fbf8d9b975c21a281410abfbd1072243e3f.tar.gz ports-37a58fbf8d9b975c21a281410abfbd1072243e3f.zip |
Upgrade to 1.8.4 to fix a build time error where a C89 compiler fails
depending on the #ifdef UNALIGNED_WORD_ACCESS condition.
Submitted by: bento (alpha-4-latest)
Notes
Notes:
svn path=/head/; revision=77115
Diffstat (limited to 'devel/oniguruma/Makefile')
-rw-r--r-- | devel/oniguruma/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile index 617d9f0f9e01..6f1d2509713c 100644 --- a/devel/oniguruma/Makefile +++ b/devel/oniguruma/Makefile @@ -6,11 +6,11 @@ # PORTNAME= oniguruma -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_RUBY} MASTER_SITE_SUBDIR= contrib -DISTNAME= onigd20030305 +DISTNAME= onigd20030312 DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org |