diff options
author | culot <culot@FreeBSD.org> | 2011-07-25 19:46:28 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-07-25 19:46:28 +0800 |
commit | d5ad13398779f68950db3b6d341d585d52f3613e (patch) | |
tree | bb824c79b947aa76862ea7107ba2a2a40714e7ad /mail/rubygem-mail | |
parent | 265468f46d52fc5e66236ef143e1d4f8594c7903 (diff) | |
download | freebsd-ports-gnome-d5ad13398779f68950db3b6d341d585d52f3613e.tar.gz freebsd-ports-gnome-d5ad13398779f68950db3b6d341d585d52f3613e.tar.zst freebsd-ports-gnome-d5ad13398779f68950db3b6d341d585d52f3613e.zip |
- Update to 2.3.0
- Add LICENSE (MIT)
- drop dependency on activesupport (now optional - will be used
automatically if installed)
PR: ports/157960
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: Eric <freebsdports@chillibear.com> (maintainer)
Diffstat (limited to 'mail/rubygem-mail')
-rw-r--r-- | mail/rubygem-mail/Makefile | 5 | ||||
-rw-r--r-- | mail/rubygem-mail/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/mail/rubygem-mail/Makefile b/mail/rubygem-mail/Makefile index 63c1a6600735..3c51149ac3ea 100644 --- a/mail/rubygem-mail/Makefile +++ b/mail/rubygem-mail/Makefile @@ -6,16 +6,17 @@ # PORTNAME= mail -PORTVERSION= 2.2.19 +PORTVERSION= 2.3.0 CATEGORIES= mail rubygems MASTER_SITES= RG MAINTAINER= freebsdports@chillibear.com COMMENT= A Ruby email handler +LICENSE= MIT + RUN_DEPENDS= rubygem-treetop>=1.4.8:${PORTSDIR}/devel/rubygem-treetop \ rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \ - rubygem-activesupport>=2.3.6:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-i18n>=0.4.0:${PORTSDIR}/devel/rubygem-i18n USE_RUBY= yes diff --git a/mail/rubygem-mail/distinfo b/mail/rubygem-mail/distinfo index 16eac7c4ebb6..2a7d6b9b7431 100644 --- a/mail/rubygem-mail/distinfo +++ b/mail/rubygem-mail/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/mail-2.2.19.gem) = 33c9aa391cb8f5ad56e01f1b811fbfcfa9afa2b1ea66c5fa017e6d3105fd575d -SIZE (rubygem/mail-2.2.19.gem) = 104960 +SHA256 (rubygem/mail-2.3.0.gem) = a3641fec1980b44356281151e54bc16f6759dadbd3930eb568c0f362796ad1b2 +SIZE (rubygem/mail-2.3.0.gem) = 117760 |