Update to 1.20170129. From the changelog:
* Strip .git extension when registering vsch repositories. Thanks, Don March * Disable git pager when mr status runs git stash list. * Added stow library. This lets dotfiles in repositories managed by mr be symlinked into the home directory by GNU stow. Thanks, Sean Whitton and Adam Spiers. * cvs_status: do not fail when all files are up to date. Thanks, Paul Wise. * Added dgit plugin. Thanks, Sean Whitton.
This commit is contained in:
parent
20e2bb034e
commit
c6c366e034
3 changed files with 13 additions and 10 deletions
|
@ -1,11 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.21 2016/07/09 06:38:10 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2017/02/27 14:38:47 schmonz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= myrepos_1.20160123
|
||||
DISTNAME= myrepos_${GITHUB_TAG}
|
||||
PKGNAME= ${DISTNAME:S/_/-/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/m/myrepos/}
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=joeyh/}
|
||||
GITHUB_PROJECT= myrepos
|
||||
GITHUB_TAG= 1.20170129
|
||||
|
||||
MAINTAINER= schmonz@NetBSD.org
|
||||
HOMEPAGE= http://myrepos.branchable.com/
|
||||
|
|
|
@ -1,15 +1,17 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2014/08/01 07:29:14 schmonz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2017/02/27 14:38:47 schmonz Exp $
|
||||
bin/mr
|
||||
bin/webcheckout
|
||||
man/man1/mr.1
|
||||
man/man1/webcheckout.1
|
||||
share/examples/mr/mrconfig
|
||||
share/examples/mr/mrconfig.complex
|
||||
share/mr/dgit
|
||||
share/mr/git-annex
|
||||
share/mr/git-fake-bare
|
||||
share/mr/git-subtree
|
||||
share/mr/git-svn
|
||||
share/mr/repo
|
||||
share/mr/stow
|
||||
share/mr/unison
|
||||
share/mr/vcsh
|
||||
share/mr/vis
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.16 2016/01/26 12:56:34 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.17 2017/02/27 14:38:47 schmonz Exp $
|
||||
|
||||
SHA1 (myrepos_1.20160123.tar.gz) = 32336af97d957efc100e0235e98e13c37ce3b4cd
|
||||
RMD160 (myrepos_1.20160123.tar.gz) = a1fa230442dd287ce202c672eee261dd665050de
|
||||
SHA512 (myrepos_1.20160123.tar.gz) = 7d697a87fd61ecf0380eec6c6c464e037f93a03e217a145989fffb4e35aa3cdce0225848988be5fcc12f4f326e7968ba9ba733ef34fe605cbdb3f27e511f1d51
|
||||
Size (myrepos_1.20160123.tar.gz) = 49884 bytes
|
||||
SHA1 (myrepos_1.20170129.tar.gz) = 34776d7d476be4fdf4fe297a0f47072e0c524600
|
||||
RMD160 (myrepos_1.20170129.tar.gz) = ff33dbf5c6714665284eac7579fd514c0003f848
|
||||
SHA512 (myrepos_1.20170129.tar.gz) = cada56e811bff72dbd6161cdd843760d0aa34ab052e5ae6e210f1da0ff92f454246ed65399271892019a7ec2212180080a50251ed056cd49fe56e742394d7127
|
||||
Size (myrepos_1.20170129.tar.gz) = 56346 bytes
|
||||
SHA1 (patch-Makefile) = c37a1e55371f9193e3c28dd099bd9c23143987d5
|
||||
SHA1 (patch-mr) = 04f93525ab134975c388572b80c06a0e4d785f58
|
||||
|
|
Loading…
Reference in a new issue