pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ascii



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sat Mar  7 18:31:03 UTC 2020

Modified Files:
        pkgsrc/misc/ascii: Makefile distinfo
        pkgsrc/misc/ascii/patches: patch-aa

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/misc/ascii/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/ascii/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/ascii/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/ascii/Makefile
diff -u pkgsrc/misc/ascii/Makefile:1.18 pkgsrc/misc/ascii/Makefile:1.19
--- pkgsrc/misc/ascii/Makefile:1.18     Sun Nov  3 17:04:19 2019
+++ pkgsrc/misc/ascii/Makefile  Sat Mar  7 18:31:03 2020
@@ -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}
 

Index: pkgsrc/misc/ascii/distinfo
diff -u pkgsrc/misc/ascii/distinfo:1.7 pkgsrc/misc/ascii/distinfo:1.8
--- pkgsrc/misc/ascii/distinfo:1.7      Mon Mar  7 19:59:32 2016
+++ pkgsrc/misc/ascii/distinfo  Sat Mar  7 18:31:03 2020
@@ -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

Index: pkgsrc/misc/ascii/patches/patch-aa
diff -u pkgsrc/misc/ascii/patches/patch-aa:1.3 pkgsrc/misc/ascii/patches/patch-aa:1.4
--- pkgsrc/misc/ascii/patches/patch-aa:1.3      Mon Mar  7 19:59:32 2016
+++ pkgsrc/misc/ascii/patches/patch-aa  Sat Mar  7 18:31:03 2020
@@ -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