From e55d0936e02277ec0e4bad2cca241a9237798f9f Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 29 Aug 2007 23:07:48 +0000 Subject: Update to 0.13, provided by Blair Sadewitz in private mail: 2007-07-26: StGIT-0.13 released * Documentation directory with man pages * Safety checks for the 'rebase' command * Various contrib scripts * 'cp' command to copy files * 'sink' command to complement 'float' * '--diff-opts' option to some commands for passing additional arguments to 'git-diff-*' * 'stgit.mail.prefix' configuration option for the default 'mail --prefix' value * Interactive 2-way merging via xxdiff or emacs (previously, only 3-way merging had this feature) * Slightly changed behaviour to the 'patches' command when no argument is given to show the patches touching the locally modified files * Correct importing of multipart e-mails * '--unrelated' option to 'mail' to send patches unthreaded and without sequence numbering * '--update' option to 'refresh' to only check in the files already modified by the current patch (similar to 'pick --update') * '--keep' option to 'goto' (though it only works for patch popping) * '--expose' option to 'pick' to append the picked commit id to the log (similar to the 'git cherry-pick -x' command) * The 'new' command can automatically generate the patch name from the given log * 'uncommit' can generate patches up to a given commit id * Bug fixes --- devel/stgit/Makefile | 4 ++-- devel/stgit/PLIST | 21 ++++++++++++++------- devel/stgit/distinfo | 8 ++++---- 3 files changed, 20 insertions(+), 13 deletions(-) (limited to 'devel') diff --git a/devel/stgit/Makefile b/devel/stgit/Makefile index 6d64ef469a0..83c6a656b86 100644 --- a/devel/stgit/Makefile +++ b/devel/stgit/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/07/01 12:33:51 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2007/08/29 23:07:48 wiz Exp $ -DISTNAME= stgit-0.12.1 +DISTNAME= stgit-0.13 CATEGORIES= devel MASTER_SITES= http://homepage.ntlworld.com/cmarinas/stgit/ diff --git a/devel/stgit/PLIST b/devel/stgit/PLIST index 877c7f20fcb..17a42e0d9fa 100644 --- a/devel/stgit/PLIST +++ b/devel/stgit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/01 12:33:51 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/08/29 23:07:48 wiz Exp $ bin/stg ${PYSITELIB}/stgit/basedir.py ${PYSITELIB}/stgit/basedir.pyc @@ -27,6 +27,9 @@ ${PYSITELIB}/stgit/commands/commit.pyo ${PYSITELIB}/stgit/commands/common.py ${PYSITELIB}/stgit/commands/common.pyc ${PYSITELIB}/stgit/commands/common.pyo +${PYSITELIB}/stgit/commands/copy.py +${PYSITELIB}/stgit/commands/copy.pyc +${PYSITELIB}/stgit/commands/copy.pyo ${PYSITELIB}/stgit/commands/delete.py ${PYSITELIB}/stgit/commands/delete.pyc ${PYSITELIB}/stgit/commands/delete.pyo @@ -108,6 +111,9 @@ ${PYSITELIB}/stgit/commands/series.pyo ${PYSITELIB}/stgit/commands/show.py ${PYSITELIB}/stgit/commands/show.pyc ${PYSITELIB}/stgit/commands/show.pyo +${PYSITELIB}/stgit/commands/sink.py +${PYSITELIB}/stgit/commands/sink.pyc +${PYSITELIB}/stgit/commands/sink.pyo ${PYSITELIB}/stgit/commands/status.py ${PYSITELIB}/stgit/commands/status.pyc ${PYSITELIB}/stgit/commands/status.pyo @@ -161,9 +167,10 @@ share/stgit/examples/patchdescr.tmpl share/stgit/templates/covermail.tmpl share/stgit/templates/patchexport.tmpl share/stgit/templates/patchmail.tmpl -@comment @dirrm share/stgit/templates -@comment @dirrm share/stgit/examples -@comment @dirrm share/stgit/contrib -@comment @dirrm share/stgit -@comment @dirrm ${PYSITELIB}/stgit/commands -@comment @dirrm ${PYSITELIB}/stgit +@dirrm share/stgit/templates +@dirrm share/stgit/examples +@dirrm share/stgit/contrib +@dirrm share/stgit +@dirrm share/doc/stgit +@dirrm ${PYSITELIB}/stgit/commands +@dirrm ${PYSITELIB}/stgit diff --git a/devel/stgit/distinfo b/devel/stgit/distinfo index 0c80a7908f2..e5fc34b2ebd 100644 --- a/devel/stgit/distinfo +++ b/devel/stgit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/07/01 12:33:51 dmcmahill Exp $ +$NetBSD: distinfo,v 1.2 2007/08/29 23:07:48 wiz Exp $ -SHA1 (stgit-0.12.1.tar.gz) = 6832ed2a83425896202eee9efda2aa9e26a961d2 -RMD160 (stgit-0.12.1.tar.gz) = 2341874abeed04d3ff050bf888d5112918db3ac2 -Size (stgit-0.12.1.tar.gz) = 115793 bytes +SHA1 (stgit-0.13.tar.gz) = 0a2d7b8e5fc09f3ea7f62dbcd57881ea51d7595a +RMD160 (stgit-0.13.tar.gz) = aba40517731b63e20645cd9596d96b7ca5943ab7 +Size (stgit-0.13.tar.gz) = 187604 bytes -- cgit v1.2.3