From e117608d45b6b83d3d3aefd5534d986f626ec21c Mon Sep 17 00:00:00 2001 From: obache Date: Sat, 26 Nov 2011 09:07:43 +0000 Subject: 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. --- misc/calibre/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'misc') 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 -- cgit v1.2.3