diff options
author | rm <rm@FreeBSD.org> | 2012-07-31 15:07:36 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-07-31 15:07:36 +0800 |
commit | a1da55047ae8fecd9ac21041a789a6143e115530 (patch) | |
tree | 2f33fc6adcb8961bac660e87ea4498503549b373 /deskutils | |
parent | d79ed9f7450e13ab352333e3826822ad7bef2c0d (diff) | |
download | freebsd-ports-graphics-a1da55047ae8fecd9ac21041a789a6143e115530.tar.gz freebsd-ports-graphics-a1da55047ae8fecd9ac21041a789a6143e115530.tar.zst freebsd-ports-graphics-a1da55047ae8fecd9ac21041a789a6143e115530.zip |
- add LATEST_LINK for py-beautifulsoup32
- fix dependency name and bump PORTREVISION for dependend ports
Reported by: pointyhat (erwin)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/calibre/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index f7822605cbc..cde8f93d440 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -7,6 +7,7 @@ PORTNAME= calibre PORTVERSION= 0.8.61 +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-beautifulsoup32 \ + ${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 \ |