Convert to versioned_dependencies.mk (for dns)

This commit is contained in:
wiz 2014-01-17 23:11:27 +00:00
parent 4c409e7669
commit 22796c4daf
3 changed files with 8 additions and 9 deletions

View file

@ -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"

View file

@ -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

View file

@ -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"