diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-06-11 14:05:24 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-06-11 14:05:24 +0000 |
commit | 74dc6ca5034fd9613a639f5ea17ee52b3c574637 (patch) | |
tree | fe2345158506b8b8c7fca31e66d3aa11f816270b /textproc | |
parent | 50d3e3503863e5befb48d08e16a08fa528216e7b (diff) | |
download | pkgsrc-74dc6ca5034fd9613a639f5ea17ee52b3c574637.tar.gz |
Update to 1.12
Changelog:
1.12 (2012/12/22)
* Fix error handling (Eric Leblond)
* Put operation in try pass. (Eric Leblond)
* Don't ignore header files (Frédéric Yhuel)
* Don't rm temporary .cocci file in verbose mode (Frédéric Yhuel)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/coccigrep/Makefile | 4 | ||||
-rw-r--r-- | textproc/coccigrep/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile index 9f1f818f6e9..00c5ecd7ea9 100644 --- a/textproc/coccigrep/Makefile +++ b/textproc/coccigrep/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2013/04/06 03:45:25 rodent Exp $ +# $NetBSD: Makefile,v 1.7 2013/06/11 14:05:24 ryoon Exp $ # -DISTNAME= coccigrep-1.11 +DISTNAME= coccigrep-1.12 CATEGORIES= textproc MASTER_SITES= http://home.regit.org/wp-content/uploads/2011/08/ diff --git a/textproc/coccigrep/distinfo b/textproc/coccigrep/distinfo index f99f170d98b..941d7ce13cd 100644 --- a/textproc/coccigrep/distinfo +++ b/textproc/coccigrep/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2012/10/01 13:12:21 ryoon Exp $ +$NetBSD: distinfo,v 1.3 2013/06/11 14:05:24 ryoon Exp $ -SHA1 (coccigrep-1.11.tar.gz) = 545a847819523bd068f458164f4de95e095ad68f -RMD160 (coccigrep-1.11.tar.gz) = e53a19412c028b99ae322afea592a8fd2e5d468e -Size (coccigrep-1.11.tar.gz) = 32743 bytes +SHA1 (coccigrep-1.12.tar.gz) = 4680a5932066ff7a54b9f3d27725d47d54ecff9c +RMD160 (coccigrep-1.12.tar.gz) = 755cd67d55e8998cc23313112302da499aa40d47 +Size (coccigrep-1.12.tar.gz) = 32693 bytes |