pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/stgit Update to 0.13, provided by Blair Sadewitz...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f69c96a7a999
branches: trunk
changeset: 532711:f69c96a7a999
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Aug 29 23:07:48 2007 +0000
description:
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
diffstat:
devel/stgit/Makefile | 4 ++--
devel/stgit/PLIST | 21 ++++++++++++++-------
devel/stgit/distinfo | 8 ++++----
3 files changed, 20 insertions(+), 13 deletions(-)
diffs (71 lines):
diff -r c32dc9036367 -r f69c96a7a999 devel/stgit/Makefile
--- a/devel/stgit/Makefile Wed Aug 29 23:01:41 2007 +0000
+++ b/devel/stgit/Makefile Wed Aug 29 23:07:48 2007 +0000
@@ -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 -r c32dc9036367 -r f69c96a7a999 devel/stgit/PLIST
--- a/devel/stgit/PLIST Wed Aug 29 23:01:41 2007 +0000
+++ b/devel/stgit/PLIST Wed Aug 29 23:07:48 2007 +0000
@@ -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/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/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/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 -r c32dc9036367 -r f69c96a7a999 devel/stgit/distinfo
--- a/devel/stgit/distinfo Wed Aug 29 23:01:41 2007 +0000
+++ b/devel/stgit/distinfo Wed Aug 29 23:07:48 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index