Date: Mon, 22 Aug 2011 09:03:13 +0800 (CST) From: Hsin-Han You <hhyou@cs.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/159982: [MAINTAINER] mail/rubygem-vmail: update to 2.3.2 Message-ID: <201108220103.p7M13D93027062@alumni.cs.nctu.edu.tw> Resent-Message-ID: <201108220110.p7M1A7i0007610@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 159982 >Category: ports >Synopsis: [MAINTAINER] mail/rubygem-vmail: update to 2.3.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Aug 22 01:10:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Hsin-Han You >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD alumni.cs.nctu.edu.tw 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: - Update to 2.3.2 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-vmail-2.3.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/rubygem-vmail/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 5 Feb 2011 10:35:22 -0000 1.3 +++ Makefile 22 Aug 2011 01:02:54 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/mail/rubygem-vmail/Makefile,v 1.3 2011/02/05 10:35:22 miwi Exp $ PORTNAME= vmail -PORTVERSION= 1.4.6 +PORTVERSION= 2.3.2 CATEGORIES= mail rubygems MASTER_SITES= RG @@ -13,7 +13,10 @@ 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 \ + ${LOCALBASE}/bin/vim:${PORTSDIR}/editors/vim-lite USE_RUBY= yes USE_RUBYGEMS= yes @@ -21,4 +24,8 @@ PLIST_FILES= bin/vmail bin/vmail_client bin/vmailsend -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${RUBY_VER} < 1.9 +BROKEN= does not work with ruby less than 1.9 +.endif +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/rubygem-vmail/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 5 Feb 2011 10:35:22 -0000 1.3 +++ distinfo 22 Aug 2011 01:02:54 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/vmail-1.4.6.gem) = 4df9e26da92efa5e793a642ab1ecfa9fbce5c582eae63869dabf9e3b5e8252b4 -SIZE (rubygem/vmail-1.4.6.gem) = 900096 +SHA256 (rubygem/vmail-2.3.2.gem) = 8ebb8731cb3dd0ba7db8116fdcd55af3c0a21c9cdd06c59f2f7178e000a6b6f2 +SIZE (rubygem/vmail-2.3.2.gem) = 71680 --- rubygem-vmail-2.3.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108220103.p7M13D93027062>