diff options
author | swills <swills@FreeBSD.org> | 2013-06-02 06:28:07 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-06-02 06:28:07 +0800 |
commit | 28fc1c0aadcea62c182f3d41f7aefc839d79f509 (patch) | |
tree | 491387144d2ce146c4177b8457447141dfbeeb0f | |
parent | 5b93c4bde091dc3d9a411032dccaa885172eb7f7 (diff) | |
download | freebsd-ports-gnome-28fc1c0aadcea62c182f3d41f7aefc839d79f509.tar.gz freebsd-ports-gnome-28fc1c0aadcea62c182f3d41f7aefc839d79f509.tar.zst freebsd-ports-gnome-28fc1c0aadcea62c182f3d41f7aefc839d79f509.zip |
- Update to 2.8.4
PR: ports/159982 (older version)
Submitted by: Hsin-Han You <hhyou@cs.nctu.edu.tw>
-rw-r--r-- | mail/rubygem-vmail/Makefile | 13 | ||||
-rw-r--r-- | mail/rubygem-vmail/distinfo | 4 |
2 files changed, 9 insertions, 8 deletions
diff --git a/mail/rubygem-vmail/Makefile b/mail/rubygem-vmail/Makefile index 8def72baaf91..b1fd20abe426 100644 --- a/mail/rubygem-vmail/Makefile +++ b/mail/rubygem-vmail/Makefile @@ -1,11 +1,8 @@ -# New ports collection makefile for: Ruby-vmail -# Date created: 2010 12-15 -# Whom: Hsin-Han You <hhyou@cs.nctu.edu.tw> -# +# Created by: Hsin-Han You <hhyou@cs.nctu.edu.tw> # $FreeBSD$ PORTNAME= vmail -PORTVERSION= 1.5.0 +PORTVERSION= 2.8.4 CATEGORIES= mail rubygems MASTER_SITES= RG @@ -13,7 +10,11 @@ MAINTAINER= hhyou@cs.nctu.edu.tw COMMENT= A Vim interface to Gmail RUN_DEPENDS= rubygem-mail>=2.2.12:${PORTSDIR}/mail/rubygem-mail \ - rubygem-highline>=1.6.1:${PORTSDIR}/devel/rubygem-highline + rubygem-highline>=1.6.1:${PORTSDIR}/devel/rubygem-highline \ + rubygem-sequel>=3.24.1:${PORTSDIR}/devel/rubygem-sequel \ + rubygem-sqlite3>=1.3.3:${PORTSDIR}/databases/rubygem-sqlite3 \ + rubygem-versionomy>=0.4.4:${PORTSDIR}/devel/rubygem-versionomy \ + ${LOCALBASE}/bin/vim:${PORTSDIR}/editors/vim-lite USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/mail/rubygem-vmail/distinfo b/mail/rubygem-vmail/distinfo index 33a0f05d2879..732376a9cbc2 100644 --- a/mail/rubygem-vmail/distinfo +++ b/mail/rubygem-vmail/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/vmail-1.5.0.gem) = d85ed222b5eea992d1d614a5fa705e1fd01cf1814dc5e925b661dd685af10b5b -SIZE (rubygem/vmail-1.5.0.gem) = 900096 +SHA256 (rubygem/vmail-2.8.4.gem) = b68d44905c71d35c424c1a9de6c780a722ed8fe6607646ac4f0e00a136e9fbd1 +SIZE (rubygem/vmail-2.8.4.gem) = 76288 |