From owner-svn-ports-all@freebsd.org Fri Aug 31 14:43:18 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 D3E53FCD7C5; Fri, 31 Aug 2018 14:43:18 +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.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 C26E1762BC; Fri, 31 Aug 2018 14:43:15 +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 2A6AB1CA6F; Fri, 31 Aug 2018 14:43:15 +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 w7VEhESZ039338; Fri, 31 Aug 2018 14:43:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7VEhE9l039336; Fri, 31 Aug 2018 14:43:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201808311443.w7VEhE9l039336@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, 31 Aug 2018 14:43:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478583 - head/devel/rubygem-slim X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-slim X-SVN-Commit-Revision: 478583 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.27 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, 31 Aug 2018 14:43:19 -0000 Author: sunpoet Date: Fri Aug 31 14:43:14 2018 New Revision: 478583 URL: https://svnweb.freebsd.org/changeset/ports/478583 Log: Update to 4.0.0 Changes: https://github.com/slim-template/slim/blob/master/CHANGES Modified: head/devel/rubygem-slim/Makefile head/devel/rubygem-slim/distinfo Modified: head/devel/rubygem-slim/Makefile ============================================================================== --- head/devel/rubygem-slim/Makefile Fri Aug 31 14:43:09 2018 (r478582) +++ head/devel/rubygem-slim/Makefile Fri Aug 31 14:43:14 2018 (r478583) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= slim -PORTVERSION= 3.1.0 +PORTVERSION= 4.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -14,9 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-temple>=0.7.6:devel/rubygem-temple \ rubygem-tilt>=2.0.6:devel/rubygem-tilt -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes PLIST_FILES= bin/slimrb Modified: head/devel/rubygem-slim/distinfo ============================================================================== --- head/devel/rubygem-slim/distinfo Fri Aug 31 14:43:09 2018 (r478582) +++ head/devel/rubygem-slim/distinfo Fri Aug 31 14:43:14 2018 (r478583) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535395004 -SHA256 (rubygem/slim-3.1.0.gem) = 63e54840236c574345f4a29a2c66ca7ae2887463fd798864f4cb9899c4ef39ce -SIZE (rubygem/slim-3.1.0.gem) = 99840 +TIMESTAMP = 1535640176 +SHA256 (rubygem/slim-4.0.0.gem) = 4ad1db5ef96b79b6e5ebb415dc034d256c727c91616ec550829098f9e4018993 +SIZE (rubygem/slim-4.0.0.gem) = 99840