From owner-svn-ports-head@freebsd.org Fri Aug 30 00:05:43 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 6AD3BE3E93; Fri, 30 Aug 2019 00:05:43 +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) 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 46KKWC0z5Pz4PNb; Fri, 30 Aug 2019 00:05:43 +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 0119B27C47; Fri, 30 Aug 2019 00:05:43 +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 x7U05gJh058271; Fri, 30 Aug 2019 00:05:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7U05gbB058270; Fri, 30 Aug 2019 00:05:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908300005.x7U05gbB058270@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, 30 Aug 2019 00:05:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510219 - in head/games/rubygem-lolcat: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/games/rubygem-lolcat: . files X-SVN-Commit-Revision: 510219 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: Fri, 30 Aug 2019 00:05:43 -0000 Author: sunpoet Date: Fri Aug 30 00:05:42 2019 New Revision: 510219 URL: https://svnweb.freebsd.org/changeset/ports/510219 Log: Update to 100.0.0 - Update version requirement of RUN_DEPENDS Changes: https://github.com/busyloop/lolcat/commits/master Deleted: head/games/rubygem-lolcat/files/ Modified: head/games/rubygem-lolcat/Makefile head/games/rubygem-lolcat/distinfo Modified: head/games/rubygem-lolcat/Makefile ============================================================================== --- head/games/rubygem-lolcat/Makefile Fri Aug 30 00:05:37 2019 (r510218) +++ head/games/rubygem-lolcat/Makefile Fri Aug 30 00:05:42 2019 (r510219) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lolcat -PORTVERSION= 99.9.99 +PORTVERSION= 100.0.0 CATEGORIES= games MASTER_SITES= RG @@ -11,9 +11,9 @@ COMMENT= Rainbows and unicorns LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-manpages>=0.6.1:devel/rubygem-manpages \ - rubygem-optimist>=3.0.0:devel/rubygem-optimist \ - rubygem-paint>=2.0.0:devel/rubygem-paint +RUN_DEPENDS= rubygem-manpages>=0.6.1<0.7:devel/rubygem-manpages \ + rubygem-optimist>=3.0.0<3.1:devel/rubygem-optimist \ + rubygem-paint>=2.1.0<2.2:devel/rubygem-paint USES= gem USE_RUBY= yes Modified: head/games/rubygem-lolcat/distinfo ============================================================================== --- head/games/rubygem-lolcat/distinfo Fri Aug 30 00:05:37 2019 (r510218) +++ head/games/rubygem-lolcat/distinfo Fri Aug 30 00:05:42 2019 (r510219) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563805967 -SHA256 (rubygem/lolcat-99.9.99.gem) = c4e6663d282db5dd0720e3f1dea191b8654b2777287e976d70111aa793414210 -SIZE (rubygem/lolcat-99.9.99.gem) = 121344 +TIMESTAMP = 1567087923 +SHA256 (rubygem/lolcat-100.0.0.gem) = da5b40d7bffa8b3f2e77de5ab945be0bc3231ced630b5c9b4c58e6cb6014354c +SIZE (rubygem/lolcat-100.0.0.gem) = 121344