From owner-svn-ports-head@freebsd.org Sat Jun 16 00:19:08 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 D02F91021F0F; Sat, 16 Jun 2018 00:19:08 +0000 (UTC) (envelope-from yuri@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 86391698D0; Sat, 16 Jun 2018 00:19:08 +0000 (UTC) (envelope-from yuri@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 63B681EAE3; Sat, 16 Jun 2018 00:19:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5G0J8sr056592; Sat, 16 Jun 2018 00:19:08 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5G0J8Ib056590; Sat, 16 Jun 2018 00:19:08 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806160019.w5G0J8Ib056590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 16 Jun 2018 00:19:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472504 - head/textproc/py-html2text X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/textproc/py-html2text X-SVN-Commit-Revision: 472504 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: Sat, 16 Jun 2018 00:19:09 -0000 Author: yuri Date: Sat Jun 16 00:19:07 2018 New Revision: 472504 URL: https://svnweb.freebsd.org/changeset/ports/472504 Log: textproc/py-html2text: Add USE_PYTHON=concurrent Also change WWW to the real homepage. Approved by: portmgr Modified: head/textproc/py-html2text/Makefile head/textproc/py-html2text/pkg-descr Modified: head/textproc/py-html2text/Makefile ============================================================================== --- head/textproc/py-html2text/Makefile Fri Jun 15 23:49:36 2018 (r472503) +++ head/textproc/py-html2text/Makefile Sat Jun 16 00:19:07 2018 (r472504) @@ -3,6 +3,7 @@ PORTNAME= html2text PORTVERSION= 2018.1.9 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes CONFLICTS= html2text Modified: head/textproc/py-html2text/pkg-descr ============================================================================== --- head/textproc/py-html2text/pkg-descr Fri Jun 15 23:49:36 2018 (r472503) +++ head/textproc/py-html2text/pkg-descr Sat Jun 16 00:19:07 2018 (r472504) @@ -2,4 +2,4 @@ html2text is a Python script that converts a page of H easy-to-read plain ASCII text. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format). -WWW: https://pypi.org/project/html2text/ +WWW: https://github.com/Alir3z4/html2text/