From owner-svn-ports-head@freebsd.org Fri Aug 2 19:30:48 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 6CAEEB96F2; Fri, 2 Aug 2019 19:30:48 +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 460chS2JM6z4Pt4; Fri, 2 Aug 2019 19:30:48 +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 2CA8575A8; Fri, 2 Aug 2019 19:30:48 +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 x72JUmT2076138; Fri, 2 Aug 2019 19:30:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x72JUlMb076135; Fri, 2 Aug 2019 19:30:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908021930.x72JUlMb076135@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, 2 Aug 2019 19:30:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507907 - head/textproc/rubygem-regexp_property_values X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-regexp_property_values X-SVN-Commit-Revision: 507907 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, 02 Aug 2019 19:30:48 -0000 X-List-Received-Date: Fri, 02 Aug 2019 19:30:48 -0000 Author: sunpoet Date: Fri Aug 2 19:30:47 2019 New Revision: 507907 URL: https://svnweb.freebsd.org/changeset/ports/507907 Log: Update to 1.0.0 - Update WWW Changes: https://github.com/jaynetics/regexp_property_values/blob/master/CHANGELOG.md PR: 239535 Submitted by: sunpoet (myself) Approved by: mfechner (maintainer) Modified: head/textproc/rubygem-regexp_property_values/Makefile head/textproc/rubygem-regexp_property_values/distinfo head/textproc/rubygem-regexp_property_values/pkg-descr Modified: head/textproc/rubygem-regexp_property_values/Makefile ============================================================================== --- head/textproc/rubygem-regexp_property_values/Makefile Fri Aug 2 19:30:41 2019 (r507906) +++ head/textproc/rubygem-regexp_property_values/Makefile Fri Aug 2 19:30:47 2019 (r507907) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= regexp_property_values -PORTVERSION= 0.3.5 +PORTVERSION= 1.0.0 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-regexp_property_values/distinfo ============================================================================== --- head/textproc/rubygem-regexp_property_values/distinfo Fri Aug 2 19:30:41 2019 (r507906) +++ head/textproc/rubygem-regexp_property_values/distinfo Fri Aug 2 19:30:47 2019 (r507907) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554459106 -SHA256 (rubygem/regexp_property_values-0.3.5.gem) = 8bf2c67a639a4ced38508117a873cdcd07ff32190833112e766a2f1dd2bd8ac7 -SIZE (rubygem/regexp_property_values-0.3.5.gem) = 13824 +TIMESTAMP = 1564067539 +SHA256 (rubygem/regexp_property_values-1.0.0.gem) = 162499dc0bba1e66d334273a059f207a61981cc8cc69d2ca743594e7886d080f +SIZE (rubygem/regexp_property_values-1.0.0.gem) = 15360 Modified: head/textproc/rubygem-regexp_property_values/pkg-descr ============================================================================== --- head/textproc/rubygem-regexp_property_values/pkg-descr Fri Aug 2 19:30:41 2019 (r507906) +++ head/textproc/rubygem-regexp_property_values/pkg-descr Fri Aug 2 19:30:47 2019 (r507907) @@ -2,4 +2,4 @@ This small library lets you see which property values by the regular expression engine of the Ruby version you are running, and what they match. -WWW: https://github.com/janosch-x/regexp_property_values +WWW: https://github.com/jaynetics/regexp_property_values