pkgsrc-Bugs archive

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

Re: pkg/45883: Please update pkgsrc/devel/hg-git to 0.3.1



The following reply was made to PR pkg/45883; it has been noted by GNATS.

From: Ryo ONODERA <ryo_on%yk.rim.or.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/45883: Please update pkgsrc/devel/hg-git to 0.3.1
Date: Fri, 02 Mar 2012 08:58:18 +0900 (JST)

 Hi,
 
 Here is update for 0.3.2.
 If this looks good, please update hg-git.
 
 The tar ball is here:
 http://ryo-on.users.sourceforge.net/distrib/hg-git-0.3.2.tar.gz
 And patch-aa is not needed anymore.
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/devel/hg-git/Makefile,v
 retrieving revision 1.9
 diff -u -r1.9 Makefile
 --- Makefile   28 Jan 2012 11:34:54 -0000      1.9
 +++ Makefile   1 Mar 2012 23:54:22 -0000
 @@ -1,9 +1,8 @@
  # $NetBSD: Makefile,v 1.9 2012/01/28 11:34:54 obache Exp $
  #
  
 -DISTNAME=             hg-git-0.2.2
 -EGG_NAME=             hg_git-0.2.2
 -PKGREVISION=          1
 +DISTNAME=             hg-git-0.3.2
 +EGG_NAME=             hg_git-0.3.2
  CATEGORIES=           devel python
  MASTER_SITES=         ${MASTER_SITE_LOCAL}
  
 @@ -13,8 +12,8 @@
  
  PKG_DESTDIR_SUPPORT=  user-destdir
  
 -DEPENDS+=     ${PYPKGPREFIX}-dulwich>=0.6.0:../../devel/py-dulwich
 -DEPENDS+=     mercurial>=1.3.1:../../devel/mercurial
 +DEPENDS+=     ${PYPKGPREFIX}-dulwich>=0.8.0:../../devel/py-dulwich
 +DEPENDS+=     mercurial>=1.7.0:../../devel/mercurial
  
  USE_LANGUAGES=        #none
  
 Index: PLIST
 ===================================================================
 RCS file: /cvsroot/pkgsrc/devel/hg-git/PLIST,v
 retrieving revision 1.3
 diff -u -r1.3 PLIST
 --- PLIST      15 Jun 2010 16:22:57 -0000      1.3
 +++ PLIST      1 Mar 2012 23:54:22 -0000
 @@ -1,4 +1,4 @@
 -@comment $NetBSD: PLIST,v 1.3 2010/06/15 16:22:57 joerg Exp $
 +@comment $NetBSD$
  ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
  ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
  ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 @@ -7,6 +7,9 @@
  ${PYSITELIB}/hggit/__init__.py
  ${PYSITELIB}/hggit/__init__.pyc
  ${PYSITELIB}/hggit/__init__.pyo
 +${PYSITELIB}/hggit/_ssh.py
 +${PYSITELIB}/hggit/_ssh.pyc
 +${PYSITELIB}/hggit/_ssh.pyo
  ${PYSITELIB}/hggit/git_handler.py
  ${PYSITELIB}/hggit/git_handler.pyc
  ${PYSITELIB}/hggit/git_handler.pyo
 @@ -16,6 +19,9 @@
  ${PYSITELIB}/hggit/hgrepo.py
  ${PYSITELIB}/hggit/hgrepo.pyc
  ${PYSITELIB}/hggit/hgrepo.pyo
 +${PYSITELIB}/hggit/overlay.py
 +${PYSITELIB}/hggit/overlay.pyc
 +${PYSITELIB}/hggit/overlay.pyo
  ${PYSITELIB}/hggit/util.py
  ${PYSITELIB}/hggit/util.pyc
  ${PYSITELIB}/hggit/util.pyo
 Index: distinfo
 ===================================================================
 RCS file: /cvsroot/pkgsrc/devel/hg-git/distinfo,v
 retrieving revision 1.4
 diff -u -r1.4 distinfo
 --- distinfo   8 Mar 2011 09:38:18 -0000       1.4
 +++ distinfo   1 Mar 2012 23:54:22 -0000
 @@ -1,6 +1,5 @@
  $NetBSD: distinfo,v 1.4 2011/03/08 09:38:18 cegger Exp $
  
 -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
 -SHA1 (patch-aa) = 9a1c4e75b68bd95d5ae7ad375bd6a42981919ecf
 +SHA1 (hg-git-0.3.2.tar.gz) = 5c7689a5e2d811ee5f2aad0d24d62321df80bc9d
 +RMD160 (hg-git-0.3.2.tar.gz) = 387a146db36da30316a4b264570c5f9fa0954c51
 +Size (hg-git-0.3.2.tar.gz) = 46419 bytes
 
 


Home | Main Index | Thread Index | Old Index