diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-02-20 03:55:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-02-20 03:55:09 +0800 |
commit | e8b61ed4bf060d09428009a7de7fd3803aa3bca7 (patch) | |
tree | b78546acfebf6620f5fac8a9a7e746eed4132794 /mail/rubygem-vmail | |
parent | 2b589dc9e8ec6d46315e06af0841af4c19884429 (diff) | |
download | freebsd-ports-gnome-e8b61ed4bf060d09428009a7de7fd3803aa3bca7.tar.gz freebsd-ports-gnome-e8b61ed4bf060d09428009a7de7fd3803aa3bca7.tar.zst freebsd-ports-gnome-e8b61ed4bf060d09428009a7de7fd3803aa3bca7.zip |
- Update to 2.8.7
- Add LICENSE
- Sort RUN_DEPENDS
Changes: https://github.com/danchoi/vmail/commits/master
PR: 196882
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 1 month)
Diffstat (limited to 'mail/rubygem-vmail')
-rw-r--r-- | mail/rubygem-vmail/Makefile | 8 | ||||
-rw-r--r-- | mail/rubygem-vmail/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/mail/rubygem-vmail/Makefile b/mail/rubygem-vmail/Makefile index b9e2f50a2b70..48c6cfc333f5 100644 --- a/mail/rubygem-vmail/Makefile +++ b/mail/rubygem-vmail/Makefile @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= vmail -PORTVERSION= 2.8.6 +PORTVERSION= 2.8.7 CATEGORIES= mail rubygems MASTER_SITES= RG MAINTAINER= hhyou@cs.nctu.edu.tw COMMENT= Vim interface to Gmail -RUN_DEPENDS= rubygem-mail>=2.2.12:${PORTSDIR}/mail/rubygem-mail \ - rubygem-highline>=1.6.1:${PORTSDIR}/devel/rubygem-highline \ +LICENSE= MIT + +RUN_DEPENDS= rubygem-highline>=1.6.1:${PORTSDIR}/devel/rubygem-highline \ + rubygem-mail>=2.2.12:${PORTSDIR}/mail/rubygem-mail \ 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 \ diff --git a/mail/rubygem-vmail/distinfo b/mail/rubygem-vmail/distinfo index 10f12d443a07..f983dae9799b 100644 --- a/mail/rubygem-vmail/distinfo +++ b/mail/rubygem-vmail/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/vmail-2.8.6.gem) = 106aaea1060986c3cd2a852fa82c20e6587db4dead696d686429cb6569778d93 -SIZE (rubygem/vmail-2.8.6.gem) = 76288 +SHA256 (rubygem/vmail-2.8.7.gem) = d9a23ed7abc55ea1da7f34be487928ce5b8e66e76ccff0c4a2d7925ecde16b4f +SIZE (rubygem/vmail-2.8.7.gem) = 76288 |