From owner-svn-ports-all@freebsd.org Mon Jun 29 16:15:26 2020 Return-Path: Delivered-To: svn-ports-all@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 1D15F34D466; Mon, 29 Jun 2020 16:15:26 +0000 (UTC) (envelope-from sunpoet@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49wXdn72lNz3ypS; Mon, 29 Jun 2020 16:15:25 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D46819B7C; Mon, 29 Jun 2020 16:15:25 +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 05TGFPNt032889; Mon, 29 Jun 2020 16:15:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05TGFPgC032887; Mon, 29 Jun 2020 16:15:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202006291615.05TGFPgC032887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2020 16:15:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540787 - in head/devel: . rubygem-flipper-ui017 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-flipper-ui017 X-SVN-Commit-Revision: 540787 X-SVN-Commit-Repository: ports 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.33 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: Mon, 29 Jun 2020 16:15:26 -0000 Author: sunpoet Date: Mon Jun 29 16:15:25 2020 New Revision: 540787 URL: https://svnweb.freebsd.org/changeset/ports/540787 Log: Add rubygem-flipper-ui017 0.17.2 (copied from rubygem-flipper-ui) - Add PORTSCOUT Added: head/devel/rubygem-flipper-ui017/ - copied from r540564, head/devel/rubygem-flipper-ui/ Modified: head/devel/Makefile head/devel/rubygem-flipper-ui017/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jun 29 16:15:19 2020 (r540786) +++ head/devel/Makefile Mon Jun 29 16:15:25 2020 (r540787) @@ -6003,6 +6003,7 @@ SUBDIR += rubygem-flipper-active_support_cache_store SUBDIR += rubygem-flipper-active_support_cache_store017 SUBDIR += rubygem-flipper-ui + SUBDIR += rubygem-flipper-ui017 SUBDIR += rubygem-flipper017 SUBDIR += rubygem-fluent-logger SUBDIR += rubygem-fog Modified: head/devel/rubygem-flipper-ui017/Makefile ============================================================================== --- head/devel/rubygem-flipper-ui/Makefile Sat Jun 27 07:51:16 2020 (r540564) +++ head/devel/rubygem-flipper-ui017/Makefile Mon Jun 29 16:15:25 2020 (r540787) @@ -5,6 +5,7 @@ PORTNAME= flipper-ui PORTVERSION= 0.17.2 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 017 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Rack middleware that provides a fully featured web interface @@ -12,7 +13,7 @@ COMMENT= Rack middleware that provides a fully feature LICENSE= MIT RUN_DEPENDS= rubygem-erubi>=1.0.0<2.0.0:www/rubygem-erubi \ - rubygem-flipper>=${PORTVERSION}<0.18:devel/rubygem-flipper \ + rubygem-flipper017>=${PORTVERSION}<0.18:devel/rubygem-flipper017 \ rubygem-rack>=1.4,3<3,3:www/rubygem-rack \ rubygem-rack-protection>=1.5.3<2.1.0:www/rubygem-rack-protection @@ -20,5 +21,7 @@ USES= gem USE_RUBY= yes NO_ARCH= yes + +PORTSCOUT= limit:^0\.17\. .include