pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Apr  7 19:49:13 UTC 2019

Modified Files:
        pkgsrc/www/links: Makefile.common distinfo
        pkgsrc/www/links-gui: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/www/links/Makefile.common \
    pkgsrc/www/links/distinfo
cvs rdiff -u -r1.85 -r1.86 pkgsrc/www/links-gui/Makefile

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

Modified files:

Index: pkgsrc/www/links/Makefile.common
diff -u pkgsrc/www/links/Makefile.common:1.70 pkgsrc/www/links/Makefile.common:1.71
--- pkgsrc/www/links/Makefile.common:1.70       Sun Jan 20 20:10:11 2019
+++ pkgsrc/www/links/Makefile.common    Sun Apr  7 19:49:12 2019
@@ -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
Index: pkgsrc/www/links/distinfo
diff -u pkgsrc/www/links/distinfo:1.70 pkgsrc/www/links/distinfo:1.71
--- pkgsrc/www/links/distinfo:1.70      Sun Jan 20 20:10:11 2019
+++ pkgsrc/www/links/distinfo   Sun Apr  7 19:49:12 2019
@@ -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

Index: pkgsrc/www/links-gui/Makefile
diff -u pkgsrc/www/links-gui/Makefile:1.85 pkgsrc/www/links-gui/Makefile:1.86
--- pkgsrc/www/links-gui/Makefile:1.85  Sun Jan 20 20:10:11 2019
+++ pkgsrc/www/links-gui/Makefile       Sun Apr  7 19:49:12 2019
@@ -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 @@ PKG_SUPPORTED_OPTIONS+=       svg
 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"



Home | Main Index | Thread Index | Old Index