From owner-svn-ports-head@freebsd.org Fri Apr 26 20:43:35 2019 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 97C0A159D90B; Fri, 26 Apr 2019 20:43:35 +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 3B3B984B5C; Fri, 26 Apr 2019 20:43:35 +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 EE1BF18FE2; Fri, 26 Apr 2019 20:43:34 +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 x3QKhYQ8019640; Fri, 26 Apr 2019 20:43:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3QKhYDU019637; Fri, 26 Apr 2019 20:43:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201904262043.x3QKhYDU019637@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, 26 Apr 2019 20:43:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500136 - in head/www: . py-beautifulsoup460 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . py-beautifulsoup460 X-SVN-Commit-Revision: 500136 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3B3B984B5C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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, 26 Apr 2019 20:43:35 -0000 Author: sunpoet Date: Fri Apr 26 20:43:34 2019 New Revision: 500136 URL: https://svnweb.freebsd.org/changeset/ports/500136 Log: Add py-beautifulsoup460 4.6.0 (copied from py-beautifulsoup) - Update WWW Added: head/www/py-beautifulsoup460/ - copied from r497954, head/www/py-beautifulsoup/ Modified: head/www/Makefile head/www/py-beautifulsoup460/Makefile head/www/py-beautifulsoup460/pkg-descr Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Apr 26 20:35:21 2019 (r500135) +++ head/www/Makefile Fri Apr 26 20:43:34 2019 (r500136) @@ -1482,6 +1482,7 @@ SUBDIR += py-beaker SUBDIR += py-beautifulsoup SUBDIR += py-beautifulsoup32 + SUBDIR += py-beautifulsoup460 SUBDIR += py-biscuits SUBDIR += py-bjoern SUBDIR += py-bleach Modified: head/www/py-beautifulsoup460/Makefile ============================================================================== --- head/www/py-beautifulsoup/Makefile Fri Apr 5 13:51:57 2019 (r497954) +++ head/www/py-beautifulsoup460/Makefile Fri Apr 26 20:43:34 2019 (r500136) @@ -1,14 +1,14 @@ # Created by: Mike Meyer # $FreeBSD$ -PORTNAME= beautifulsoup +PORTNAME= beautifulsoup4 PORTVERSION= 4.6.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= beautifulsoup4-${PORTVERSION} +PKGNAMESUFFIX= 60 -MAINTAINER= wg@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= HTML/XML Parser for Python LICENSE= MIT @@ -16,17 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt USES= python USE_PYTHON= autoplist concurrent distutils -NO_ARCH= yes -PORTDOCS= * -OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR} -DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/build/sphinx/html && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ - "! -name .buildinfo -and ! -name objects.inv") +NO_ARCH= yes .include Modified: head/www/py-beautifulsoup460/pkg-descr ============================================================================== --- head/www/py-beautifulsoup/pkg-descr Fri Apr 5 13:51:57 2019 (r497954) +++ head/www/py-beautifulsoup460/pkg-descr Fri Apr 26 20:43:34 2019 (r500136) @@ -9,4 +9,4 @@ locally well-formed, you can use this library to find well-formed part of it. The BeautifulSoup class has heuristics for obtaining a sensible parse tree in the face of common HTML errors. -WWW: http://www.crummy.com/software/BeautifulSoup/ +WWW: https://www.crummy.com/software/BeautifulSoup/