diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-19 07:54:08 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-19 07:54:08 +0000 |
commit | a9a7eeb4bac962f1761b4f19a9549e4fd2f414fa (patch) | |
tree | 8fa357458ad6fc6286a52a75f3275ef3e4292a27 /lang | |
parent | Add a note about how to update this port. (diff) |
Update to the stable branch's snapshot as of today (2001.02.19), which
is meant to be a candidate for the 1.6.3 release.
Notes
Notes:
svn path=/head/; revision=38476
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby/distinfo | 2 | ||||
-rw-r--r-- | lang/ruby16/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby16/distinfo | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 704d2e17da09..be0c63a92423 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -89,6 +89,6 @@ post-install: @${CAT} ${PKGMESSAGE} test: - @(cd ${WRKSRC}; make test) + @(cd ${WRKSRC}; ${MAKE} test) .include <bsd.port.post.mk> diff --git a/lang/ruby/distinfo b/lang/ruby/distinfo index 4eddebf183a4..0891c1d32ce9 100644 --- a/lang/ruby/distinfo +++ b/lang/ruby/distinfo @@ -1,2 +1,2 @@ MD5 (ruby/ruby-1.6.2.tar.gz) = dcaa657d8b771c912ba53f49483cdeb7 -MD5 (ruby/ruby-1.6.2-2001.02.05.patch.gz) = 3e3e689d2bc253832f143f3e29541055 +MD5 (ruby/ruby-1.6.2-2001.02.19.patch.gz) = c77ed96eb22bc3aa2815f5b34c2e6465 diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index 704d2e17da09..be0c63a92423 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -89,6 +89,6 @@ post-install: @${CAT} ${PKGMESSAGE} test: - @(cd ${WRKSRC}; make test) + @(cd ${WRKSRC}; ${MAKE} test) .include <bsd.port.post.mk> diff --git a/lang/ruby16/distinfo b/lang/ruby16/distinfo index 4eddebf183a4..0891c1d32ce9 100644 --- a/lang/ruby16/distinfo +++ b/lang/ruby16/distinfo @@ -1,2 +1,2 @@ MD5 (ruby/ruby-1.6.2.tar.gz) = dcaa657d8b771c912ba53f49483cdeb7 -MD5 (ruby/ruby-1.6.2-2001.02.05.patch.gz) = 3e3e689d2bc253832f143f3e29541055 +MD5 (ruby/ruby-1.6.2-2001.02.19.patch.gz) = c77ed96eb22bc3aa2815f5b34c2e6465 |