diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-09-24 14:41:16 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-09-24 14:41:16 +0000 |
commit | 233241a7eba3337272c9b7530e2199b78856c97d (patch) | |
tree | 22f5199d3e15daccad03ba6ed24d3c243b18a4cf /devel/ruby-sexp | |
parent | 228a44c05f79812875f6886d0d1c2251f78bd605 (diff) |
- Update to 0.2.1.
Notes
Notes:
svn path=/head/; revision=220685
Diffstat (limited to 'devel/ruby-sexp')
-rw-r--r-- | devel/ruby-sexp/Makefile | 11 | ||||
-rw-r--r-- | devel/ruby-sexp/distinfo | 6 | ||||
-rw-r--r-- | devel/ruby-sexp/files/patch-sexp.rb | 11 | ||||
-rw-r--r-- | devel/ruby-sexp/files/patch-sexp_example.rb | 10 | ||||
-rw-r--r-- | devel/ruby-sexp/pkg-plist | 3 |
5 files changed, 10 insertions, 31 deletions
diff --git a/devel/ruby-sexp/Makefile b/devel/ruby-sexp/Makefile index c6a819f7ae7f..6d0ad9f4597a 100644 --- a/devel/ruby-sexp/Makefile +++ b/devel/ruby-sexp/Makefile @@ -6,8 +6,8 @@ # PORTNAME= sexp -PORTVERSION= 0.1 -PORTREVISION= 1 +PORTVERSION= 0.2.1 +PORTREVISION= 0 CATEGORIES= devel ruby MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,19 +17,18 @@ DIST_SUBDIR= ruby MAINTAINER= stas@FreeBSD.org COMMENT= A ruby library to work with s-expressions -RUN_DEPENDS= ${SADIR}/multi.rb:${PORTSDIR}/devel/ruby-multi +RUN_DEPENDS= rubygem-rparsec:${PORTSDIR}/devel/rubygem-rparsec USE_RUBY= yes - -WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes SADIR= ${RUBY_SITELIBDIR} -EXAMPLES= sexp_example.rb +EXAMPLES= example.rb do-install: ${INSTALL_DATA} ${WRKSRC}/sexp.rb ${RUBY_SITELIBDIR}/ + ${INSTALL_DATA} ${WRKSRC}/sexpressions.rb ${RUBY_SITELIBDIR}/ .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} ${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/,} ${RUBY_MODEXAMPLESDIR}/ diff --git a/devel/ruby-sexp/distinfo b/devel/ruby-sexp/distinfo index ab445d8562a5..62632b4d0081 100644 --- a/devel/ruby-sexp/distinfo +++ b/devel/ruby-sexp/distinfo @@ -1,3 +1,3 @@ -MD5 (ruby/sexp-0.1.tar.gz) = 45879d47e4964e773dfce2835a555529 -SHA256 (ruby/sexp-0.1.tar.gz) = fa3e600fe9056fd5263c7c91e32630b5634fa2db36af706bcb024354e9bf348f -SIZE (ruby/sexp-0.1.tar.gz) = 1246 +MD5 (ruby/sexp-0.2.1.tar.gz) = 5f3f37e5453393434cc41350a6c3584c +SHA256 (ruby/sexp-0.2.1.tar.gz) = 0a7662fc6155ef9ccd5c96136f7f68fde69d104d37450173542ca6ff972805f1 +SIZE (ruby/sexp-0.2.1.tar.gz) = 2213 diff --git a/devel/ruby-sexp/files/patch-sexp.rb b/devel/ruby-sexp/files/patch-sexp.rb deleted file mode 100644 index b82ad62e904e..000000000000 --- a/devel/ruby-sexp/files/patch-sexp.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- sexp.rb.orig 2008-03-24 22:09:19.424592832 +0300 -+++ sexp.rb 2008-03-24 22:09:25.775019936 +0300 -@@ -1,7 +1,6 @@ - #!/usr/bin/ruby - --require 'rubygems' --require_gem 'multi' -+require 'multi' - require 'smulti' - - module SExpressionParser diff --git a/devel/ruby-sexp/files/patch-sexp_example.rb b/devel/ruby-sexp/files/patch-sexp_example.rb deleted file mode 100644 index 4230c7f1d837..000000000000 --- a/devel/ruby-sexp/files/patch-sexp_example.rb +++ /dev/null @@ -1,10 +0,0 @@ ---- sexp_example.rb.orig 2008-03-24 22:13:35.290466969 +0300 -+++ sexp_example.rb 2008-03-24 22:13:38.648162757 +0300 -@@ -1,6 +1,6 @@ - #!/usr/bin/ruby - --require 'sexpr' -+require 'sexp' - require 'pp' - - pp "abc".parse_sexp diff --git a/devel/ruby-sexp/pkg-plist b/devel/ruby-sexp/pkg-plist index 363003b61a30..2922ddd427f0 100644 --- a/devel/ruby-sexp/pkg-plist +++ b/devel/ruby-sexp/pkg-plist @@ -1,3 +1,4 @@ %%RUBY_SITELIBDIR%%/sexp.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sexp_example.rb +%%RUBY_SITELIBDIR%%/sexpressions.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/example.rb %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% |