diff options
author | alexbl <alexbl@FreeBSD.org> | 2006-09-15 03:12:17 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2006-09-15 03:12:17 +0800 |
commit | 6f7660e5c510b806d5baafebb3ac08d87f6495b8 (patch) | |
tree | c785be41a5c742d460bdbff67c5cf71f2b005164 /devel | |
parent | c515f63c27f804da487a7172e49debd4fc6f0b8c (diff) | |
download | freebsd-ports-gnome-6f7660e5c510b806d5baafebb3ac08d87f6495b8.tar.gz freebsd-ports-gnome-6f7660e5c510b806d5baafebb3ac08d87f6495b8.tar.zst freebsd-ports-gnome-6f7660e5c510b806d5baafebb3ac08d87f6495b8.zip |
Update to 0.1.1 which also fixes build.
PR: 102812
Submitted by: Alexander Novitsky (maintainer)
Approved by: novel
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-rrb/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-rrb/distinfo | 6 | ||||
-rw-r--r-- | devel/ruby-rrb/pkg-plist | 1 |
3 files changed, 5 insertions, 6 deletions
diff --git a/devel/ruby-rrb/Makefile b/devel/ruby-rrb/Makefile index 62b626812ff9..4f7532697a21 100644 --- a/devel/ruby-rrb/Makefile +++ b/devel/ruby-rrb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rrb -PORTVERSION= 0.0.3 +PORTVERSION= 0.1.1 CATEGORIES= devel ruby MASTER_SITES= http://www.kmc.gr.jp/proj/rrb/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -15,8 +15,6 @@ DIST_SUBDIR= ruby MAINTAINER= alecn2002@yandex.ru COMMENT= Ruby Refactoring Browser for FreeRIDE and EMACS -BROKEN= Does not compile - USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/devel/ruby-rrb/distinfo b/devel/ruby-rrb/distinfo index ad0703ca185d..091d21300acd 100644 --- a/devel/ruby-rrb/distinfo +++ b/devel/ruby-rrb/distinfo @@ -1,3 +1,3 @@ -MD5 (ruby/rrb-0.0.3.tar.gz) = 9556bb33dd0bda5ab883fef29bd8f51c -SHA256 (ruby/rrb-0.0.3.tar.gz) = 3e67c0b34519d6a502841a9d9b4eb1f441e0f314f6c72d3511c91c3fae48521c -SIZE (ruby/rrb-0.0.3.tar.gz) = 163244 +MD5 (ruby/rrb-0.1.1.tar.gz) = 448512076823d78a9b81038031d232f7 +SHA256 (ruby/rrb-0.1.1.tar.gz) = 62f2229048ca4d6e012c63a4e25df279143c2307dcfd158c489bd35292ce4644 +SIZE (ruby/rrb-0.1.1.tar.gz) = 164054 diff --git a/devel/ruby-rrb/pkg-plist b/devel/ruby-rrb/pkg-plist index 4411df4effc5..0c27ee9e82a2 100644 --- a/devel/ruby-rrb/pkg-plist +++ b/devel/ruby-rrb/pkg-plist @@ -32,6 +32,7 @@ bin/rrbcui %%RUBY_SITELIBDIR%%/rrb/scriptfile.rb %%RUBY_SITELIBDIR%%/rrb/utils.rb %%RUBY_SITELIBDIR%%/rrb/ripper.rb +%%RUBY_SITELIBDIR%%/rrb/vim_interface.rb @dirrm %%RUBY_SITELIBDIR%%/rrb %%RUBY_SITEARCHLIBDIR%%/rrb_ripper.so %%RUBY_SITEARCHLIBDIR%%/rrb_reflection.so |