From owner-svn-ports-all@freebsd.org Thu Feb 22 19:51:32 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 5C141F25DE4; Thu, 22 Feb 2018 19:51:32 +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 4A8EE75EBD; Thu, 22 Feb 2018 19:51:31 +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 DAA3A4650; Thu, 22 Feb 2018 19:51:30 +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 w1MJpU6K004387; Thu, 22 Feb 2018 19:51:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1MJpUI0004385; Thu, 22 Feb 2018 19:51:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802221951.w1MJpUI0004385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 22 Feb 2018 19:51:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462638 - head/textproc/py-regex X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/py-regex X-SVN-Commit-Revision: 462638 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: Thu, 22 Feb 2018 19:51:32 -0000 Author: sunpoet Date: Thu Feb 22 19:51:30 2018 New Revision: 462638 URL: https://svnweb.freebsd.org/changeset/ports/462638 Log: Update to 2018.02.21 - While I'm here, do not silence installation message Changes: https://bitbucket.org/mrabarnett/mrab-regex/commits/branch/default PR: 226113 Submitted by: Eero Hanninen (maintainer) Modified: head/textproc/py-regex/Makefile head/textproc/py-regex/distinfo Modified: head/textproc/py-regex/Makefile ============================================================================== --- head/textproc/py-regex/Makefile Thu Feb 22 19:51:25 2018 (r462637) +++ head/textproc/py-regex/Makefile Thu Feb 22 19:51:30 2018 (r462638) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= regex -PORTVERSION= 2017.09.23 +PORTVERSION= 2018.02.21 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +15,6 @@ USES= python USE_PYTHON= autoplist distutils post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_regex.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_regex.so .include Modified: head/textproc/py-regex/distinfo ============================================================================== --- head/textproc/py-regex/distinfo Thu Feb 22 19:51:25 2018 (r462637) +++ head/textproc/py-regex/distinfo Thu Feb 22 19:51:30 2018 (r462638) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506334740 -SHA256 (regex-2017.09.23.tar.gz) = 80166c9e21c0171c7b502035f3ba25f43b5122def387ca6ba9706b6892fed7aa -SIZE (regex-2017.09.23.tar.gz) = 607533 +TIMESTAMP = 1519300889 +SHA256 (regex-2018.02.21.tar.gz) = b44624a38d07d3c954c84ad302c29f7930f4bf01443beef5589e9157b14e2a29 +SIZE (regex-2018.02.21.tar.gz) = 620806