diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-06-09 20:09:25 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-06-09 20:09:25 +0000 |
commit | 5c6253321eb18aafbc556f88cbfcd4d41cbc15f0 (patch) | |
tree | b0bca7fa33655a3b8d7a2a3ed62f2a624e4be631 | |
parent | Update to 2.2.3. (diff) |
Update to 3.3 and mark IGNORE for ruby >= 1.7.
Notes
Notes:
svn path=/head/; revision=60997
-rw-r--r-- | devel/ruby-date2/Makefile | 10 | ||||
-rw-r--r-- | devel/ruby-date2/distinfo | 2 | ||||
-rw-r--r-- | devel/ruby-date2/pkg-plist | 1 |
3 files changed, 9 insertions, 4 deletions
diff --git a/devel/ruby-date2/Makefile b/devel/ruby-date2/Makefile index d75eeffb6f86..812e908f23cc 100644 --- a/devel/ruby-date2/Makefile +++ b/devel/ruby-date2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= date2 -PORTVERSION= 3.2.1 +PORTVERSION= 3.3 CATEGORIES= devel ruby MASTER_SITES= http://www.funaba.org/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -23,6 +23,12 @@ DOCS_JA= MANUAL MANUAL.rd MANUAL.html README EXAMPLES_EN= cal.rb daylight.rb goodfriday.rb EXAMPLES_JA= ncal.rb +.include <bsd.port.pre.mk> + +.if ${RUBY_VER} >= 1.7 +IGNORE= is part of ruby ${RUBY_VER} distribution +.endif + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/date2/ja @@ -41,4 +47,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/ruby-date2/distinfo b/devel/ruby-date2/distinfo index 1ef1beffda2d..2ea049975b5f 100644 --- a/devel/ruby-date2/distinfo +++ b/devel/ruby-date2/distinfo @@ -1 +1 @@ -MD5 (ruby/date2-3.2.1.tar.gz) = 9fa80bf08648a44d254e2fb8c2b101fc +MD5 (ruby/date2-3.3.tar.gz) = 666f3e1032f9981b82a5a8c571d83f26 diff --git a/devel/ruby-date2/pkg-plist b/devel/ruby-date2/pkg-plist index cc4b14d30404..376e8989f9d4 100644 --- a/devel/ruby-date2/pkg-plist +++ b/devel/ruby-date2/pkg-plist @@ -2,7 +2,6 @@ %%RUBY_SITELIBDIR%%/parsedate.rb %%RUBY_SITELIBDIR%%/date/format.rb %%RUBY_SITELIBDIR%%/date/holiday.rb -%%RUBY_SITELIBDIR%%/date/qholiday.rb @dirrm %%RUBY_SITELIBDIR%%/date %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/date2/cal.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/date2/daylight.rb |