pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www links{,-gui}: Update to 2.19



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f61fc38b9267
branches:  trunk
changeset: 322081:f61fc38b9267
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Apr 07 19:49:12 2019 +0000

description:
links{,-gui}: Update to 2.19

pkgsrc changes:
 - Add fontconfig and freetype2 dependencies to links-gui in order to adjust
   per-upstream defaults

Changes:
2.19
----
 - Disable high-DPI scaling on Windows
 - Links makes it possible to specify scaling of text and images in the
   dialog windows, so this should preferably be used instead of
   system-level scaling
 - Fixed a crash on invalid IDN URL, such as http://test,?.com/
   (found by lsxvdqe%gmail.com@localhost)
 - Make it possible to select other fonts, using fontconfig and freetype
 - Show certificate authority in the "Document info" box
 - Use international error messages
 - The -dump switch didn't report an error if write to stdout failed

diffstat:

 www/links-gui/Makefile    |   4 +++-
 www/links/Makefile.common |   4 ++--
 www/links/distinfo        |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (49 lines):

diff -r 136b3e0dcbbe -r f61fc38b9267 www/links-gui/Makefile
--- a/www/links-gui/Makefile    Sun Apr 07 19:34:39 2019 +0000
+++ b/www/links-gui/Makefile    Sun Apr 07 19:49:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2019/01/20 20:10:11 leot Exp $
+# $NetBSD: Makefile,v 1.86 2019/04/07 19:49:12 leot Exp $
 
 PKGNAME=       ${DISTNAME:S/links/&-gui/}
 COMMENT=       Lynx-like text and graphics WWW browser
@@ -19,6 +19,8 @@
 CONFIGURE_ARGS+=       --without-librsvg
 .endif
 
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
diff -r 136b3e0dcbbe -r f61fc38b9267 www/links/Makefile.common
--- a/www/links/Makefile.common Sun Apr 07 19:34:39 2019 +0000
+++ b/www/links/Makefile.common Sun Apr 07 19:49:12 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.70 2019/01/20 20:10:11 leot Exp $
+# $NetBSD: Makefile.common,v 1.71 2019/04/07 19:49:12 leot Exp $
 #
 # used by www/links/Makefile
 # used by www/links-gui/Makefile
 
-DISTNAME=      links-2.18
+DISTNAME=      links-2.19
 CATEGORIES=    www
 MASTER_SITES=  http://links.twibright.com/download/
 EXTRACT_SUFX=  .tar.bz2
diff -r 136b3e0dcbbe -r f61fc38b9267 www/links/distinfo
--- a/www/links/distinfo        Sun Apr 07 19:34:39 2019 +0000
+++ b/www/links/distinfo        Sun Apr 07 19:49:12 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.70 2019/01/20 20:10:11 leot Exp $
+$NetBSD: distinfo,v 1.71 2019/04/07 19:49:12 leot Exp $
 
-SHA1 (links-2.18.tar.bz2) = 702a5adf4f24c850959d44725a1c7f3b0ff81e76
-RMD160 (links-2.18.tar.bz2) = daacc7112872f8a67171f8741c1772d570a17281
-SHA512 (links-2.18.tar.bz2) = fef25d90985663c64ab04d6b6ef445ef2ac80c8b297897ff23b7d798c0607b90c86432f1a6fc4f02d1b1e61fe934cd01cd554c5765500248e8481f5cfa71da51
-Size (links-2.18.tar.bz2) = 6703625 bytes
+SHA1 (links-2.19.tar.bz2) = 486d9b46ac428de02bf8a1f4324b33e795c7a19d
+RMD160 (links-2.19.tar.bz2) = 4ee2ac48d97dc071032b10ed4d6456f6b6a29ae2
+SHA512 (links-2.19.tar.bz2) = 8716cea6feb5a02b59d7e2dd5bfd0af9b2ac2a4427c0f98a3c8a8eaabca31e7a96c16888c0de19976749485b3cdbf75cbff88a37cd3b58700c1f090acec328ea
+Size (links-2.19.tar.bz2) = 6460441 bytes
 SHA1 (patch-ab) = 3856b53ea6c17d72ca569acf1128ae40d2439ffb



Home | Main Index | Thread Index | Old Index