From owner-svn-ports-head@freebsd.org Fri Apr 28 22:48:01 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 DA15ED55381; Fri, 28 Apr 2017 22:48:01 +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 937E21F9F; Fri, 28 Apr 2017 22:48:01 +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 v3SMm0Ai004811; Fri, 28 Apr 2017 22:48:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3SMm0I1004808; Fri, 28 Apr 2017 22:48:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704282248.v3SMm0I1004808@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:48:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439704 - in head/www: . rubygem-actionpack50 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:48:02 -0000 Author: sunpoet Date: Fri Apr 28 22:48:00 2017 New Revision: 439704 URL: https://svnweb.freebsd.org/changeset/ports/439704 Log: Add rubygem-actionpack50 5.0.2 (copied from rubygem-actionpack5) - Add PORTSCOUT - Update WWW Added: head/www/rubygem-actionpack50/ - copied from r439684, head/www/rubygem-actionpack5/ Modified: head/www/Makefile head/www/rubygem-actionpack50/Makefile head/www/rubygem-actionpack50/pkg-descr Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Apr 28 22:47:49 2017 (r439703) +++ head/www/Makefile Fri Apr 28 22:48:00 2017 (r439704) @@ -1914,6 +1914,7 @@ SUBDIR += rubygem-actioncable5 SUBDIR += rubygem-actionpack4 SUBDIR += rubygem-actionpack5 + SUBDIR += rubygem-actionpack50 SUBDIR += rubygem-activeresource4 SUBDIR += rubygem-acts-as-taggable-on SUBDIR += rubygem-acts-as-taggable-on3 Modified: head/www/rubygem-actionpack50/Makefile ============================================================================== --- head/www/rubygem-actionpack5/Makefile Fri Apr 28 21:40:20 2017 (r439684) +++ head/www/rubygem-actionpack50/Makefile Fri Apr 28 22:48:00 2017 (r439704) @@ -5,7 +5,7 @@ PORTNAME= actionpack PORTVERSION= 5.0.2 CATEGORIES= www rubygems MASTER_SITES= RG -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 50 MAINTAINER= ruby@FreeBSD.org COMMENT= Action Controller and Action View of Rails MVC Framework @@ -13,13 +13,15 @@ COMMENT= Action Controller and Action Vi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionview5>=${PORTVERSION}:devel/rubygem-actionview5 \ - rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \ +RUN_DEPENDS= rubygem-actionview50>=${PORTVERSION}:devel/rubygem-actionview50 \ + rubygem-activesupport50>=${PORTVERSION}:devel/rubygem-activesupport50 \ rubygem-rack>=2.0:www/rubygem-rack \ rubygem-rack-test>=0.6.3:www/rubygem-rack-test \ rubygem-rails-dom-testing>=2.0:textproc/rubygem-rails-dom-testing \ rubygem-rails-html-sanitizer>=1.0.2:textproc/rubygem-rails-html-sanitizer +PORTSCOUT= limit:^5\.0\. + NO_ARCH= yes USE_RUBY= yes USES= gem Modified: head/www/rubygem-actionpack50/pkg-descr ============================================================================== --- head/www/rubygem-actionpack5/pkg-descr Fri Apr 28 21:40:20 2017 (r439684) +++ head/www/rubygem-actionpack50/pkg-descr Fri Apr 28 22:48:00 2017 (r439704) @@ -9,4 +9,4 @@ much more separate. Each of these packages can be used independently outside of Rails. -WWW: http://www.rubyonrails.org +WWW: http://rubyonrails.org/