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 version 0.14.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/dcf87085e2c7
branches: trunk
changeset: 537513:dcf87085e2c7
user: bjs <bjs%pkgsrc.org@localhost>
date: Thu Jan 10 06:35:48 2008 +0000
description:
Update to version 0.14.1.
Changes:
2007-12-12: StGIT-0.14.1 released
* Fixed typo in the required version of Python
2007-12-10: StGIT-0.14 released
* Support for correctly running StGIT in subdirectories
* 'repair' command for fixing an StGIT repository modified by GIT
commands such as 'commit', 'pull', 'merge' or 'rebase'
* 'edit' command for editing both the patch description and diff
* Support for SMTP over TLS
* Support for MIME multipart e-mail templates
* '--attach' option to the 'mail' command to send a patch attached
rather than inline
* Diff statistics and shortlog added to the cover e-mail template
* '--sign/ack' options to the 'import' and 'new' commands
* '--number' to the 'log' command for limiting the output
* Support for binary files in patches
* Support for detached HEAD
* Refactoring of some modules with better support for debugging
* Many bug-fixes
diffstat:
devel/stgit/Makefile | 4 ++--
devel/stgit/PLIST | 39 ++++++++++++++++++++++++++-------------
devel/stgit/distinfo | 9 +++++----
devel/stgit/patches/patch-aa | 17 +++++++++++++++++
4 files changed, 50 insertions(+), 19 deletions(-)
diffs (146 lines):
diff -r feb094c4b30b -r dcf87085e2c7 devel/stgit/Makefile
--- a/devel/stgit/Makefile Thu Jan 10 03:48:34 2008 +0000
+++ b/devel/stgit/Makefile Thu Jan 10 06:35:48 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2007/08/29 23:07:48 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2008/01/10 06:35:48 bjs Exp $
-DISTNAME= stgit-0.13
+DISTNAME= stgit-0.14.1
CATEGORIES= devel
MASTER_SITES= http://homepage.ntlworld.com/cmarinas/stgit/
diff -r feb094c4b30b -r dcf87085e2c7 devel/stgit/PLIST
--- a/devel/stgit/PLIST Thu Jan 10 03:48:34 2008 +0000
+++ b/devel/stgit/PLIST Thu Jan 10 06:35:48 2008 +0000
@@ -1,17 +1,20 @@
-@comment $NetBSD: PLIST,v 1.2 2007/08/29 23:07:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2008/01/10 06:35:48 bjs Exp $
bin/stg
+${PYSITELIB}/stgit/__init__.py
+${PYSITELIB}/stgit/__init__.pyc
+${PYSITELIB}/stgit/__init__.pyo
${PYSITELIB}/stgit/basedir.py
${PYSITELIB}/stgit/basedir.pyc
${PYSITELIB}/stgit/basedir.pyo
+${PYSITELIB}/stgit/commands/__init__.py
+${PYSITELIB}/stgit/commands/__init__.pyc
+${PYSITELIB}/stgit/commands/__init__.pyo
${PYSITELIB}/stgit/commands/add.py
${PYSITELIB}/stgit/commands/add.pyc
${PYSITELIB}/stgit/commands/add.pyo
${PYSITELIB}/stgit/commands/applied.py
${PYSITELIB}/stgit/commands/applied.pyc
${PYSITELIB}/stgit/commands/applied.pyo
-${PYSITELIB}/stgit/commands/assimilate.py
-${PYSITELIB}/stgit/commands/assimilate.pyc
-${PYSITELIB}/stgit/commands/assimilate.pyo
${PYSITELIB}/stgit/commands/branch.py
${PYSITELIB}/stgit/commands/branch.pyc
${PYSITELIB}/stgit/commands/branch.pyo
@@ -36,6 +39,9 @@
${PYSITELIB}/stgit/commands/diff.py
${PYSITELIB}/stgit/commands/diff.pyc
${PYSITELIB}/stgit/commands/diff.pyo
+${PYSITELIB}/stgit/commands/edit.py
+${PYSITELIB}/stgit/commands/edit.pyc
+${PYSITELIB}/stgit/commands/edit.pyo
${PYSITELIB}/stgit/commands/export.py
${PYSITELIB}/stgit/commands/export.pyc
${PYSITELIB}/stgit/commands/export.pyo
@@ -60,11 +66,8 @@
${PYSITELIB}/stgit/commands/imprt.py
${PYSITELIB}/stgit/commands/imprt.pyc
${PYSITELIB}/stgit/commands/imprt.pyo
-${PYSITELIB}/stgit/commands/__init__.py
${PYSITELIB}/stgit/commands/init.py
-${PYSITELIB}/stgit/commands/__init__.pyc
${PYSITELIB}/stgit/commands/init.pyc
-${PYSITELIB}/stgit/commands/__init__.pyo
${PYSITELIB}/stgit/commands/init.pyo
${PYSITELIB}/stgit/commands/log.py
${PYSITELIB}/stgit/commands/log.pyc
@@ -99,6 +102,9 @@
${PYSITELIB}/stgit/commands/rename.py
${PYSITELIB}/stgit/commands/rename.pyc
${PYSITELIB}/stgit/commands/rename.pyo
+${PYSITELIB}/stgit/commands/repair.py
+${PYSITELIB}/stgit/commands/repair.pyc
+${PYSITELIB}/stgit/commands/repair.pyo
${PYSITELIB}/stgit/commands/resolved.py
${PYSITELIB}/stgit/commands/resolved.pyc
${PYSITELIB}/stgit/commands/resolved.pyo
@@ -135,18 +141,24 @@
${PYSITELIB}/stgit/config.py
${PYSITELIB}/stgit/config.pyc
${PYSITELIB}/stgit/config.pyo
-${PYSITELIB}/stgit/gitmergeonefile.py
-${PYSITELIB}/stgit/gitmergeonefile.pyc
-${PYSITELIB}/stgit/gitmergeonefile.pyo
+${PYSITELIB}/stgit/exception.py
+${PYSITELIB}/stgit/exception.pyc
+${PYSITELIB}/stgit/exception.pyo
${PYSITELIB}/stgit/git.py
${PYSITELIB}/stgit/git.pyc
${PYSITELIB}/stgit/git.pyo
-${PYSITELIB}/stgit/__init__.py
-${PYSITELIB}/stgit/__init__.pyc
-${PYSITELIB}/stgit/__init__.pyo
+${PYSITELIB}/stgit/gitmergeonefile.py
+${PYSITELIB}/stgit/gitmergeonefile.pyc
+${PYSITELIB}/stgit/gitmergeonefile.pyo
${PYSITELIB}/stgit/main.py
${PYSITELIB}/stgit/main.pyc
${PYSITELIB}/stgit/main.pyo
+${PYSITELIB}/stgit/out.py
+${PYSITELIB}/stgit/out.pyc
+${PYSITELIB}/stgit/out.pyo
+${PYSITELIB}/stgit/run.py
+${PYSITELIB}/stgit/run.pyc
+${PYSITELIB}/stgit/run.pyo
${PYSITELIB}/stgit/stack.py
${PYSITELIB}/stgit/stack.pyc
${PYSITELIB}/stgit/stack.pyo
@@ -165,6 +177,7 @@
share/stgit/examples/gitconfig
share/stgit/examples/patchdescr.tmpl
share/stgit/templates/covermail.tmpl
+share/stgit/templates/mailattch.tmpl
share/stgit/templates/patchexport.tmpl
share/stgit/templates/patchmail.tmpl
@dirrm share/stgit/templates
diff -r feb094c4b30b -r dcf87085e2c7 devel/stgit/distinfo
--- a/devel/stgit/distinfo Thu Jan 10 03:48:34 2008 +0000
+++ b/devel/stgit/distinfo Thu Jan 10 06:35:48 2008 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2007/08/29 23:07:48 wiz Exp $
+$NetBSD: distinfo,v 1.3 2008/01/10 06:35:49 bjs Exp $
-SHA1 (stgit-0.13.tar.gz) = 0a2d7b8e5fc09f3ea7f62dbcd57881ea51d7595a
-RMD160 (stgit-0.13.tar.gz) = aba40517731b63e20645cd9596d96b7ca5943ab7
-Size (stgit-0.13.tar.gz) = 187604 bytes
+SHA1 (stgit-0.14.1.tar.gz) = c7375590e58fd9a2a59dfe9031cb9667911af2a8
+RMD160 (stgit-0.14.1.tar.gz) = e4859b552eacbb16689baa79fd2cabf046c2a504
+Size (stgit-0.14.1.tar.gz) = 221897 bytes
+SHA1 (patch-aa) = 364103963f8e74eee12dbd548b4ed48b349b662f
diff -r feb094c4b30b -r dcf87085e2c7 devel/stgit/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/stgit/patches/patch-aa Thu Jan 10 06:35:48 2008 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1 2008/01/10 06:35:49 bjs Exp $
+
+--- contrib/stg-gitk.orig 2007-12-11 18:54:04.000000000 -0500
++++ contrib/stg-gitk
+@@ -48,10 +48,10 @@ if [ $allbranches = 1 ]; then
+ refdirs="$GIT_DIR/refs"
+ else
+ # default to current branch
+- if [ "$branches" == "" ]; then
++ if [ "$branches" = "" ]; then
+ branches="$(stg branch)"
+ fi
+- if [ "$branches" == "" ]; then
++ if [ "$branches" = "" ]; then
+ echo >&2 "ERROR: cannot find current branch."
+ exit 1
+ fi
Home |
Main Index |
Thread Index |
Old Index