diff options
author | obache <obache@pkgsrc.org> | 2011-11-26 09:07:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-11-26 09:07:43 +0000 |
commit | e117608d45b6b83d3d3aefd5534d986f626ec21c (patch) | |
tree | 23185ee471b00ad3a1defd6a866cb264786c2076 /misc/calibre | |
parent | 3acc25acc0c8cd09aa849834e097db7426050091 (diff) | |
download | pkgsrc-e117608d45b6b83d3d3aefd5534d986f626ec21c.tar.gz |
Missing dependency on py-ClientForm of py-mechanize had been resolved with
0.1.11nb1. Future version of mechanize will not require ClientForm and
this package does not using ClientForm directly, so update DEPENDS pattern,
bump require version of py-mechanize and drop dependency on py-ClientForm.
Bump PKGREVISION.
Diffstat (limited to 'misc/calibre')
-rw-r--r-- | misc/calibre/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index 992ddfaa8d1..f3038df8826 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2011/11/20 22:11:22 sbd Exp $ +# $NetBSD: Makefile,v 1.28 2011/11/26 09:07:43 obache Exp $ # DISTNAME= calibre-0.8.27 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/} @@ -18,9 +18,8 @@ DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils DEPENDS+= ${PYPKGPREFIX}-dns>=1.6.0:../../net/py-dns DEPENDS+= ${PYPKGPREFIX}-lxml>=2.2.1:../../textproc/py-lxml DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.4.1:../../time/py-dateutil -DEPENDS+= ${PYPKGPREFIX}-ClientForm-[0-9]*:../../www/py-ClientForm DEPENDS+= ${PYPKGPREFIX}-beautifulsoup>=3.0.5:../../www/py-beautifulsoup -DEPENDS+= ${PYPKGPREFIX}-mechanize>=0.1.11:../../www/py-mechanize +DEPENDS+= ${PYPKGPREFIX}-mechanize>=0.1.11nb1:../../www/py-mechanize DEPENDS+= ${PYPKGPREFIX}-cssutils>=0.9.7:../../textproc/py-cssutils # Let's depend on the ones we have in pkgsrc instead of the bundled ones. DEPENDS+= ${PYPKGPREFIX}-Pdf-[0-9]*:../../print/py-Pdf |