From owner-svn-ports-head@freebsd.org Sat Feb 11 08:38:10 2017 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 6D6FACDA4C9; Sat, 11 Feb 2017 08:38:10 +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 2195F198F; Sat, 11 Feb 2017 08:38:10 +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 v1B8c9DV054116; Sat, 11 Feb 2017 08:38:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1B8c8o5054113; Sat, 11 Feb 2017 08:38:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702110838.v1B8c8o5054113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Feb 2017 08:38:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433845 - head/devel/rubygem-newrelic_rpm 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: Sat, 11 Feb 2017 08:38:10 -0000 Author: sunpoet Date: Sat Feb 11 08:38:08 2017 New Revision: 433845 URL: https://svnweb.freebsd.org/changeset/ports/433845 Log: Update to 3.18.1.330 - Sort LICENSE - Update WWW Changes: https://github.com/newrelic/rpm/blob/master/CHANGELOG.md Modified: head/devel/rubygem-newrelic_rpm/Makefile head/devel/rubygem-newrelic_rpm/distinfo head/devel/rubygem-newrelic_rpm/pkg-descr Modified: head/devel/rubygem-newrelic_rpm/Makefile ============================================================================== --- head/devel/rubygem-newrelic_rpm/Makefile Sat Feb 11 08:38:04 2017 (r433844) +++ head/devel/rubygem-newrelic_rpm/Makefile Sat Feb 11 08:38:08 2017 (r433845) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= newrelic_rpm -PORTVERSION= 3.16.3.323 +PORTVERSION= 3.18.1.330 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Performance management system for Rails applications -LICENSE= MIT RUBY NEWRELIC +LICENSE= MIT NEWRELIC RUBY LICENSE_COMB= multi LICENSE_NAME_NEWRELIC= New Relic License LICENSE_FILE_NEWRELIC= ${WRKSRC}/LICENSE LICENSE_PERMS_NEWRELIC= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept NO_ARCH= yes - USE_RUBY= yes USES= gem shebangfix -SHEBANG_FILES= test/script/*.sh PLIST_FILES= bin/mongrel_rpm bin/newrelic bin/newrelic_cmd bin/nrdebug +SHEBANG_FILES= test/script/*.sh + .include Modified: head/devel/rubygem-newrelic_rpm/distinfo ============================================================================== --- head/devel/rubygem-newrelic_rpm/distinfo Sat Feb 11 08:38:04 2017 (r433844) +++ head/devel/rubygem-newrelic_rpm/distinfo Sat Feb 11 08:38:08 2017 (r433845) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476972968 -SHA256 (rubygem/newrelic_rpm-3.16.3.323.gem) = 82a4216743a34bdc766838f3af2d4e174fb0672443ea8f730c9bf84243fb896c -SIZE (rubygem/newrelic_rpm-3.16.3.323.gem) = 754688 +TIMESTAMP = 1486792868 +SHA256 (rubygem/newrelic_rpm-3.18.1.330.gem) = ce6e3cd81d9697e2a4c77aa6df2d23690984f1e2f7103b89a5c00aae57da5c07 +SIZE (rubygem/newrelic_rpm-3.18.1.330.gem) = 768512 Modified: head/devel/rubygem-newrelic_rpm/pkg-descr ============================================================================== --- head/devel/rubygem-newrelic_rpm/pkg-descr Sat Feb 11 08:38:04 2017 (r433844) +++ head/devel/rubygem-newrelic_rpm/pkg-descr Sat Feb 11 08:38:08 2017 (r433845) @@ -1,4 +1,4 @@ Performance management system which provides deep information about Ruby on Rails application performance while running in production. -WWW: https://www.github.com/newrelic/rpm +WWW: https://github.com/newrelic/rpm