aboutsummaryrefslogtreecommitdiff
path: root/www/py-beautifulsoup
diff options
context:
space:
mode:
authorYi-Jheng Lin <yzlin@FreeBSD.org>2010-02-12 03:44:06 +0000
committerYi-Jheng Lin <yzlin@FreeBSD.org>2010-02-12 03:44:06 +0000
commit56ec12c7348b2760cea9a0ae84565a3b1fb3cecc (patch)
treea1993284d4a8f11bd8d8b3153ce1a6945d64a6b1 /www/py-beautifulsoup
parentc34c011229a446f252eb8a79cf2fa6e11ba84b77 (diff)
downloadports-56ec12c7348b2760cea9a0ae84565a3b1fb3cecc.tar.gz
ports-56ec12c7348b2760cea9a0ae84565a3b1fb3cecc.zip
- Add CONFLICT since py-beautifulsoup30 has been created
- Bump PORTREVISION Approved by: lwhsu/rafan (mentors)
Notes
Notes: svn path=/head/; revision=249636
Diffstat (limited to 'www/py-beautifulsoup')
-rw-r--r--www/py-beautifulsoup/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-beautifulsoup/Makefile b/www/py-beautifulsoup/Makefile
index 3b4f13550479..dc5a709fafc1 100644
--- a/www/py-beautifulsoup/Makefile
+++ b/www/py-beautifulsoup/Makefile
@@ -7,6 +7,7 @@
PORTNAME= beautifulsoup
PORTVERSION= 3.1.0.1
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,4 +20,6 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= BeautifulSoup
+CONFLICTS= py[0-9]*-beautifulsoup-3.0.*
+
.include <bsd.port.mk>