pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/pmw Update pmw to 4.29



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a69a7a609018
branches:  trunk
changeset: 355245:a69a7a609018
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Sun Nov 27 00:12:57 2016 +0000

description:
Update pmw to 4.29

Version 4.29 26-June-2016
-------------------------

1. Added -norc to the scripts for running tests to ensure that the user's
   .pmwrc file, if it exists, is ignored.

2. Running with a lot more compiler warnings turned on threw up a number of
   infelicities in the code. Refactoring has got rid of the compiler warnings.

3. Compiling with clang threw up a few that gcc missed; it also found a genuine
   bug, a misplaced ) in an expression. By pure fluke there appeared to be no
   way of provoking misbehaviour, because what was being checked was re-checked
   (correctly) later.

4. Allow ! as a modifier to notes as well as rests.

diffstat:

 print/pmw/Makefile |   4 ++--
 print/pmw/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r c68819c0fcf4 -r a69a7a609018 print/pmw/Makefile
--- a/print/pmw/Makefile        Sun Nov 27 00:03:40 2016 +0000
+++ b/print/pmw/Makefile        Sun Nov 27 00:12:57 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/06/19 15:46:47 prlw1 Exp $
+# $NetBSD: Makefile,v 1.3 2016/11/27 00:12:57 prlw1 Exp $
 
-DISTNAME=      pmw-4.28
+DISTNAME=      pmw-4.29
 CATEGORIES=    print
 MASTER_SITES=  http://people.ds.cam.ac.uk/ph10/
 
diff -r c68819c0fcf4 -r a69a7a609018 print/pmw/distinfo
--- a/print/pmw/distinfo        Sun Nov 27 00:03:40 2016 +0000
+++ b/print/pmw/distinfo        Sun Nov 27 00:12:57 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2016/04/01 12:36:41 jperkin Exp $
+$NetBSD: distinfo,v 1.4 2016/11/27 00:12:57 prlw1 Exp $
 
-SHA1 (pmw-4.28.tar.gz) = 30647997034017a679b743d2f7bf41f3f9686f64
-RMD160 (pmw-4.28.tar.gz) = e6386714aa1505a4d94ce3660baaaf0eea072f05
-SHA512 (pmw-4.28.tar.gz) = a5d598d543a0896bc1511cf31d300a3f375efe2f2cb3d3fbb32d8fd26a80938b20e883b0f47ded111e5d99ab44219f801cf44b5eb0a2187928314d17070abf2a
-Size (pmw-4.28.tar.gz) = 2081185 bytes
+SHA1 (pmw-4.29.tar.gz) = e657cbb6f06bcb5956a4d0dd82ac51578ec43032
+RMD160 (pmw-4.29.tar.gz) = 6f4c845181ff641b64bfe1bba69de90ae212972d
+SHA512 (pmw-4.29.tar.gz) = 85e37fb943744deef717f29456e2c0ba6aab2b07af9dcc9577bed4d7de2c2675035907b5e900325bb8e491267368330892b80635c9406d2a9e868540c477742a
+Size (pmw-4.29.tar.gz) = 2084777 bytes
 SHA1 (patch-Makefile.in) = 287f7ed907797b42b65d95af7a2798970aec8698



Home | Main Index | Thread Index | Old Index