From owner-svn-ports-head@freebsd.org Fri Dec 30 19:21:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CC48C98444; Fri, 30 Dec 2016 19:21:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 171B21591; Fri, 30 Dec 2016 19:21:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBUJLCVw050515; Fri, 30 Dec 2016 19:21:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBUJLC8j050513; Fri, 30 Dec 2016 19:21:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612301921.uBUJLC8j050513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 30 Dec 2016 19:21:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430033 - head/devel/rubygem-activemessaging X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2016 19:21:13 -0000 Author: sunpoet Date: Fri Dec 30 19:21:11 2016 New Revision: 430033 URL: https://svnweb.freebsd.org/changeset/ports/430033 Log: - Update to 0.13.1 - Add LICENSE Changes: https://github.com/kookster/activemessaging/commits/master Modified: head/devel/rubygem-activemessaging/Makefile head/devel/rubygem-activemessaging/distinfo Modified: head/devel/rubygem-activemessaging/Makefile ============================================================================== --- head/devel/rubygem-activemessaging/Makefile Fri Dec 30 19:21:07 2016 (r430032) +++ head/devel/rubygem-activemessaging/Makefile Fri Dec 30 19:21:11 2016 (r430033) @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= activemessaging -PORTVERSION= 0.13.0 -PORTREVISION= 1 +PORTVERSION= 0.13.1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Event-driven architecture for rails -RUN_DEPENDS= rubygem-activesupport4>=2.3.11:devel/rubygem-activesupport4 +LICENSE= MIT + +RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ + rubygem-rake>=0:devel/rubygem-rake NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-activemessaging/distinfo ============================================================================== --- head/devel/rubygem-activemessaging/distinfo Fri Dec 30 19:21:07 2016 (r430032) +++ head/devel/rubygem-activemessaging/distinfo Fri Dec 30 19:21:11 2016 (r430033) @@ -1,2 +1,3 @@ -SHA256 (rubygem/activemessaging-0.13.0.gem) = 7ac6ab6a75fb9fa8264c099a4563d5a2710a85044f5bc87e6e7775bd9a9df6f9 -SIZE (rubygem/activemessaging-0.13.0.gem) = 51712 +TIMESTAMP = 1483086464 +SHA256 (rubygem/activemessaging-0.13.1.gem) = 9b90aaef7edc8f50fe20768a3752cac6d65be7d30f9b82050b92835abb546d89 +SIZE (rubygem/activemessaging-0.13.1.gem) = 43008