svn commit: r401602 - head/www/py-beautifulsoup

William Grzybowski wg at FreeBSD.org
Sat Nov 14 21:17:48 UTC 2015


Author: wg
Date: Sat Nov 14 21:17:47 2015
New Revision: 401602
URL: https://svnweb.freebsd.org/changeset/ports/401602

Log:
  www/py-beautifulsoup: update to 4.4.1
  
  - Add LICENSE

Modified:
  head/www/py-beautifulsoup/Makefile
  head/www/py-beautifulsoup/distinfo

Modified: head/www/py-beautifulsoup/Makefile
==============================================================================
--- head/www/py-beautifulsoup/Makefile	Sat Nov 14 21:12:08 2015	(r401601)
+++ head/www/py-beautifulsoup/Makefile	Sat Nov 14 21:17:47 2015	(r401602)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	beautifulsoup
-PORTVERSION=	4.3.2
+PORTVERSION=	4.4.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,8 @@ DISTNAME=	beautifulsoup4-${PORTVERSION}
 MAINTAINER=	wg at FreeBSD.org
 COMMENT=	HTML/XML Parser for Python
 
+LICENSE=	MIT
+
 USES=		python
 USE_PYTHON=	autoplist distutils
 

Modified: head/www/py-beautifulsoup/distinfo
==============================================================================
--- head/www/py-beautifulsoup/distinfo	Sat Nov 14 21:12:08 2015	(r401601)
+++ head/www/py-beautifulsoup/distinfo	Sat Nov 14 21:17:47 2015	(r401602)
@@ -1,2 +1,2 @@
-SHA256 (beautifulsoup4-4.3.2.tar.gz) = a2b29bd048ca2fe54a046b29770964738872a9747003a371344a93eedf7ad58e
-SIZE (beautifulsoup4-4.3.2.tar.gz) = 143356
+SHA256 (beautifulsoup4-4.4.1.tar.gz) = 87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4
+SIZE (beautifulsoup4-4.4.1.tar.gz) = 152140


More information about the svn-ports-all mailing list