summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-17 23:11:27 +0000
committerwiz <wiz>2014-01-17 23:11:27 +0000
commit5eb3dce0fec32f19c928f4e76156e78a22e689ed (patch)
tree2b17dfef71f35b59e5df28ab39772f5cedd6261a
parent8bb58dd8f8c4143e88e4266cb7c0b1a5d2d45400 (diff)
downloadpkgsrc-5eb3dce0fec32f19c928f4e76156e78a22e689ed.tar.gz
Convert to versioned_dependencies.mk (for dns)
-rw-r--r--chat/py-xmpppy/Makefile6
-rw-r--r--misc/calibre/Makefile5
-rw-r--r--security/sshfp/Makefile6
3 files changed, 8 insertions, 9 deletions
diff --git a/chat/py-xmpppy/Makefile b/chat/py-xmpppy/Makefile
index d99fa3d5034..052b12de57b 100644
--- a/chat/py-xmpppy/Makefile
+++ b/chat/py-xmpppy/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/04/06 13:09:24 rodent Exp $
-#
+# $NetBSD: Makefile,v 1.4 2014/01/17 23:11:27 wiz Exp $
DISTNAME= xmpppy-0.5.0rc1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,12 +11,12 @@ HOMEPAGE= http://xmpppy.sourceforge.net/
COMMENT= XMPP (Jabber) library for Python
LICENSE= gnu-gpl-v2
-DEPENDS+= ${PYPKGPREFIX}-dns>=1.7.1:../../net/py-dns
DEPENDS+= ${PYPKGPREFIX}-expat>=0nb4:../../textproc/py-expat
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
+PYTHON_VERSIONED_DEPENDENCIES= dns
DOCDIR= ${PREFIX}/share/doc/py-xmpppy
EXDIR= ${PREFIX}/share/examples/py-xmpppy
@@ -36,5 +35,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/*.css \
${DESTDIR}${DOCDIR}
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile
index 3c6138c7e29..d25b0fb513e 100644
--- a/misc/calibre/Makefile
+++ b/misc/calibre/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2014/01/16 10:41:53 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2014/01/17 23:11:27 wiz Exp $
DISTNAME= calibre-0.9.7
PKGREVISION= 15
@@ -15,7 +15,6 @@ DEPENDS+= help2man>=1.36.4:../../converters/help2man
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
DEPENDS+= xdg-utils>=1.0.2:../../misc/xdg-utils
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}-beautifulsoup>=3.0.5:../../www/py-beautifulsoup
DEPENDS+= ${PYPKGPREFIX}-mechanize>=0.1.11nb1:../../www/py-mechanize
@@ -28,7 +27,7 @@ DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
DEPENDS+= ${PYPKGPREFIX}-netifaces-[0-9]*:../../net/py-netifaces
-PYTHON_VERSIONED_DEPENDENCIES= dateutil
+PYTHON_VERSIONED_DEPENDENCIES= dateutil dns
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config pax
diff --git a/security/sshfp/Makefile b/security/sshfp/Makefile
index 2dfc6c2faee..678f8ae7020 100644
--- a/security/sshfp/Makefile
+++ b/security/sshfp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/10/23 18:16:59 asau Exp $
+# $NetBSD: Makefile,v 1.8 2014/01/17 23:11:28 wiz Exp $
DISTNAME= sshfp-1.1.3
PKGREVISION= 3
@@ -10,12 +10,12 @@ HOMEPAGE= http://www.xelerance.com/software/sshfp/
COMMENT= Print ssh host key fingerprint resource records
LICENSE= gnu-gpl-v2
-DEPENDS+= ${PYPKGPREFIX}-dns>=1.6.0:../../net/py-dns
+PYTHON_VERSIONED_DEPENDENCIES= dns
MANCOMPRESSED= yes
NO_BUILD= yes
PYTHON_PATCH_SCRIPTS= sshfp
.include "../../lang/python/application.mk"
-
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"