pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hg-git Update hg-git to 0.8.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9d2ced1a148f
branches: trunk
changeset: 652488:9d2ced1a148f
user: taca <taca%pkgsrc.org@localhost>
date: Wed Jun 03 12:53:56 2015 +0000
description:
Update hg-git to 0.8.1.
It provides mercurial 3.4 compatibility and other changes are too many
to write here, please refer:
https://bitbucket.org/durin42/hg-git/commits/branch/master.
diffstat:
devel/hg-git/Makefile | 7 +++++--
devel/hg-git/PLIST | 17 ++++++++++++++++-
devel/hg-git/distinfo | 8 ++++----
3 files changed, 25 insertions(+), 7 deletions(-)
diffs (80 lines):
diff -r 09e48478b4b9 -r 9d2ced1a148f devel/hg-git/Makefile
--- a/devel/hg-git/Makefile Wed Jun 03 12:22:57 2015 +0000
+++ b/devel/hg-git/Makefile Wed Jun 03 12:53:56 2015 +0000
@@ -1,16 +1,19 @@
-# $NetBSD: Makefile,v 1.18 2014/12/31 13:57:26 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2015/06/03 12:53:56 taca Exp $
-DISTNAME= hg-git-0.4.0
+DISTNAME= hg-git-0.8.1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg%NetBSD.org@localhost
HOMEPAGE= http://hg-git.github.com/
COMMENT= Git plugin for Mercurial
+LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-dulwich>=0.8.6:../../devel/py-dulwich
DEPENDS+= mercurial>=1.9.4:../../devel/mercurial
+WRKSRC= ${WRKDIR}/durin42-hg-git-e6489cf3fe8c
USE_LANGUAGES= #none
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-dulwich
diff -r 09e48478b4b9 -r 9d2ced1a148f devel/hg-git/PLIST
--- a/devel/hg-git/PLIST Wed Jun 03 12:22:57 2015 +0000
+++ b/devel/hg-git/PLIST Wed Jun 03 12:53:56 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2013/05/20 08:18:55 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.6 2015/06/03 12:53:56 taca Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -10,13 +10,25 @@
${PYSITELIB}/hggit/_ssh.py
${PYSITELIB}/hggit/_ssh.pyc
${PYSITELIB}/hggit/_ssh.pyo
+${PYSITELIB}/hggit/compat.py
+${PYSITELIB}/hggit/compat.pyc
+${PYSITELIB}/hggit/compat.pyo
+${PYSITELIB}/hggit/git2hg.py
+${PYSITELIB}/hggit/git2hg.pyc
+${PYSITELIB}/hggit/git2hg.pyo
${PYSITELIB}/hggit/git_handler.py
${PYSITELIB}/hggit/git_handler.pyc
${PYSITELIB}/hggit/git_handler.pyo
+${PYSITELIB}/hggit/gitdirstate.py
+${PYSITELIB}/hggit/gitdirstate.pyc
+${PYSITELIB}/hggit/gitdirstate.pyo
${PYSITELIB}/hggit/gitrepo.py
${PYSITELIB}/hggit/gitrepo.pyc
${PYSITELIB}/hggit/gitrepo.pyo
${PYSITELIB}/hggit/help/git.rst
+${PYSITELIB}/hggit/hg2git.py
+${PYSITELIB}/hggit/hg2git.pyc
+${PYSITELIB}/hggit/hg2git.pyo
${PYSITELIB}/hggit/hgrepo.py
${PYSITELIB}/hggit/hgrepo.pyc
${PYSITELIB}/hggit/hgrepo.pyo
@@ -26,3 +38,6 @@
${PYSITELIB}/hggit/util.py
${PYSITELIB}/hggit/util.pyc
${PYSITELIB}/hggit/util.pyo
+${PYSITELIB}/hggit/verify.py
+${PYSITELIB}/hggit/verify.pyc
+${PYSITELIB}/hggit/verify.pyo
diff -r 09e48478b4b9 -r 9d2ced1a148f devel/hg-git/distinfo
--- a/devel/hg-git/distinfo Wed Jun 03 12:22:57 2015 +0000
+++ b/devel/hg-git/distinfo Wed Jun 03 12:53:56 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2013/05/20 08:18:55 ryoon Exp $
+$NetBSD: distinfo,v 1.8 2015/06/03 12:53:56 taca Exp $
-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
+SHA1 (hg-git-0.8.1.tar.bz2) = dfa8eb416f3e5348abb27f18398a9ca742396eab
+RMD160 (hg-git-0.8.1.tar.bz2) = 38f73bf423d1883ae5a8a449db561ac4cdc177d0
+Size (hg-git-0.8.1.tar.bz2) = 86146 bytes
Home |
Main Index |
Thread Index |
Old Index