aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-07-26 00:58:19 +0800
committerrm <rm@FreeBSD.org>2012-07-26 00:58:19 +0800
commit2d0a8dff2b3161153f2befe2522522bf2e877b54 (patch)
treef9582bdbf0f38efaf18775abf0df5ca17b3d5a8e /deskutils
parent279f3389cfad6cf0f47d6305f13a01a71d318bd4 (diff)
downloadfreebsd-ports-gnome-2d0a8dff2b3161153f2befe2522522bf2e877b54.tar.gz
freebsd-ports-gnome-2d0a8dff2b3161153f2befe2522522bf2e877b54.tar.zst
freebsd-ports-gnome-2d0a8dff2b3161153f2befe2522522bf2e877b54.zip
- copy py-beautyfulsoup 3.2.0 to py-beautyfulsoup32
- update py-beautyfulsoup to current stable branch (4.1.1) - pass maintainership of this new port to submitter - set USE_PYTHON to 2.7, because it doesn't packages with python3 (port modification needed) - chase dependency update to deskutils/calibre - add UPDATING entry PR: 168372 (based on) Submitted by: William Grzybowski <william88 at gmail dot com> Approved by: Mike Meyer <mwm at mired dot org> (maintainer)
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/calibre/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile
index 529f070ba19a..11ee8a9fb907 100644
--- a/deskutils/calibre/Makefile
+++ b/deskutils/calibre/Makefile
@@ -7,6 +7,7 @@
PORTNAME= calibre
PORTVERSION= 0.8.54
+PORTREVISION= 1
CATEGORIES= deskutils python
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/
@@ -29,7 +30,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:${PORTSDIR}/devel/py-setupto
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \
${PYTHON_PKGNAMEPREFIX}dnspython>=0:${PORTSDIR}/dns/py-dnspython \
${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \
- ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:${PORTSDIR}/www/py-beautifulsoup \
+ ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:${PORTSDIR}/www/py-beautifulsoup32 \
${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \
${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \
${PYTHON_PKGNAMEPREFIX}mechanize>=0:${PORTSDIR}/www/py-mechanize \