From owner-svn-ports-head@freebsd.org Mon Aug 26 07:58:33 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B96DDD335C; Mon, 26 Aug 2019 07:58:33 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46H4Bd4W59z43Zs; Mon, 26 Aug 2019 07:58:33 +0000 (UTC) (envelope-from mfechner@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D6FE2CF7; Mon, 26 Aug 2019 07:58:33 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7Q7wXes077579; Mon, 26 Aug 2019 07:58:33 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7Q7wXhe077577; Mon, 26 Aug 2019 07:58:33 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201908260758.x7Q7wXhe077577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 26 Aug 2019 07:58:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509887 - in head/databases: . rubygem-redis-actionpack-rails52 X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/databases: . rubygem-redis-actionpack-rails52 X-SVN-Commit-Revision: 509887 X-SVN-Commit-Repository: ports 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.29 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: Mon, 26 Aug 2019 07:58:33 -0000 Author: mfechner Date: Mon Aug 26 07:58:32 2019 New Revision: 509887 URL: https://svnweb.freebsd.org/changeset/ports/509887 Log: Add rubygem-redis-actionpack-rails52 5.0.2 (copied from rubygem-redis-actionpack-rails5). Added: head/databases/rubygem-redis-actionpack-rails52/ - copied from r509866, head/databases/rubygem-redis-actionpack-rails5/ Modified: head/databases/Makefile head/databases/rubygem-redis-actionpack-rails52/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Mon Aug 26 07:57:49 2019 (r509886) +++ head/databases/Makefile Mon Aug 26 07:58:32 2019 (r509887) @@ -986,6 +986,7 @@ SUBDIR += rubygem-redis-actionpack SUBDIR += rubygem-redis-actionpack-rails5 SUBDIR += rubygem-redis-actionpack-rails50 + SUBDIR += rubygem-redis-actionpack-rails52 SUBDIR += rubygem-redis-namespace SUBDIR += rubygem-redis3 SUBDIR += rubygem-seed-fu Modified: head/databases/rubygem-redis-actionpack-rails52/Makefile ============================================================================== --- head/databases/rubygem-redis-actionpack-rails5/Makefile Mon Aug 26 06:37:16 2019 (r509866) +++ head/databases/rubygem-redis-actionpack-rails52/Makefile Mon Aug 26 07:58:32 2019 (r509887) @@ -4,7 +4,7 @@ PORTNAME= redis-actionpack PORTVERSION= 5.0.2 CATEGORIES= databases rubygems MASTER_SITES= RG -PKGNAMESUFFIX= -rails5 +PKGNAMESUFFIX= -rails52 MAINTAINER= ruby@FreeBSD.org COMMENT= Redis session store for ActionPack @@ -12,12 +12,13 @@ COMMENT= Redis session store for ActionPack LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack5>0:www/rubygem-actionpack5 \ +RUN_DEPENDS= rubygem-actionpack52>0:www/rubygem-actionpack52 \ rubygem-redis-rack>=1:www/rubygem-redis-rack \ rubygem-redis-store>=1.1.0:devel/rubygem-redis-store -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include