diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-05-20 08:18:55 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-05-20 08:18:55 +0000 |
commit | 9d1ddef848d97ba956da5a4409dc629147f8487d (patch) | |
tree | 5bf800841d05fde825b9dde91c5ccdd962a3ca25 /devel | |
parent | 7790274c2cacae33005d605af7b4cc94f8642aae (diff) | |
download | pkgsrc-9d1ddef848d97ba956da5a4409dc629147f8487d.tar.gz |
Update to 0.4.0
* Bump required hg and py-dulwich versions.
Changelog:
* Improve tests.
* Bugfixes.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hg-git/Makefile | 11 | ||||
-rw-r--r-- | devel/hg-git/PLIST | 3 | ||||
-rw-r--r-- | devel/hg-git/distinfo | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/devel/hg-git/Makefile b/devel/hg-git/Makefile index df3d889504f..66fa50283d1 100644 --- a/devel/hg-git/Makefile +++ b/devel/hg-git/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2013/04/06 12:08:39 rodent Exp $ +# $NetBSD: Makefile,v 1.15 2013/05/20 08:18:55 ryoon Exp $ # -DISTNAME= hg-git-0.3.3 -#PKGREVISION= 1 -EGG_NAME= hg_git-0.3.3 +DISTNAME= hg-git-0.4.0 +EGG_NAME= ${DISTNAME:S/hg-/hg_/} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -11,8 +10,8 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://hg-git.github.com/ COMMENT= Git plugin for Mercurial -DEPENDS+= ${PYPKGPREFIX}-dulwich>=0.8.0:../../devel/py-dulwich -DEPENDS+= mercurial>=1.7.0:../../devel/mercurial +DEPENDS+= ${PYPKGPREFIX}-dulwich>=0.8.6:../../devel/py-dulwich +DEPENDS+= mercurial>=1.9.4:../../devel/mercurial USE_LANGUAGES= #none diff --git a/devel/hg-git/PLIST b/devel/hg-git/PLIST index c2abc7ae28a..90a7ff8be84 100644 --- a/devel/hg-git/PLIST +++ b/devel/hg-git/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2012/03/02 07:21:22 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.5 2013/05/20 08:18:55 ryoon Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -16,6 +16,7 @@ ${PYSITELIB}/hggit/git_handler.pyo ${PYSITELIB}/hggit/gitrepo.py ${PYSITELIB}/hggit/gitrepo.pyc ${PYSITELIB}/hggit/gitrepo.pyo +${PYSITELIB}/hggit/help/git.rst ${PYSITELIB}/hggit/hgrepo.py ${PYSITELIB}/hggit/hgrepo.pyc ${PYSITELIB}/hggit/hgrepo.pyo diff --git a/devel/hg-git/distinfo b/devel/hg-git/distinfo index 33a318033d4..c9caa11574d 100644 --- a/devel/hg-git/distinfo +++ b/devel/hg-git/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/09/13 14:00:55 cegger Exp $ +$NetBSD: distinfo,v 1.7 2013/05/20 08:18:55 ryoon Exp $ -SHA1 (hg-git-0.3.3.tar.gz) = 4cec2a33b2f2f529d47f5a190999e3e31a4f6441 -RMD160 (hg-git-0.3.3.tar.gz) = 5ba97111225745997d4113ad066b2aa5b57084d5 -Size (hg-git-0.3.3.tar.gz) = 17295 bytes +SHA1 (hg-git-0.4.0.tar.gz) = dc4e575d912d24b9cf2672a157ce4906bbd4d0e0 +RMD160 (hg-git-0.4.0.tar.gz) = ce426f55fa59077eb56ed5c77e846d473c83bee1 +Size (hg-git-0.4.0.tar.gz) = 65750 bytes |