summaryrefslogtreecommitdiff
path: root/devel/stgit
diff options
context:
space:
mode:
authorbjs <bjs>2008-01-10 06:35:48 +0000
committerbjs <bjs>2008-01-10 06:35:48 +0000
commit03789913f6aa5466042fc4be6a169d4c972c32f4 (patch)
treeab9bcb33f44ce2e529408bdc4c07a359fc82cea7 /devel/stgit
parenta53f548ebae476f1d4a156d969033d5998420880 (diff)
downloadpkgsrc-03789913f6aa5466042fc4be6a169d4c972c32f4.tar.gz
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 (limited to 'devel/stgit')
-rw-r--r--devel/stgit/Makefile4
-rw-r--r--devel/stgit/PLIST39
-rw-r--r--devel/stgit/distinfo9
-rw-r--r--devel/stgit/patches/patch-aa17
4 files changed, 50 insertions, 19 deletions
diff --git a/devel/stgit/Makefile b/devel/stgit/Makefile
index 83c6a656b86..d7d4fff6c66 100644
--- a/devel/stgit/Makefile
+++ b/devel/stgit/Makefile
@@ -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 --git a/devel/stgit/PLIST b/devel/stgit/PLIST
index 17a42e0d9fa..fdfbb797981 100644
--- a/devel/stgit/PLIST
+++ b/devel/stgit/PLIST
@@ -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/delete.pyo
${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/id.pyo
${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/refresh.pyo
${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/commands/unhide.pyo
${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/contrib/stgit-completion.bash
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 --git a/devel/stgit/distinfo b/devel/stgit/distinfo
index e5fc34b2ebd..7135e3ff419 100644
--- a/devel/stgit/distinfo
+++ b/devel/stgit/distinfo
@@ -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 --git a/devel/stgit/patches/patch-aa b/devel/stgit/patches/patch-aa
new file mode 100644
index 00000000000..b51ffa8cb4d
--- /dev/null
+++ b/devel/stgit/patches/patch-aa
@@ -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