diff options
author | knu <knu@FreeBSD.org> | 2001-05-06 06:03:07 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-05-06 06:03:07 +0800 |
commit | db1e5768b79cc1d7a6308f27a69ee94b1ce7e015 (patch) | |
tree | 80ba6d6ca62f808f2a3832fafc73144c91ffc943 /lang/ruby/Makefile | |
parent | 8ff5c17975c12eff7217264f1448f4685d61b984 (diff) | |
download | freebsd-ports-gnome-db1e5768b79cc1d7a6308f27a69ee94b1ce7e015.tar.gz freebsd-ports-gnome-db1e5768b79cc1d7a6308f27a69ee94b1ce7e015.tar.zst freebsd-ports-gnome-db1e5768b79cc1d7a6308f27a69ee94b1ce7e015.zip |
Update lang/ruby to the latest snapshot of the stable branch.
Rename RUBY_SNAPSHOTVERSION to RUBY_PATCHLEVEL.
Prepare for the development branch. (1.7.x)
Diffstat (limited to 'lang/ruby/Makefile')
-rw-r--r-- | lang/ruby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index b77cf78edef5..17666b27724b 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${RUBY_DISTNAME} DIST_SUBDIR= ruby PATCH_SITES= http://www.ruby-lang.org/~knu/ -PATCHFILES= ${RUBY_DISTNAME}-${RUBY_SNAPSHOTVERSION}.patch.gz +PATCHFILES= ${RUBY_DISTNAME}-${RUBY_PATCHLEVEL}.patch.gz PATCH_DIST_STRIP= -p1 MAINTAINER= knu@FreeBSD.org |