From owner-svn-ports-head@freebsd.org Sun May 20 19:19:26 2018 Return-Path: Delivered-To: svn-ports-head@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 1F350EED11E; Sun, 20 May 2018 19:19:26 +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 400796C98E; Sun, 20 May 2018 19:19:25 +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 178C91A734; Sun, 20 May 2018 19:19:24 +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 w4KJJNAD016261; Sun, 20 May 2018 19:19:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4KJJNDd016260; Sun, 20 May 2018 19:19:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805201919.w4KJJNDd016260@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, 20 May 2018 19:19:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470481 - head/textproc/py-m2r X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/py-m2r X-SVN-Commit-Revision: 470481 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.26 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: Sun, 20 May 2018 19:19:26 -0000 Author: sunpoet Date: Sun May 20 19:19:23 2018 New Revision: 470481 URL: https://svnweb.freebsd.org/changeset/ports/470481 Log: Update to 0.1.14 - While I'm here, sort *_DEPENDS Changes: https://github.com/miyakogi/m2r/blob/master/CHANGES.md PR: 228379 Submitted by: John W. O'Brien (maintainer) Modified: head/textproc/py-m2r/Makefile head/textproc/py-m2r/distinfo Modified: head/textproc/py-m2r/Makefile ============================================================================== --- head/textproc/py-m2r/Makefile Sun May 20 19:19:18 2018 (r470480) +++ head/textproc/py-m2r/Makefile Sun May 20 19:19:23 2018 (r470481) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= m2r -DISTVERSION= 0.1.12 +DISTVERSION= 0.1.14 CATEGORIES= textproc devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,10 @@ COMMENT= Convert markdown formatted file with reST mar LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mistune>0:textproc/py-mistune@${FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mistune>0:textproc/py-mistune@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${FLAVOR} # Actually 2.7,3.4+ USES= python Modified: head/textproc/py-m2r/distinfo ============================================================================== --- head/textproc/py-m2r/distinfo Sun May 20 19:19:18 2018 (r470480) +++ head/textproc/py-m2r/distinfo Sun May 20 19:19:23 2018 (r470481) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514580509 -SHA256 (m2r-0.1.12.tar.gz) = adfb86ebb7ff3fcd3ebb27ce8cd6f795c409a13f0c03363e265f17419ce5b9ab -SIZE (m2r-0.1.12.tar.gz) = 15358 +TIMESTAMP = 1526839333 +SHA256 (m2r-0.1.14.tar.gz) = a14635cdeedb125f0f85e014eb5898fd634e2da358a160c124818e9c9f851add +SIZE (m2r-0.1.14.tar.gz) = 15926