- Update to 2.8.4
PR: ports/159982 (older version) Submitted by: Hsin-Han You <hhyou@cs.nctu.edu.tw>
This commit is contained in:
parent
7afaa7db55
commit
ec6e3330ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319611
2 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue