pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/sc sc: Update to version 7.16_1.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/358daca274b4
branches:  trunk
changeset: 334600:358daca274b4
user:      simonb <simonb%pkgsrc.org@localhost>
date:      Sat Jun 01 06:35:33 2019 +0000

description:
sc: Update to version 7.16_1.1.2

Bugfixes, security and stability enhancements.  Mouse support (if used
with ncurses).
Full changelog at https://github.com/n-t-roff/sc/blob/master/CHANGES

diffstat:

 math/sc/Makefile               |   4 ++--
 math/sc/PLIST                  |   5 ++++-
 math/sc/distinfo               |  11 +++++------
 math/sc/patches/patch-Makefile |  15 ---------------
 4 files changed, 11 insertions(+), 24 deletions(-)

diffs (62 lines):

diff -r 9f3cd8877efa -r 358daca274b4 math/sc/Makefile
--- a/math/sc/Makefile  Sat Jun 01 02:54:46 2019 +0000
+++ b/math/sc/Makefile  Sat Jun 01 06:35:33 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2016/03/24 10:53:16 youri Exp $
+# $NetBSD: Makefile,v 1.20 2019/06/01 06:35:33 simonb Exp $
 
-DISTNAME=              sc-7.16_1.0.1
+DISTNAME=              sc-7.16_1.1.2
 CATEGORIES=            math
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=n-t-roff/}
 
diff -r 9f3cd8877efa -r 358daca274b4 math/sc/PLIST
--- a/math/sc/PLIST     Sat Jun 01 02:54:46 2019 +0000
+++ b/math/sc/PLIST     Sat Jun 01 06:35:33 2019 +0000
@@ -1,7 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2016/03/24 10:53:16 youri Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/06/01 06:35:33 simonb Exp $
 bin/psc
 bin/sc
 bin/scqref
+bin/xsc
 man/man1/psc.1
 man/man1/sc.1
+man/man1/scqref.1
+man/man1/xsc.1
 share/sc/tutorial.sc
diff -r 9f3cd8877efa -r 358daca274b4 math/sc/distinfo
--- a/math/sc/distinfo  Sat Jun 01 02:54:46 2019 +0000
+++ b/math/sc/distinfo  Sat Jun 01 06:35:33 2019 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.10 2016/03/24 10:53:16 youri Exp $
+$NetBSD: distinfo,v 1.11 2019/06/01 06:35:33 simonb Exp $
 
-SHA1 (sc-7.16_1.0.1.tar.gz) = 969f57067e1fe4f1548919d2bb0523c129e4af1b
-RMD160 (sc-7.16_1.0.1.tar.gz) = 5a6322fe30df7b9da20deb8373170403d07e740e
-SHA512 (sc-7.16_1.0.1.tar.gz) = e780543b3a46abc91c2dcd8e30a07f3dc46937bf71fc28f5aef87a2072d8b601f5931363874ccba70a8aa0a81afd748434a1822868e38917217ee56e79b74c0c
-Size (sc-7.16_1.0.1.tar.gz) = 214534 bytes
-SHA1 (patch-Makefile) = fd3dc25eeb413ff6cc4b5a1edbbbaf332e571814
+SHA1 (sc-7.16_1.1.2.tar.gz) = e094fd045d7838dd125dc6634986d1be88eeb006
+RMD160 (sc-7.16_1.1.2.tar.gz) = 9ca1217fdabce53f7da7f7150757e35ab7f9bb27
+SHA512 (sc-7.16_1.1.2.tar.gz) = f685db7ee62d7ed4a644d41059f08c4e4d16639ca5065554d50f2affaae4c845c6b782d514c3945fb1121d060e8d1be8bdff7833ada4123d4b21a904945cea06
+Size (sc-7.16_1.1.2.tar.gz) = 222457 bytes
diff -r 9f3cd8877efa -r 358daca274b4 math/sc/patches/patch-Makefile
--- a/math/sc/patches/patch-Makefile    Sat Jun 01 02:54:46 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-Makefile,v 1.1 2016/03/24 10:53:17 youri Exp $
-
-Install doc file in share instead of lib
-
---- Makefile.in.orig   2016-03-23 17:51:29.000000000 +0100
-+++ Makefile.in        2016-03-24 11:04:24.197693519 +0100
-@@ -32,7 +32,7 @@
- 
- # This is where the library file (tutorial) goes.
- #LIBDIR=/usr/local/share/$(name) # reno
--LIBDIR=${prefix}/lib/$(name)
-+LIBDIR=${prefix}/share/$(name)
- LIBRARY=-DLIBDIR=\"${LIBDIR}\"
- 
- # Set SIMPLE for lex.c if you don't want arrow keys or lex.c blows up



Home | Main Index | Thread Index | Old Index