From owner-svn-ports-all@freebsd.org Mon Dec 21 18:33:58 2015 Return-Path: Delivered-To: svn-ports-all@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 E1085A4E8AB; Mon, 21 Dec 2015 18:33:58 +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 B15501629; Mon, 21 Dec 2015 18:33:58 +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 tBLIXvKC057250; Mon, 21 Dec 2015 18:33:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIXv9x057248; Mon, 21 Dec 2015 18:33:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211833.tBLIXv9x057248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:33:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404150 - head/net/rubygem-amq-protocol X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:33:59 -0000 Author: sunpoet Date: Mon Dec 21 18:33:57 2015 New Revision: 404150 URL: https://svnweb.freebsd.org/changeset/ports/404150 Log: - Update to 2.0.1 - Add LICENSE_FILE Changes: https://github.com/ruby-amqp/amq-protocol/commits/2.0.x-stable Modified: head/net/rubygem-amq-protocol/Makefile head/net/rubygem-amq-protocol/distinfo Modified: head/net/rubygem-amq-protocol/Makefile ============================================================================== --- head/net/rubygem-amq-protocol/Makefile Mon Dec 21 18:33:52 2015 (r404149) +++ head/net/rubygem-amq-protocol/Makefile Mon Dec 21 18:33:57 2015 (r404150) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= amq-protocol -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= AMQP serialization library for Ruby LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USE_RUBY= yes Modified: head/net/rubygem-amq-protocol/distinfo ============================================================================== --- head/net/rubygem-amq-protocol/distinfo Mon Dec 21 18:33:52 2015 (r404149) +++ head/net/rubygem-amq-protocol/distinfo Mon Dec 21 18:33:57 2015 (r404150) @@ -1,2 +1,2 @@ -SHA256 (rubygem/amq-protocol-2.0.0.gem) = 13ffd60f8f41d986b522f4dabce1c9d97e248395998e358298d1dfe54943ef9b -SIZE (rubygem/amq-protocol-2.0.0.gem) = 43008 +SHA256 (rubygem/amq-protocol-2.0.1.gem) = fd5c0ef0f01c040529a6ddbc12cbdde3e40f63d5045c08b13a03f803df4ef6e6 +SIZE (rubygem/amq-protocol-2.0.1.gem) = 43008