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:   nia
Date:           Wed Jul 31 18:39:44 UTC 2024

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

Log Message:
links: update to 2.30

=== RELEASE 2.30 ===

Sat Jul 27 18:41:39 CEST 2024 mikulas:

        Disable asynchronous DNS on Windows because of some Cygwin bug

Sun Jul 21 19:58:03 CEST 2024 mikulas:

        Fix the configure script to work with GCC 14

Sun Jul 21 17:22:30 CEST 2024 mikulas:

        Fix window title on kwin


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/www/links/Makefile.common
cvs rdiff -u -r1.86 -r1.87 pkgsrc/www/links/distinfo
cvs rdiff -u -r1.115 -r1.116 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.83 pkgsrc/www/links/Makefile.common:1.84
--- pkgsrc/www/links/Makefile.common:1.83       Thu Mar 21 14:52:50 2024
+++ pkgsrc/www/links/Makefile.common    Wed Jul 31 18:39:43 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.83 2024/03/21 14:52:50 schmonz Exp $
+# $NetBSD: Makefile.common,v 1.84 2024/07/31 18:39:43 nia Exp $
 #
 # used by www/links/Makefile
 # used by www/links-gui/Makefile
 
-DISTNAME=      links-2.29
+DISTNAME=      links-2.30
 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.86 pkgsrc/www/links/distinfo:1.87
--- pkgsrc/www/links/distinfo:1.86      Wed Apr 17 14:08:26 2024
+++ pkgsrc/www/links/distinfo   Wed Jul 31 18:39:43 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.86 2024/04/17 14:08:26 nat Exp $
+$NetBSD: distinfo,v 1.87 2024/07/31 18:39:43 nia Exp $
 
-BLAKE2s (links-2.29.tar.bz2) = 95f2d6888bb4aa64764249a9dcda88475051e3200af9b25c402ef70bdac86fe5
-SHA512 (links-2.29.tar.bz2) = 5ea8b2fd0eb74d9dc2b45614aef6ee878fe686dff9bcee75ac6ea01f6a7331670f7709233d31986fc64ad86ce549616a4471057837b6caf15af6d1c5c503ac75
-Size (links-2.29.tar.bz2) = 6521024 bytes
+BLAKE2s (links-2.30.tar.bz2) = f03339bf8c581e1e328a0adc578f3b765f3a5acc834694c55ac0fbb5ea7f64e0
+SHA512 (links-2.30.tar.bz2) = 265f71fcd80a160b48b9572c4ca326c26a45032fbca69be3f3b6e60af136152daa22884e097ef719db950607425eb0e8c7f8714047f2476000301fd2b76c3806
+Size (links-2.30.tar.bz2) = 6569493 bytes
 SHA1 (patch-configure) = 38044f43a6985c50dd0275e9927dcc98a91dcc47
 SHA1 (patch-x.c) = 20302ed35c0e422ce6cd6867d7a5ee126d9a2d7e

Index: pkgsrc/www/links-gui/Makefile
diff -u pkgsrc/www/links-gui/Makefile:1.115 pkgsrc/www/links-gui/Makefile:1.116
--- pkgsrc/www/links-gui/Makefile:1.115 Wed May 29 16:34:52 2024
+++ pkgsrc/www/links-gui/Makefile       Wed Jul 31 18:39:44 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.115 2024/05/29 16:34:52 adam Exp $
+# $NetBSD: Makefile,v 1.116 2024/07/31 18:39:44 nia Exp $
 
 PKGNAME=       ${DISTNAME:S/links/&-gui/}
-PKGREVISION=   3
 COMMENT=       Lynx-like text and graphics WWW browser
 
 USE_TOOLS+=            pkg-config



Home | Main Index | Thread Index | Old Index