From owner-svn-ports-all@freebsd.org Sun Jul 29 19:23:10 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 3822010602A1; Sun, 29 Jul 2018 19:23:10 +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 EB51C73511; Sun, 29 Jul 2018 19:22:56 +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 CC91A19F9D; Sun, 29 Jul 2018 19:22:56 +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 w6TJMut2059074; Sun, 29 Jul 2018 19:22:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6TJMukv059071; Sun, 29 Jul 2018 19:22:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201807291922.w6TJMukv059071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 29 Jul 2018 19:22:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475806 - head/security/rubygem-pundit X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/rubygem-pundit X-SVN-Commit-Revision: 475806 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: Sun, 29 Jul 2018 19:23:10 -0000 Author: sunpoet Date: Sun Jul 29 19:22:55 2018 New Revision: 475806 URL: https://svnweb.freebsd.org/changeset/ports/475806 Log: Update to 2.0.0 - Update WWW Changes: https://github.com/varvet/pundit/blob/master/CHANGELOG.md Modified: head/security/rubygem-pundit/Makefile head/security/rubygem-pundit/distinfo head/security/rubygem-pundit/pkg-descr Modified: head/security/rubygem-pundit/Makefile ============================================================================== --- head/security/rubygem-pundit/Makefile Sun Jul 29 19:22:50 2018 (r475805) +++ head/security/rubygem-pundit/Makefile Sun Jul 29 19:22:55 2018 (r475806) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pundit -PORTVERSION= 1.1.0 +PORTVERSION= 2.0.0 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-pundit/distinfo ============================================================================== --- head/security/rubygem-pundit/distinfo Sun Jul 29 19:22:50 2018 (r475805) +++ head/security/rubygem-pundit/distinfo Sun Jul 29 19:22:55 2018 (r475806) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496083206 -SHA256 (rubygem/pundit-1.1.0.gem) = bd38e2df0b17e5cef5759edad979aaa361a46c0bdfc83a700df7e3febe99a781 -SIZE (rubygem/pundit-1.1.0.gem) = 22016 +TIMESTAMP = 1532823364 +SHA256 (rubygem/pundit-2.0.0.gem) = 9a6e32d02f0e145d8ce1eb4a7b773cd1d4938094e75663a25a7b648b358da968 +SIZE (rubygem/pundit-2.0.0.gem) = 25088 Modified: head/security/rubygem-pundit/pkg-descr ============================================================================== --- head/security/rubygem-pundit/pkg-descr Sun Jul 29 19:22:50 2018 (r475805) +++ head/security/rubygem-pundit/pkg-descr Sun Jul 29 19:22:55 2018 (r475806) @@ -2,4 +2,4 @@ Pundit provides a set of helpers which guide you in le classes and object oriented design patterns to build a simple, robust and scaleable authorization system. -WWW: https://github.com/elabs/pundit +WWW: https://github.com/varvet/pundit