diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-29 21:22:10 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-29 21:22:10 +0000 |
commit | 7de28eb43410e1172778cfae3b3182a77382ce69 (patch) | |
tree | 249e0c8501f618d487c418ff24973a4005c95694 /lang/ruby/Makefile | |
parent | As some people including me are seeing reproduceable coredump, (diff) |
Forgot to bump PORTREVISION's in the previous commit.
Note that you'll have to rebuild all the installed ruby modules
if you upgrade. To do it, just install the latest portupgrade and
hit `portupgrade -rfcC ruby'.
Notes
Notes:
svn path=/head/; revision=43288
Diffstat (limited to 'lang/ruby/Makefile')
-rw-r--r-- | lang/ruby/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 320e62366c30..bf2009bd1602 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -7,6 +7,7 @@ PORTNAME= ruby PORTVERSION= ${RUBY_PORTVERSION} +PORTREVISION= 1 CATEGORIES= lang ruby ipv6 MASTER_SITES= ${MASTER_SITE_RUBY} MASTER_SITE_SUBDIR= ${RUBY_VER} |