diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hg-git/Makefile | 13 | ||||
-rw-r--r-- | devel/hg-git/PLIST | 8 | ||||
-rw-r--r-- | devel/hg-git/distinfo | 8 |
3 files changed, 14 insertions, 15 deletions
diff --git a/devel/hg-git/Makefile b/devel/hg-git/Makefile index 9bee23b9586..dee60a07260 100644 --- a/devel/hg-git/Makefile +++ b/devel/hg-git/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2010/02/12 19:43:50 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2010/06/15 16:22:57 joerg Exp $ # -DISTNAME= hg-git-0.2.1 -EGG_NAME= hg_git-0.2.1 +DISTNAME= hg-git-0.2.2 +EGG_NAME= hg_git-0.2.2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -10,11 +10,10 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://hg-git.github.com COMMENT= Git plugin for Mercurial -DEPENDS+= ${PYPKGPREFIX}-dulwich-[0-9]*:../../devel/py-dulwich -DEPENDS+= mercurial>=1.3.1:../../devel/mercurial - - PKG_DESTDIR_SUPPORT= user-destdir +DEPENDS+= ${PYPKGPREFIX}-dulwich>=0.6.0:../../devel/py-dulwich +DEPENDS+= mercurial>=1.3.1:../../devel/mercurial + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/hg-git/PLIST b/devel/hg-git/PLIST index c752e92f121..2a81e6b7344 100644 --- a/devel/hg-git/PLIST +++ b/devel/hg-git/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2009/11/04 20:45:45 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2010/06/15 16:22:57 joerg Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -16,6 +16,6 @@ ${PYSITELIB}/hggit/gitrepo.pyo ${PYSITELIB}/hggit/hgrepo.py ${PYSITELIB}/hggit/hgrepo.pyc ${PYSITELIB}/hggit/hgrepo.pyo -${PYSITELIB}/hggit/toposort.py -${PYSITELIB}/hggit/toposort.pyc -${PYSITELIB}/hggit/toposort.pyo +${PYSITELIB}/hggit/util.py +${PYSITELIB}/hggit/util.pyc +${PYSITELIB}/hggit/util.pyo diff --git a/devel/hg-git/distinfo b/devel/hg-git/distinfo index b3ea677c7a1..f466d8ddb3f 100644 --- a/devel/hg-git/distinfo +++ b/devel/hg-git/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/02/12 19:43:50 joerg Exp $ +$NetBSD: distinfo,v 1.3 2010/06/15 16:22:57 joerg Exp $ -SHA1 (hg-git-0.2.1.tar.gz) = 98287633cb279f76471543c5774efed90bb8a9a3 -RMD160 (hg-git-0.2.1.tar.gz) = 2ffedbc8019287aafa0b5637246e63042ea0e620 -Size (hg-git-0.2.1.tar.gz) = 35695 bytes +SHA1 (hg-git-0.2.2.tar.gz) = 9161bf89bacdc95222cbe6e2b2fe1e3ae022c60b +RMD160 (hg-git-0.2.2.tar.gz) = 65a7f3bc179b71f06996575609ec7f2eac3a69f8 +Size (hg-git-0.2.2.tar.gz) = 37298 bytes |