diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-16 09:21:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-16 09:21:49 +0000 |
commit | 99d61e6557b6cc234b6b8eef3fd622d2fd77c3a5 (patch) | |
tree | 68b08564bdf8ccc9380975bf946ddce0ebb60239 | |
parent | e7be0684fe38f214160e4f67515b0aae4b5562bf (diff) | |
download | pkgsrc-99d61e6557b6cc234b6b8eef3fd622d2fd77c3a5.tar.gz |
Update to 2.5.2:
commit-patch (2.5.2)
* Fixed dumb bug that caused "make install" to fail.
-- David Caldwell <david@porkrind.org> Sun, 21 Sep 2014 18:15:04 -0700
commit-patch (2.5.1)
* We now use App::Fatpacker to bundle IPC::Run, removing the dependency
from the release tarball.
* Work around emacs/tramp bug in commit-patch-buffer.el (thanks Dima
Kogan <dima@secretsauce.net>).
-- David Caldwell <david@porkrind.org> Sun, 21 Sep 2014 17:22:29 -0700
-rw-r--r-- | devel/commit-patch/Makefile | 7 | ||||
-rw-r--r-- | devel/commit-patch/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/commit-patch/Makefile b/devel/commit-patch/Makefile index 0ae82d4ed5d..a2b1fd36411 100644 --- a/devel/commit-patch/Makefile +++ b/devel/commit-patch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2014/08/09 23:49:53 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2015/01/16 09:21:49 wiz Exp $ -DISTNAME= commit-patch-2.5 +DISTNAME= commit-patch-2.5.2 CATEGORIES= devel scm MASTER_SITES= http://www.porkrind.org/commit-patch/ @@ -9,7 +9,8 @@ HOMEPAGE= http://www.porkrind.org/commit-patch/ COMMENT= Commit patches to most common SCM repositories LICENSE= gnu-gpl-v2 -DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run +# included! +#DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run DEPENDS+= patchutils-[0-9]*:../../devel/patchutils USE_LANGUAGES= # none diff --git a/devel/commit-patch/distinfo b/devel/commit-patch/distinfo index 4e152a1571c..e61e5a972d0 100644 --- a/devel/commit-patch/distinfo +++ b/devel/commit-patch/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2014/12/17 06:08:13 obache Exp $ +$NetBSD: distinfo,v 1.3 2015/01/16 09:21:49 wiz Exp $ -SHA1 (commit-patch-2.5.tar.gz) = 9d41c31adaa6f8a70296b8105736661bba7ef55e -RMD160 (commit-patch-2.5.tar.gz) = ac1193b785bd6bc271254e192ced869967bc87db -Size (commit-patch-2.5.tar.gz) = 20200 bytes +SHA1 (commit-patch-2.5.2.tar.gz) = 4cf40f74d5565889a13d276e989a1cda925a879f +RMD160 (commit-patch-2.5.2.tar.gz) = d60beb2c4edbbbbd41bbd12bfe5ad4df316d7eb1 +Size (commit-patch-2.5.2.tar.gz) = 86745 bytes SHA1 (patch-Makefile) = d8e0b5dd2b71ab6d59c57a3ad628265a3f2b67d7 |