pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/ascii ascii: update to 3.18.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aea06cc92f4a
branches:  trunk
changeset: 424220:aea06cc92f4a
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Sat Mar 07 18:31:03 2020 +0000

description:
ascii: update to 3.18.

ChangeLog:

3.18: 2017-08-01
  Fix a packaging error, include NEWS in the tarball.

3.17: 2017-07-31
  Add -b option to generate a table with binary code-points.

3.16: 2017-07-18
  Add -a option to print in 4-column mode.
  0-fill fix and octal code-point literals.

diffstat:

 misc/ascii/Makefile         |   4 ++--
 misc/ascii/distinfo         |  12 ++++++------
 misc/ascii/patches/patch-aa |   6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (47 lines):

diff -r cd2b871f3208 -r aea06cc92f4a misc/ascii/Makefile
--- a/misc/ascii/Makefile       Sat Mar 07 15:19:20 2020 +0000
+++ b/misc/ascii/Makefile       Sat Mar 07 18:31:03 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2019/11/03 17:04:19 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2020/03/07 18:31:03 fcambus Exp $
 #
 
-DISTNAME=      ascii-3.15
+DISTNAME=      ascii-3.18
 CATEGORIES=    misc
 MASTER_SITES=  ${HOMEPAGE}
 
diff -r cd2b871f3208 -r aea06cc92f4a misc/ascii/distinfo
--- a/misc/ascii/distinfo       Sat Mar 07 15:19:20 2020 +0000
+++ b/misc/ascii/distinfo       Sat Mar 07 18:31:03 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2016/03/07 19:59:32 nros Exp $
+$NetBSD: distinfo,v 1.8 2020/03/07 18:31:03 fcambus Exp $
 
-SHA1 (ascii-3.15.tar.gz) = 94ac41d8ef89daf148ebfd30333c07f6e64d4dec
-RMD160 (ascii-3.15.tar.gz) = 75c667eadaa22bb0c8d87c00a8101420b5700f8b
-SHA512 (ascii-3.15.tar.gz) = f03edc2a75421948974a67db607c59e988d116bd6b205b2458296348e00e4ed890a80df64e378ca48c26d9b889eec2276c9e08af1a31c4bdfa05e782926b5356
-Size (ascii-3.15.tar.gz) = 13075 bytes
-SHA1 (patch-aa) = c34e7341b4047a8cb57d8a4e4ff3d9113aca15aa
+SHA1 (ascii-3.18.tar.gz) = 8acca82e6efc7c848c798547ca111378d4d1da2e
+RMD160 (ascii-3.18.tar.gz) = 80b0bcfa5a89c04ce3ab4cf2bb0c08ee368c28e1
+SHA512 (ascii-3.18.tar.gz) = f3a4354971ccbdb01a6eea4ee46818bccfef0fec8d640f0eeafa984a9116fcb829fe7979488bfe62744374e8783678b99710e09fcc2ddfc6c4068ba08ab73d5d
+Size (ascii-3.18.tar.gz) = 14661 bytes
+SHA1 (patch-aa) = de19e2ef34215f0e62bc4a15710e0cbe14ee003e
diff -r cd2b871f3208 -r aea06cc92f4a misc/ascii/patches/patch-aa
--- a/misc/ascii/patches/patch-aa       Sat Mar 07 15:19:20 2020 +0000
+++ b/misc/ascii/patches/patch-aa       Sat Mar 07 18:31:03 2020 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.3 2016/03/07 19:59:32 nros Exp $
+$NetBSD: patch-aa,v 1.4 2020/03/07 18:31:03 fcambus Exp $
 
---- Makefile.orig      2015-04-02 12:50:10.000000000 +0000
+--- Makefile.orig      2017-08-01 22:51:08.000000000 +0000
 +++ Makefile
 @@ -2,13 +2,14 @@
  
- VERS=3.15
+ VERS=$(shell sed -n <NEWS '/^[0-9]/s/:.*//p' | head -1)
  
 -CFLAGS = -O
 +CFLAGS? = -O



Home | Main Index | Thread Index | Old Index