diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-07-31 07:07:36 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-07-31 07:07:36 +0000 |
commit | 90275bf7fcd0056a1cab180d829e307de2312e84 (patch) | |
tree | 2f33fc6adcb8961bac660e87ea4498503549b373 /www/py-beautifulsoup32 | |
parent | 2e9568750da9466534c6eeab798a65a4e2e06737 (diff) |
- add LATEST_LINK for py-beautifulsoup32
- fix dependency name and bump PORTREVISION for dependend ports
Reported by: pointyhat (erwin)
Notes
Notes:
svn path=/head/; revision=301776
Diffstat (limited to 'www/py-beautifulsoup32')
-rw-r--r-- | www/py-beautifulsoup32/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/py-beautifulsoup32/Makefile b/www/py-beautifulsoup32/Makefile index f92415ee70b3..cd8a653e0315 100644 --- a/www/py-beautifulsoup32/Makefile +++ b/www/py-beautifulsoup32/Makefile @@ -19,6 +19,8 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= BeautifulSoup +LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}32 + CONFLICTS= py[0-9]*-beautifulsoup-3.0.* .include <bsd.port.mk> |