pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/tidy



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov  4 18:41:59 UTC 2022

Modified Files:
        pkgsrc/www/tidy: Makefile PLIST distinfo
Removed Files:
        pkgsrc/www/tidy/patches: patch-src_clean.c

Log Message:
tidy: updated to 5.8.0

5.8.0

Finally, the latest stable HTML Tidy 5.8.0 is official!

This is an even minor version number release, which means that we guarantee ABI/API stability throughout the entire release cycle of 5.8.x, meaning that this is a stable release. This is the release 
that other repository maintainers should be tracking for release!

If you don't require ABI/API stability in your application, make sure you continue to monitor our next branch. This is where new features and HTML process bug fixes are generally applied.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/www/tidy/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/tidy/PLIST
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/tidy/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/www/tidy/patches/patch-src_clean.c

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

Modified files:

Index: pkgsrc/www/tidy/Makefile
diff -u pkgsrc/www/tidy/Makefile:1.55 pkgsrc/www/tidy/Makefile:1.56
--- pkgsrc/www/tidy/Makefile:1.55       Sun Jan 26 17:32:25 2020
+++ pkgsrc/www/tidy/Makefile    Fri Nov  4 18:41:59 2022
@@ -1,18 +1,16 @@
-# $NetBSD: Makefile,v 1.55 2020/01/26 17:32:25 rillig Exp $
+# $NetBSD: Makefile,v 1.56 2022/11/04 18:41:59 adam Exp $
 
-DISTNAME=      tidy-html5-5.6.0
+DISTNAME=      tidy-html5-5.8.0
 PKGNAME=       ${DISTNAME:S/-html5//}
-PKGREVISION=   1
 CATEGORIES=    www textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=htacg/}
+GITHUB_PROJECT=        tidy-html5
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.html-tidy.org/
 COMMENT=       Fixes and tidies up HTML files
 LICENSE=       mit
 
-GITHUB_PROJECT=        tidy-html5
-
 # for man page
 BUILD_DEPENDS+=        libxslt-[0-9]*:../../textproc/libxslt
 

Index: pkgsrc/www/tidy/PLIST
diff -u pkgsrc/www/tidy/PLIST:1.9 pkgsrc/www/tidy/PLIST:1.10
--- pkgsrc/www/tidy/PLIST:1.9   Mon Nov 27 13:01:37 2017
+++ pkgsrc/www/tidy/PLIST       Fri Nov  4 18:41:59 2022
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.9 2017/11/27 13:01:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/11/04 18:41:59 adam Exp $
 bin/tidy
 include/tidy/tidy.h
 include/tidy/tidybuffio.h
 include/tidy/tidyenum.h
 include/tidy/tidyplatform.h
+lib/libtidy.a
 lib/libtidy.so
-lib/libtidy.so.5
 lib/libtidy.so.${PKGVERSION}
-lib/libtidys.a
+lib/libtidy.so.58
 lib/pkgconfig/tidy.pc
 man/man1/tidy.1

Index: pkgsrc/www/tidy/distinfo
diff -u pkgsrc/www/tidy/distinfo:1.27 pkgsrc/www/tidy/distinfo:1.28
--- pkgsrc/www/tidy/distinfo:1.27       Tue Oct 26 11:31:11 2021
+++ pkgsrc/www/tidy/distinfo    Fri Nov  4 18:41:59 2022
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.27 2021/10/26 11:31:11 nia Exp $
+$NetBSD: distinfo,v 1.28 2022/11/04 18:41:59 adam Exp $
 
-BLAKE2s (tidy-html5-5.6.0.tar.gz) = 2af1de1216d9222e862b5c85340f0616cb7f4145d4884ed2aed62b4cd4c83a7c
-SHA512 (tidy-html5-5.6.0.tar.gz) = 179088a6dbd29bb0e4f0219222f755b186145495f7414f6d0e178803ab67140391283d35352d946f9790c6b1b5b462ee6e24f1cc84f19391cb9b65e73979ffd1
-Size (tidy-html5-5.6.0.tar.gz) = 665438 bytes
-SHA1 (patch-src_clean.c) = a846b09ef29b747f71e92669397e55a1e1b3bc8d
+BLAKE2s (tidy-html5-5.8.0.tar.gz) = 2a334e4f69a44c95bbc6cfb3cc14be1ce2ceef6924f0fb61fc2f2486b7b5f233
+SHA512 (tidy-html5-5.8.0.tar.gz) = f352165bdda5d1fca7bba3365560b64d6f70a4e010821cd246cde43bed5c23cea3408d461d3f889110fd35ec9b68aa2b4e95412b07775eb852b7ee1745007a44
+Size (tidy-html5-5.8.0.tar.gz) = 1015303 bytes



Home | Main Index | Thread Index | Old Index