View | Details | Raw Unified | Return to bug 182922
Collapse All | Expand All

(-)./Makefile (-4 / +2 lines)
Lines 2-11 Link Here
2
# $FreeBSD: head/www/py-beautifulsoup32/Makefile 329129 2013-10-02 23:38:51Z wg $
2
# $FreeBSD: head/www/py-beautifulsoup32/Makefile 329129 2013-10-02 23:38:51Z wg $
3
3
4
PORTNAME=	beautifulsoup
4
PORTNAME=	beautifulsoup
5
PORTVERSION=	3.2.0
5
PORTVERSION=	3.2.1
6
PORTREVISION=	1
7
CATEGORIES=	www python
6
CATEGORIES=	www python
8
MASTER_SITES=	http://www.crummy.com/software/BeautifulSoup/download/3.x/
7
MASTER_SITES=	http://www.crummy.com/software/BeautifulSoup/bs3/download//3.x/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
PKGNAMESUFFIX=	32
9
PKGNAMESUFFIX=	32
11
DISTNAME=	BeautifulSoup-${PORTVERSION}
10
DISTNAME=	BeautifulSoup-${PORTVERSION}
Lines 19-23 Link Here
19
18
20
CONFLICTS=	py[0-9]*-beautifulsoup-3.0.*
19
CONFLICTS=	py[0-9]*-beautifulsoup-3.0.*
21
20
22
NO_STAGE=	yes
23
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (BeautifulSoup-3.2.0.tar.gz) = a0ea3377a1055bf2e17594c0808414afb65e11f25ce8998f1ed3e9b871de6ff6
1
SHA256 (BeautifulSoup-3.2.1.tar.gz) = f5ba85e907e7dfd78e44e4000b3eaef3a650aefc57831e8a645702db2e5b50db
2
SIZE (BeautifulSoup-3.2.0.tar.gz) = 31056
2
SIZE (BeautifulSoup-3.2.1.tar.gz) = 31224

Return to bug 182922