svn commit: r523407 - head/www/py-beautifulsoup32

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jan 18 09:30:23 UTC 2020


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 at 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/


More information about the svn-ports-all mailing list