Date: Mon, 14 Oct 2013 13:55:13 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330323 - head/www/py-beautifulsoup32 Message-ID: <201310141355.r9EDtD1S029777@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Mon Oct 14 13:55:13 2013 New Revision: 330323 URL: http://svnweb.freebsd.org/changeset/ports/330323 Log: - Update to 3.2.1 - Fix download, change master sites - Maintainer approved via email PR: ports/182922 Submitted by: nemysis (self) Approved by: wg/pawel (mentors) Modified: head/www/py-beautifulsoup32/Makefile (contents, props changed) head/www/py-beautifulsoup32/distinfo (contents, props changed) Modified: head/www/py-beautifulsoup32/Makefile ============================================================================== --- head/www/py-beautifulsoup32/Makefile Mon Oct 14 13:48:33 2013 (r330322) +++ head/www/py-beautifulsoup32/Makefile Mon Oct 14 13:55:13 2013 (r330323) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= beautifulsoup -PORTVERSION= 3.2.0 -PORTREVISION= 1 +PORTVERSION= 3.2.1 CATEGORIES= www python -MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/3.x/ +MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/bs3/download//3.x/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 32 DISTNAME= BeautifulSoup-${PORTVERSION} @@ -19,5 +18,4 @@ PYDISTUTILS_PKGNAME= BeautifulSoup CONFLICTS= py[0-9]*-beautifulsoup-3.0.* -NO_STAGE= yes .include <bsd.port.mk> Modified: head/www/py-beautifulsoup32/distinfo ============================================================================== --- head/www/py-beautifulsoup32/distinfo Mon Oct 14 13:48:33 2013 (r330322) +++ head/www/py-beautifulsoup32/distinfo Mon Oct 14 13:55:13 2013 (r330323) @@ -1,2 +1,2 @@ -SHA256 (BeautifulSoup-3.2.0.tar.gz) = a0ea3377a1055bf2e17594c0808414afb65e11f25ce8998f1ed3e9b871de6ff6 -SIZE (BeautifulSoup-3.2.0.tar.gz) = 31056 +SHA256 (BeautifulSoup-3.2.1.tar.gz) = f5ba85e907e7dfd78e44e4000b3eaef3a650aefc57831e8a645702db2e5b50db +SIZE (BeautifulSoup-3.2.1.tar.gz) = 31224
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310141355.r9EDtD1S029777>