aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-date2
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-06-09 20:09:25 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-06-09 20:09:25 +0000
commit5c6253321eb18aafbc556f88cbfcd4d41cbc15f0 (patch)
treeb0bca7fa33655a3b8d7a2a3ed62f2a624e4be631 /devel/ruby-date2
parentacd821eda5566c1a25d9d0b68df0d3c4cbeb5076 (diff)
downloadports-5c6253321eb18aafbc556f88cbfcd4d41cbc15f0.tar.gz
ports-5c6253321eb18aafbc556f88cbfcd4d41cbc15f0.zip
Notes
Diffstat (limited to 'devel/ruby-date2')
-rw-r--r--devel/ruby-date2/Makefile10
-rw-r--r--devel/ruby-date2/distinfo2
-rw-r--r--devel/ruby-date2/pkg-plist1
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