Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2020 09:30:22 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523407 - head/www/py-beautifulsoup32
Message-ID:  <202001180930.00I9UMxX047834@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Jan 18 09:30:22 2020
New Revision: 523407
URL: https://svnweb.freebsd.org/changeset/ports/523407

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/www/py-beautifulsoup32/Makefile
  head/www/py-beautifulsoup32/pkg-descr

Modified: head/www/py-beautifulsoup32/Makefile
==============================================================================
--- head/www/py-beautifulsoup32/Makefile	Sat Jan 18 08:45:54 2020	(r523406)
+++ head/www/py-beautifulsoup32/Makefile	Sat Jan 18 09:30:22 2020	(r523407)
@@ -13,8 +13,11 @@ DISTNAME=	BeautifulSoup-${PORTVERSION}
 MAINTAINER=	mwm@mired.org
 COMMENT=	HTML/XML Parser for Python
 
+LICENSE=	BSD3CLAUSE
+
 USES=		python:2.7
 USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 CONFLICTS=	py[0-9]*-beautifulsoup-3.0.*
 

Modified: head/www/py-beautifulsoup32/pkg-descr
==============================================================================
--- head/www/py-beautifulsoup32/pkg-descr	Sat Jan 18 08:45:54 2020	(r523406)
+++ head/www/py-beautifulsoup32/pkg-descr	Sat Jan 18 09:30:22 2020	(r523407)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001180930.00I9UMxX047834>