pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/hg-git Depend on py-dulwich.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d66dc325f9f5
branches:  trunk
changeset: 567040:d66dc325f9f5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Nov 04 20:51:36 2009 +0000

description:
Depend on py-dulwich.

diffstat:

 devel/hg-git/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 49b332d7830f -r d66dc325f9f5 devel/hg-git/Makefile
--- a/devel/hg-git/Makefile     Wed Nov 04 20:45:45 2009 +0000
+++ b/devel/hg-git/Makefile     Wed Nov 04 20:51:36 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2009/11/04 20:45:45 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/11/04 20:51:36 joerg Exp $
 #
 
 DISTNAME=              hg-git-0.1.0pre416
+PKGREVISION=           1
 EGG_NAME=              hg_git-0.1.0
 CATEGORIES=            devel python
 MASTER_SITES=          ${MASTER_SITE_LOCAL}
@@ -10,6 +11,8 @@
 HOMEPAGE=              http://hg-git.github.com
 COMMENT=               Git plugin for Mercurial
 
+DEPENDS+=      ${PYPKGPREFIX}-dulwich-[0-9]*:../../devel/py-dulwich
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index