mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 0.1.2. Now Ruby 1.4 support has been dropped in this
version, this port still builds and installs 0.1.1 if RUBY_VER=1.4.
This commit is contained in:
parent
849badb661
commit
404d327197
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34041
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= eruby
|
||||
PORTVERSION= 0.1.1
|
||||
PORTVERSION= ${VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc www ruby
|
||||
MASTER_SITES= http://www.ruby-lang.org/~shugo/eruby/
|
||||
@ -15,6 +15,15 @@ DIST_SUBDIR= ruby
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
USE_RUBY= yes
|
||||
RUBY_REQUIRE= 160 <= Ruby
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(RUBY_PROVIDED)
|
||||
VERSION= 0.1.2
|
||||
.else
|
||||
VERSION= 0.1.1
|
||||
.endif
|
||||
|
||||
CONFIGURE_ARGS= --enable-shared --default-charset="${DEFAULT_CHARSET}"
|
||||
INSTALLS_SHLIB= yes
|
||||
@ -40,4 +49,4 @@ post-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (ruby/eruby-0.1.1.tar.gz) = bd924fc22f46750f927553358b22ca19
|
||||
MD5 (ruby/eruby-0.1.2.tar.gz) = c69ed7d6c622fc9e6b9eab50606c1d0f
|
||||
|
Loading…
Reference in New Issue
Block a user