git: 1d58266f9c6a - main - www/tidy-html5: upgrade to 5.8.0

Thierry Thomas thierry at FreeBSD.org
Mon Jul 19 20:14:11 UTC 2021


The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1d58266f9c6a7ad2bad040feeddc77376673b51f

commit 1d58266f9c6a7ad2bad040feeddc77376673b51f
Author:     Thierry Thomas <thierry at FreeBSD.org>
AuthorDate: 2021-07-19 20:12:55 +0000
Commit:     Thierry Thomas <thierry at FreeBSD.org>
CommitDate: 2021-07-19 20:14:00 +0000

    www/tidy-html5: upgrade to 5.8.0
    
    Release notes at <https://github.com/htacg/tidy-html5/releases/tag/5.8.0>.
---
 www/tidy-html5/Makefile  | 3 ++-
 www/tidy-html5/distinfo  | 6 +++---
 www/tidy-html5/pkg-plist | 2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/www/tidy-html5/Makefile b/www/tidy-html5/Makefile
index ffc9f8bb2da9..161a8179b798 100644
--- a/www/tidy-html5/Makefile
+++ b/www/tidy-html5/Makefile
@@ -1,7 +1,7 @@
 # Created by: Thierry Thomas <thierry at pompo.net>
 
 PORTNAME=	tidy-html5
-PORTVERSION=	5.7.28
+PORTVERSION=	5.8.0
 CATEGORIES=	www
 
 MAINTAINER=	thierry at FreeBSD.org
@@ -25,6 +25,7 @@ PLIST_SUB=	VER=${PORTVERSION}
 post-install:
 	# To avoid conflict ATM - to be removed later
 	${MV} ${STAGEDIR}${PREFIX}/bin/tidy ${STAGEDIR}${PREFIX}/bin/tidy5
+	${MV} ${STAGEDIR}${PREFIX}/lib/libtidy.a ${STAGEDIR}${PREFIX}/lib/libtidys.a
 	${MV} ${STAGEDIR}${PREFIX}/lib/libtidy.so ${STAGEDIR}${PREFIX}/lib/libtidy5.so
 	${MV} ${STAGEDIR}${MANPREFIX}/man/man1/tidy.1 ${STAGEDIR}${MANPREFIX}/man/man1/tidy5.1
 
diff --git a/www/tidy-html5/distinfo b/www/tidy-html5/distinfo
index 75e41020a2aa..62add19091fe 100644
--- a/www/tidy-html5/distinfo
+++ b/www/tidy-html5/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562693725
-SHA256 (htacg-tidy-html5-5.7.28_GH0.tar.gz) = 5caa2c769204f506e24ea4986a45abe23f71d14f0fe968314f20065f342ffdba
-SIZE (htacg-tidy-html5-5.7.28_GH0.tar.gz) = 670474
+TIMESTAMP = 1626724862
+SHA256 (htacg-tidy-html5-5.8.0_GH0.tar.gz) = 59c86d5b2e452f63c5cdb29c866a12a4c55b1741d7025cf2f3ce0cde99b0660e
+SIZE (htacg-tidy-html5-5.8.0_GH0.tar.gz) = 1015303
diff --git a/www/tidy-html5/pkg-plist b/www/tidy-html5/pkg-plist
index ec0bb0eaa6bb..107ec5a77000 100644
--- a/www/tidy-html5/pkg-plist
+++ b/www/tidy-html5/pkg-plist
@@ -3,7 +3,7 @@ include/tidy.h
 include/tidybuffio.h
 include/tidyenum.h
 include/tidyplatform.h
-lib/libtidy.so.5
+lib/libtidy.so.58
 lib/libtidy.so.%%VER%%
 lib/libtidy5.so
 lib/libtidys.a


More information about the dev-commits-ports-main mailing list