From owner-svn-ports-head@freebsd.org Fri Apr 28 22:47:34 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 B1E79D5531D; Fri, 28 Apr 2017 22:47:34 +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 69A431E19; Fri, 28 Apr 2017 22:47:34 +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 v3SMlXaa004519; Fri, 28 Apr 2017 22:47:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3SMlX2U004517; Fri, 28 Apr 2017 22:47:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704282247.v3SMlX2U004517@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, 28 Apr 2017 22:47:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439702 - in head/devel: . rubygem-actionview50 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, 28 Apr 2017 22:47:34 -0000 Author: sunpoet Date: Fri Apr 28 22:47:33 2017 New Revision: 439702 URL: https://svnweb.freebsd.org/changeset/ports/439702 Log: Add rubygem-actionview50 5.0.2 (copied from rubygem-actionview5) - Add PORTSCOUT Added: head/devel/rubygem-actionview50/ - copied from r439687, head/devel/rubygem-actionview5/ Modified: head/devel/Makefile head/devel/rubygem-actionview50/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Apr 28 22:47:18 2017 (r439701) +++ head/devel/Makefile Fri Apr 28 22:47:33 2017 (r439702) @@ -5116,6 +5116,7 @@ SUBDIR += rubygem-actionpack-action_caching SUBDIR += rubygem-actionview4 SUBDIR += rubygem-actionview5 + SUBDIR += rubygem-actionview50 SUBDIR += rubygem-active_scaffold SUBDIR += rubygem-activejob4 SUBDIR += rubygem-activejob5 Modified: head/devel/rubygem-actionview50/Makefile ============================================================================== --- head/devel/rubygem-actionview5/Makefile Fri Apr 28 21:40:35 2017 (r439687) +++ head/devel/rubygem-actionview50/Makefile Fri Apr 28 22:47:33 2017 (r439702) @@ -5,7 +5,7 @@ PORTNAME= actionview PORTVERSION= 5.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 50 MAINTAINER= ruby@FreeBSD.org COMMENT= Rendering framework putting the V in MVC (part of Rails) @@ -13,12 +13,14 @@ COMMENT= Rendering framework putting the LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \ +RUN_DEPENDS= rubygem-activesupport50>=${PORTVERSION}:devel/rubygem-activesupport50 \ rubygem-builder>=3.1:devel/rubygem-builder \ rubygem-erubis>=2.7.0:www/rubygem-erubis \ rubygem-rails-dom-testing>=2.0:textproc/rubygem-rails-dom-testing \ rubygem-rails-html-sanitizer>=1.0.3:textproc/rubygem-rails-html-sanitizer +PORTSCOUT= limit:^5\.0\. + NO_ARCH= yes USE_RUBY= yes USES= gem