Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2015 21:17:47 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401602 - head/www/py-beautifulsoup
Message-ID:  <201511142117.tAELHlbB054631@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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