mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
www/tidy-html5: upgrade to 5.8.0
Release notes at <https://github.com/htacg/tidy-html5/releases/tag/5.8.0>.
This commit is contained in:
parent
21ee22234a
commit
1d58266f9c
3 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Created by: Thierry Thomas <thierry@pompo.net>
|
# Created by: Thierry Thomas <thierry@pompo.net>
|
||||||
|
|
||||||
PORTNAME= tidy-html5
|
PORTNAME= tidy-html5
|
||||||
PORTVERSION= 5.7.28
|
PORTVERSION= 5.8.0
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
|
|
||||||
MAINTAINER= thierry@FreeBSD.org
|
MAINTAINER= thierry@FreeBSD.org
|
||||||
|
@ -25,6 +25,7 @@ PLIST_SUB= VER=${PORTVERSION}
|
||||||
post-install:
|
post-install:
|
||||||
# To avoid conflict ATM - to be removed later
|
# To avoid conflict ATM - to be removed later
|
||||||
${MV} ${STAGEDIR}${PREFIX}/bin/tidy ${STAGEDIR}${PREFIX}/bin/tidy5
|
${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}${PREFIX}/lib/libtidy.so ${STAGEDIR}${PREFIX}/lib/libtidy5.so
|
||||||
${MV} ${STAGEDIR}${MANPREFIX}/man/man1/tidy.1 ${STAGEDIR}${MANPREFIX}/man/man1/tidy5.1
|
${MV} ${STAGEDIR}${MANPREFIX}/man/man1/tidy.1 ${STAGEDIR}${MANPREFIX}/man/man1/tidy5.1
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1562693725
|
TIMESTAMP = 1626724862
|
||||||
SHA256 (htacg-tidy-html5-5.7.28_GH0.tar.gz) = 5caa2c769204f506e24ea4986a45abe23f71d14f0fe968314f20065f342ffdba
|
SHA256 (htacg-tidy-html5-5.8.0_GH0.tar.gz) = 59c86d5b2e452f63c5cdb29c866a12a4c55b1741d7025cf2f3ce0cde99b0660e
|
||||||
SIZE (htacg-tidy-html5-5.7.28_GH0.tar.gz) = 670474
|
SIZE (htacg-tidy-html5-5.8.0_GH0.tar.gz) = 1015303
|
||||||
|
|
|
@ -3,7 +3,7 @@ include/tidy.h
|
||||||
include/tidybuffio.h
|
include/tidybuffio.h
|
||||||
include/tidyenum.h
|
include/tidyenum.h
|
||||||
include/tidyplatform.h
|
include/tidyplatform.h
|
||||||
lib/libtidy.so.5
|
lib/libtidy.so.58
|
||||||
lib/libtidy.so.%%VER%%
|
lib/libtidy.so.%%VER%%
|
||||||
lib/libtidy5.so
|
lib/libtidy5.so
|
||||||
lib/libtidys.a
|
lib/libtidys.a
|
||||||
|
|
Loading…
Add table
Reference in a new issue