diff options
author | swills <swills@FreeBSD.org> | 2013-07-19 23:42:15 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-07-19 23:42:15 +0800 |
commit | d3bbf8f6359666bd2cc74d3f3d42a424e4bbc3c4 (patch) | |
tree | e099320646ac06216528195d91b25293dfc4dc08 /mail/rubygem-larch | |
parent | 2fc17c189dbe63d7a5d4d6af231147faaee07093 (diff) | |
download | freebsd-ports-gnome-d3bbf8f6359666bd2cc74d3f3d42a424e4bbc3c4.tar.gz freebsd-ports-gnome-d3bbf8f6359666bd2cc74d3f3d42a424e4bbc3c4.tar.zst freebsd-ports-gnome-d3bbf8f6359666bd2cc74d3f3d42a424e4bbc3c4.zip |
- Update to 1.1.2
PR: ports/180129
Approved by: maintainer timeout (freebsdports@chillibear.com, >2 weeks)
Diffstat (limited to 'mail/rubygem-larch')
-rw-r--r-- | mail/rubygem-larch/Makefile | 14 | ||||
-rw-r--r-- | mail/rubygem-larch/distinfo | 4 |
2 files changed, 7 insertions, 11 deletions
diff --git a/mail/rubygem-larch/Makefile b/mail/rubygem-larch/Makefile index ec8cd99354a5..530c998f77fa 100644 --- a/mail/rubygem-larch/Makefile +++ b/mail/rubygem-larch/Makefile @@ -1,21 +1,17 @@ -# Ports collection makefile for: rubygem-larch -# Date created: 28 June 2011 -# Whom: Eric Freeman <freebsdports@chillibear.com> -# +# Created by: Eric Freeman <freebsdports@chillibear.com> # $FreeBSD$ -# PORTNAME= larch -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= mail rubygems MASTER_SITES= RG MAINTAINER= freebsdports@chillibear.com COMMENT= Larch copies messages from one IMAP server to another -RUN_DEPENDS= rubygem-amalgalite>=1.0:${PORTSDIR}/databases/rubygem-amalgalite \ - rubygem-highline>=1.5:${PORTSDIR}/devel/rubygem-highline \ - rubygem-sequel>=3.14:${PORTSDIR}/devel/rubygem-sequel \ +RUN_DEPENDS= rubygem-highline>=1.5:${PORTSDIR}/devel/rubygem-highline \ + rubygem-sequel>=3.14:${PORTSDIR}/devel/rubygem-sequel3 \ + rubygem-sqlite3>=1.3:${PORTSDIR}/databases/rubygem-sqlite3 \ rubygem-trollop>=1.13:${PORTSDIR}/devel/rubygem-trollop PLIST_FILES= bin/larch diff --git a/mail/rubygem-larch/distinfo b/mail/rubygem-larch/distinfo index a9d847a0c2ba..e07c19ec5e4d 100644 --- a/mail/rubygem-larch/distinfo +++ b/mail/rubygem-larch/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/larch-1.1.1.gem) = cc1abb842455834e53a626dcd3348243920a4a6891e81cebf93c4984f22b2f40 -SIZE (rubygem/larch-1.1.1.gem) = 31744 +SHA256 (rubygem/larch-1.1.2.gem) = decd48b8c0b21a5e7a475853ae27fd7c996dbde905bfd3c5be89a3ef092bb21d +SIZE (rubygem/larch-1.1.2.gem) = 31744 |