pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/netbsd-www



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Fri May  8 03:42:39 UTC 2026

Modified Files:
        pkgsrc/meta-pkgs/netbsd-www: Makefile

Log Message:
meta-pkgs/netbsd-www: Bump libxslt dependency.

This pulls in a newer libxml2 that produces <meta charset="utf-8">
instead of <meta http-equiv="Content-Type" content="text/html;
charset=utf-8">, so that www@ committers don't ping-pong between the
new forms as long as they have up-to-date netbsd-www.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/meta-pkgs/netbsd-www/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/netbsd-www/Makefile
diff -u pkgsrc/meta-pkgs/netbsd-www/Makefile:1.48 pkgsrc/meta-pkgs/netbsd-www/Makefile:1.49
--- pkgsrc/meta-pkgs/netbsd-www/Makefile:1.48   Mon Oct 14 06:45:53 2024
+++ pkgsrc/meta-pkgs/netbsd-www/Makefile        Fri May  8 03:42:39 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2024/10/14 06:45:53 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2026/05/08 03:42:39 riastradh Exp $
 
 DISTNAME=      netbsd-www-1.11
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    meta-pkgs
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -16,7 +16,7 @@ DEPENDS+=     ImageMagick>=5.5.7.11nb1:../..
 DEPENDS+=      docbook-website>=2.6.0nb1:../../textproc/docbook-website
 DEPENDS+=      docbook-xsl>=1.68.1:../../textproc/docbook-xsl
 DEPENDS+=      dvipsk-[0-9]*:../../print/dvipsk
-DEPENDS+=      libxslt>=1.0.20:../../textproc/libxslt
+DEPENDS+=      libxslt>=1.1.45:../../textproc/libxslt
 DEPENDS+=      netbsd-doc-print>=1.4:../../meta-pkgs/netbsd-doc-print
 DEPENDS+=      opensp>=1.1:../../textproc/opensp
 DEPENDS+=      ${PYPKGPREFIX}-pspdfutils-[0-9]*:../../print/py-pspdfutils



Home | Main Index | Thread Index | Old Index