Skip to content

Commit

Permalink
Update to 2.28, the last in the 2.x series. From the changelog:
Browse files Browse the repository at this point in the history
2.28    Mon Mar 18 22:48:57 CDT 2019
====================================
[ENHANCEMENTS]
The --help-rgb-colors option now displays the RGB codes organized by
HSL values for easier picking.  Thanks, Bill Ricker.


2.26    Sun Mar 17 22:00:00 CDT 2019
====================================
[ENHANCEMENTS]
Added --help-colors and --help-rgb-colors options to display colors
available for color options.

Clarified the docs for --lines option. Thanks, Rob Hoelz.  (GH #673)

[FIXES]
Use File::Temp for temp files during tests on Win32.  Thanks, Tim Gim Yee.
(GH #671)
  • Loading branch information
schmonz committed Feb 3, 2020
1 parent 40ea77d commit 977b45c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions textproc/p5-ack/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.32 2019/08/11 13:23:59 wiz Exp $
# $NetBSD: Makefile,v 1.33 2020/02/03 01:39:32 schmonz Exp $

DISTNAME= ack-2.24
DISTNAME= ack-2.28
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}

Expand Down
10 changes: 5 additions & 5 deletions textproc/p5-ack/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.14 2018/06/24 09:17:27 wiz Exp $
$NetBSD: distinfo,v 1.15 2020/02/03 01:39:32 schmonz Exp $

SHA1 (ack-2.24.tar.gz) = 513c9d9a96343b35d08c19e5978c6a7acdf125a7
RMD160 (ack-2.24.tar.gz) = 3b3ed0652882d4df0ae6efbdf95b31060e6b86a9
SHA512 (ack-2.24.tar.gz) = 3778c1d70ae08852eff9d8dd75688713bbb8dd15d4e72c07a3829cf362c7bfeba1175275e66cfe99265ba28777b6833734ebd6debb4ec4ec79df06ac46a79c24
Size (ack-2.24.tar.gz) = 261289 bytes
SHA1 (ack-2.28.tar.gz) = f6fed910d5f57e7a9ada494db7b340428d591083
RMD160 (ack-2.28.tar.gz) = e6648a4282201813a8b4cac414dea719210cb1af
SHA512 (ack-2.28.tar.gz) = 04ad599b644ff2cb07abe687f99286f14ddd0628458ac88dea0124d8487792824af470a60718c21be5930083830b463385e13927cc4a680ff34be133256c0f8a
Size (ack-2.28.tar.gz) = 263072 bytes

0 comments on commit 977b45c

Please sign in to comment.