- Update to 0.4.1

rails 3.0.1 -> 3.0.2
actionmailer 3.0.1 -> 3.0.2
mailer 2.2.7 -> 2.2.9
BUT
mailer 2.2.9 requires i18n 0.4.1
while 2.2.7 doesn't rquire it at all

downgrade the port to allow the rails update to complete

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
This commit is contained in:
Philip M. Gollucci 2010-11-16 06:55:07 +00:00
parent e99f71fe66
commit a872784cba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264625
2 changed files with 4 additions and 3 deletions

View file

@ -5,7 +5,8 @@
# $FreeBSD$
PORTNAME= i18n
PORTVERSION= 0.4.2
PORTVERSION= 0.4.1
PORTEPOCH= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG

View file

@ -1,2 +1,2 @@
SHA256 (rubygem/i18n-0.4.2.gem) = 1fda6faed58aed76fe69ef1ba4b95ca07a3699f6c51f4e4404826c53ce9f5546
SIZE (rubygem/i18n-0.4.2.gem) = 37376
SHA256 (rubygem/i18n-0.4.1.gem) = 787e95afc93981bb8de7ad01d5aa325be12638315e94dcfc1612042340405c41
SIZE (rubygem/i18n-0.4.1.gem) = 36352