1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Upgrade to 5.2.0.

Changelog at
<https://cdn.rawgit.com/htacg/tidy-html5/release/5.2/README/RELEASE.html>.
This commit is contained in:
Thierry Thomas 2016-04-07 19:22:18 +00:00
parent 6ea0adb36f
commit 06b9a45f0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412686
3 changed files with 4 additions and 21 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tidy-html5
PORTVERSION= 5.1.25
PORTVERSION= 5.2.0
CATEGORIES= www
MAINTAINER= thierry@FreeBSD.org
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/README/LICENSE.txt
USE_GITHUB= yes
GH_ACCOUNT= htacg
GH_TAGNAME= f567088
GH_TAGNAME= abb0316
USES= cmake
USE_GNOME= libxslt
@ -23,15 +23,9 @@ CMAKE_ARGS= -DBUILD_SHARED_LIB:BOOL=ON
PLIST_SUB= VER=${PORTVERSION}
pre-configure:
${REINPLACE_CMD} -e 's|build/cmake/||' ${WRKSRC}/test/testone.sh
post-install:
# To avoid conflict ATM - to be removed later
${MV} ${STAGEDIR}${PREFIX}/bin/tidy ${STAGEDIR}${PREFIX}/bin/tidy5
${MV} ${STAGEDIR}${PREFIX}/lib/libtidy.so ${STAGEDIR}${PREFIX}/lib/libtidy5.so
regression-test:
(cd ${WRKSRC}/test && ./testall.sh)
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (htacg-tidy-html5-5.1.25-f567088_GH0.tar.gz) = 4f8436ac168598a7b31447f9607b9a915e36eac797a8c1170fe0cf8f1f3bf80b
SIZE (htacg-tidy-html5-5.1.25-f567088_GH0.tar.gz) = 645204
SHA256 (htacg-tidy-html5-5.2.0-abb0316_GH0.tar.gz) = 300cbc108d9d29d45ee944602a3c68923492b3fcf8f53cd05a7033b9b0174525
SIZE (htacg-tidy-html5-5.2.0-abb0316_GH0.tar.gz) = 529048

View File

@ -1,11 +0,0 @@
--- test/testall.sh.orig 2015-11-18 19:02:54 UTC
+++ test/testall.sh
@@ -18,7 +18,7 @@ d_now()
# testone.sh uses tempall.txt, so
TMPLOG="tempall.txt"
# same EXE
-TMPTIDY=../build/cmake/tidy
+TMPTIDY=../tidy
TMPNOW=`d_now`
TMPINP="testcases.txt"