diff options
author | sno <sno@pkgsrc.org> | 2010-03-16 10:08:22 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-03-16 10:08:22 +0000 |
commit | 4303e57ff9aad86862b3c767caa43770b5518bbf (patch) | |
tree | b59a3263cb8db752a9a9aabd2c9b31aa46ec5672 /misc/p5-App-MrShell/Makefile | |
parent | 0970ad9778955470693a2ae2a9cd419e98eca42c (diff) | |
download | pkgsrc-4303e57ff9aad86862b3c767caa43770b5518bbf.tar.gz |
Updating misc/p5-App-MrShell from 2.0205 to 2.0207
Upstream changes:
2.0207: Fri Jan 08 2010
- Dennis Boone was kind enough to not only point out a serious
bug in the ssh command token processing, but find and fix
it (http://is.gd/5UxgX). Thanks!!
2.0205: Wed Jul 08 2009
- Doc bugs (very indirectly) found by Hans Dieter Pearcey
- added perl critic and Test::Pod
- fix bugs (as in wrongful code execution) found by critic.t
- fixed many punctuation problems found by critic.t
Diffstat (limited to 'misc/p5-App-MrShell/Makefile')
-rw-r--r-- | misc/p5-App-MrShell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/p5-App-MrShell/Makefile b/misc/p5-App-MrShell/Makefile index d0e16ce28d3..72ba7640156 100644 --- a/misc/p5-App-MrShell/Makefile +++ b/misc/p5-App-MrShell/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2009/08/19 19:55:01 sno Exp $ +# $NetBSD: Makefile,v 1.3 2010/03/16 10:08:22 sno Exp $ -DISTNAME= App-MrShell-2.0205 +DISTNAME= App-MrShell-2.0207 PKGNAME= p5-${DISTNAME} CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} |