From owner-svn-ports-all@freebsd.org Fri Apr 28 22:48:28 2017 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 BF4E8D553DE; Fri, 28 Apr 2017 22:48:28 +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 749EF1A0; Fri, 28 Apr 2017 22:48:28 +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 v3SMmRtW005082; Fri, 28 Apr 2017 22:48:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3SMmRYk005080; Fri, 28 Apr 2017 22:48:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704282248.v3SMmRYk005080@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:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439706 - in head/mail: . rubygem-actionmailer50 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.23 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: Fri, 28 Apr 2017 22:48:28 -0000 Author: sunpoet Date: Fri Apr 28 22:48:27 2017 New Revision: 439706 URL: https://svnweb.freebsd.org/changeset/ports/439706 Log: Add rubygem-actionmailer50 5.0.2 (copied from rubygem-actionmailer5) - Add PORTSCOUT Added: head/mail/rubygem-actionmailer50/ - copied from r439684, head/mail/rubygem-actionmailer5/ Modified: head/mail/Makefile head/mail/rubygem-actionmailer50/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Fri Apr 28 22:48:19 2017 (r439705) +++ head/mail/Makefile Fri Apr 28 22:48:27 2017 (r439706) @@ -613,6 +613,7 @@ SUBDIR += rss2email3 SUBDIR += rubygem-actionmailer4 SUBDIR += rubygem-actionmailer5 + SUBDIR += rubygem-actionmailer50 SUBDIR += rubygem-email_reply_parser SUBDIR += rubygem-email_reply_parser-discourse SUBDIR += rubygem-email_reply_trimmer Modified: head/mail/rubygem-actionmailer50/Makefile ============================================================================== --- head/mail/rubygem-actionmailer5/Makefile Fri Apr 28 21:40:20 2017 (r439684) +++ head/mail/rubygem-actionmailer50/Makefile Fri Apr 28 22:48:27 2017 (r439706) @@ -5,7 +5,7 @@ PORTNAME= actionmailer PORTVERSION= 5.0.2 CATEGORIES= mail rubygems MASTER_SITES= RG -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 50 MAINTAINER= ruby@FreeBSD.org COMMENT= Easy email delivery and testing for Ruby @@ -13,12 +13,14 @@ COMMENT= Easy email delivery and testing LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack5>=${PORTVERSION}:www/rubygem-actionpack5 \ - rubygem-actionview5>=${PORTVERSION}:devel/rubygem-actionview5 \ - rubygem-activejob5>=${PORTVERSION}:devel/rubygem-activejob5 \ +RUN_DEPENDS= rubygem-actionpack50>=${PORTVERSION}:www/rubygem-actionpack50 \ + rubygem-actionview50>=${PORTVERSION}:devel/rubygem-actionview50 \ + rubygem-activejob50>=${PORTVERSION}:devel/rubygem-activejob50 \ rubygem-mail>=2.5.4:mail/rubygem-mail \ rubygem-rails-dom-testing>=2.0:textproc/rubygem-rails-dom-testing +PORTSCOUT= limit:^5\.0\. + NO_ARCH= yes USE_RUBY= yes USES= gem