1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 3.3 and mark IGNORE for ruby >= 1.7.

This commit is contained in:
Akinori MUSHA 2002-06-09 20:09:25 +00:00
parent acd821eda5
commit 5c6253321e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60997
3 changed files with 9 additions and 4 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (ruby/date2-3.2.1.tar.gz) = 9fa80bf08648a44d254e2fb8c2b101fc
MD5 (ruby/date2-3.3.tar.gz) = 666f3e1032f9981b82a5a8c571d83f26

View File

@ -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