From owner-svn-ports-all@freebsd.org Fri Mar 16 10:06:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7326F61758; Fri, 16 Mar 2018 10:06:16 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 68F2676E53; Fri, 16 Mar 2018 10:06:16 +0000 (UTC) (envelope-from jhale@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 5FD692298C; Fri, 16 Mar 2018 10:06:16 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2GA6GY7008393; Fri, 16 Mar 2018 10:06:16 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2GA6GVO008391; Fri, 16 Mar 2018 10:06:16 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201803161006.w2GA6GVO008391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 16 Mar 2018 10:06:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464671 - in head/www: rubygem-unicorn rubygem-unicorn51 X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head/www: rubygem-unicorn rubygem-unicorn51 X-SVN-Commit-Revision: 464671 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.25 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, 16 Mar 2018 10:06:17 -0000 Author: jhale Date: Fri Mar 16 10:06:15 2018 New Revision: 464671 URL: https://svnweb.freebsd.org/changeset/ports/464671 Log: Fix typo in CONFLICTS_INSTALL in www/rubygem-unicorn51 Add corresponding CONFLICTS_INSTALL in www/rubygem-unicorn Pet portlint Approved by: portmgr (blanket) Modified: head/www/rubygem-unicorn/Makefile head/www/rubygem-unicorn51/Makefile Modified: head/www/rubygem-unicorn/Makefile ============================================================================== --- head/www/rubygem-unicorn/Makefile Fri Mar 16 09:56:45 2018 (r464670) +++ head/www/rubygem-unicorn/Makefile Fri Mar 16 10:06:15 2018 (r464671) @@ -17,8 +17,10 @@ LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-kgio>=2.6:devel/rubygem-kgio \ rubygem-raindrops>=0.7:www/rubygem-raindrops -USE_RUBY= yes +CONFLICTS_INSTALL= rubygem-unicorn51 + USES= gem shebangfix +USE_RUBY= yes PLIST_FILES= bin/unicorn bin/unicorn_rails Modified: head/www/rubygem-unicorn51/Makefile ============================================================================== --- head/www/rubygem-unicorn51/Makefile Fri Mar 16 09:56:45 2018 (r464670) +++ head/www/rubygem-unicorn51/Makefile Fri Mar 16 10:06:15 2018 (r464671) @@ -20,7 +20,7 @@ RUN_DEPENDS= rubygem-kgio>=2.6:devel/rubygem-kgio \ USES= gem shebangfix USE_RUBY= yes -CONFLICT_INSTALL= rubygems-unicorn +CONFLICTS_INSTALL= rubygem-unicorn PORTSCOUT= limit:^5\.1 PLIST_FILES= bin/unicorn bin/unicorn_rails