pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/mr
Module Name: pkgsrc
Committed By: schmonz
Date: Mon Feb 27 14:38:47 UTC 2017
Modified Files:
pkgsrc/devel/mr: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/mr/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/mr/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/mr/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/mr/Makefile
diff -u pkgsrc/devel/mr/Makefile:1.21 pkgsrc/devel/mr/Makefile:1.22
--- pkgsrc/devel/mr/Makefile:1.21 Sat Jul 9 06:38:10 2016
+++ pkgsrc/devel/mr/Makefile Mon Feb 27 14:38:47 2017
@@ -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@localhost
HOMEPAGE= http://myrepos.branchable.com/
Index: pkgsrc/devel/mr/PLIST
diff -u pkgsrc/devel/mr/PLIST:1.6 pkgsrc/devel/mr/PLIST:1.7
--- pkgsrc/devel/mr/PLIST:1.6 Fri Aug 1 07:29:14 2014
+++ pkgsrc/devel/mr/PLIST Mon Feb 27 14:38:47 2017
@@ -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
Index: pkgsrc/devel/mr/distinfo
diff -u pkgsrc/devel/mr/distinfo:1.16 pkgsrc/devel/mr/distinfo:1.17
--- pkgsrc/devel/mr/distinfo:1.16 Tue Jan 26 12:56:34 2016
+++ pkgsrc/devel/mr/distinfo Mon Feb 27 14:38:47 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index