diff options
author | wg <wg@FreeBSD.org> | 2013-10-03 07:38:51 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-10-03 07:38:51 +0800 |
commit | 6a4635fd01dc164bd993aff6e31fc926f2af4b55 (patch) | |
tree | 895bdd77c87100b041b8e482e064c72ab69639b1 /www | |
parent | 7dfb6fc5e053989d4b43dbfa55d0ad49f4254795 (diff) | |
download | freebsd-ports-gnome-6a4635fd01dc164bd993aff6e31fc926f2af4b55.tar.gz freebsd-ports-gnome-6a4635fd01dc164bd993aff6e31fc926f2af4b55.tar.zst freebsd-ports-gnome-6a4635fd01dc164bd993aff6e31fc926f2af4b55.zip |
www/py-beautifulsoup32: bump port revision
- Bump port revision due to package name change
- Catch up package name of ports that depend on it
Diffstat (limited to 'www')
-rw-r--r-- | www/py-beautifulsoup32/Makefile | 1 | ||||
-rw-r--r-- | www/py-blogofile/Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/py-beautifulsoup32/Makefile b/www/py-beautifulsoup32/Makefile index 7e7a893d5359..22af72677bd6 100644 --- a/www/py-beautifulsoup32/Makefile +++ b/www/py-beautifulsoup32/Makefile @@ -3,6 +3,7 @@ PORTNAME= beautifulsoup PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/3.x/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-blogofile/Makefile b/www/py-blogofile/Makefile index 4ea91dfe43cc..39f338ffc2d9 100644 --- a/www/py-blogofile/Makefile +++ b/www/py-blogofile/Makefile @@ -3,7 +3,7 @@ PORTNAME= blogofile PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_CHEESESHOP} MASTER_SITE_SUBDIR= source/B/Blogofile @@ -15,7 +15,7 @@ COMMENT= A static website compiler and blog engine LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mako>0:${PORTSDIR}/textproc/py-mako \ - ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0<4:${PORTSDIR}/www/py-beautifulsoup32 \ + ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>0:${PORTSDIR}/www/py-beautifulsoup32 \ ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}textile>0:${PORTSDIR}/www/py-textile \ |