diff options
author | knu <knu@FreeBSD.org> | 2004-05-14 17:14:52 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-05-14 17:14:52 +0000 |
commit | eb0e7bbee970a9277734e2251292071a1a570939 (patch) | |
tree | 6fcb93c3f24cc5e6c168877ce7b34fb735bf039b /sysutils/libchk/Makefile | |
parent | b40a92638f48cc90988e831a3d00203d04117f8d (diff) | |
download | FreeBSD-ports-eb0e7bbee970a9277734e2251292071a1a570939.zip FreeBSD-ports-eb0e7bbee970a9277734e2251292071a1a570939.tar.gz |
Update to 1.9, which fixes error with ruby 1.8 when additional
directories are given from the command line.
Reported by: Radim Kolar <hsn at netmag.cz>
Diffstat (limited to 'sysutils/libchk/Makefile')
-rw-r--r-- | sysutils/libchk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/libchk/Makefile b/sysutils/libchk/Makefile index 1727945..62e3a81 100644 --- a/sysutils/libchk/Makefile +++ b/sysutils/libchk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libchk -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} |