tidy: 5.7.28 -> 5.7.45

This commit is contained in:
Danny Rawlins 2021-03-19 19:38:34 +11:00
parent 30cdb6c8ed
commit 5b8053ab9d
3 changed files with 11 additions and 11 deletions

View File

@ -10,8 +10,8 @@ lrwxrwxrwx root/root usr/include/platform.h -> tidyplatform.h
-rw-r--r-- root/root usr/include/tidyplatform.h -rw-r--r-- root/root usr/include/tidyplatform.h
drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libtidy.so -> libtidy.so.5 lrwxrwxrwx root/root usr/lib/libtidy.so -> libtidy.so.5
lrwxrwxrwx root/root usr/lib/libtidy.so.5 -> libtidy.so.5.7.28 lrwxrwxrwx root/root usr/lib/libtidy.so.5 -> libtidy.so.5.7.45
-rwxr-xr-x root/root usr/lib/libtidy.so.5.7.28 -rwxr-xr-x root/root usr/lib/libtidy.so.5.7.45
-rw-r--r-- root/root usr/lib/libtidys.a -rw-r--r-- root/root usr/lib/libtidys.a
drwxr-xr-x root/root usr/lib/pkgconfig/ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/tidy.pc -rw-r--r-- root/root usr/lib/pkgconfig/tidy.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36nYQ7ogRIlH00Ut67s/uaWGbSS7OXsJTZTuML1ipEUHPtek4xUq5OkxQZcbUrglwvO1nJsxTWjv7+lGX7R1Rg0= RWSagIOpLGJF33jGbdeJ80h7kF8uU/PdEcLzDivpX/cwuQO55W4cQA90klA0hhR3IL24Mc2sO1d6BCtjO6N2DbzCJ+QdV1U7Fgc=
SHA256 (Pkgfile) = a42950b85ff0a01072aaf7431c7714cfb2b37384891439c83c440a407382c3c8 SHA256 (Pkgfile) = 02c12c6f3ce18e977995d090fbeece91fe49e5c7e20d43161ae53cf273448799
SHA256 (.footprint) = 4fd164f764385da9f0b35ae3bee909a2c63fcd35bf58e9c3e7326a589e2ef562 SHA256 (.footprint) = 58b2ef92fc80fc99be068bba2031097851e50279ec8c676475e1181782919ab5
SHA256 (tidy-d1b906991a7587688d384b648c55731f9be52506.tar.gz) = fa440efd18a455663d6d7f01e3a564cc2d270427a216c7fc16466b6b6de7dcb0 SHA256 (tidy-9f8d957e4d9c164b0aea10a36c7933d67517abb1.tar.gz) = 6d9a0ee8b5d5853f8974899598b81debe97ec862e1ee76b557a184532b573f4f

View File

@ -1,17 +1,17 @@
# Description: A tool to tidy down your HTML code to a clean style # Description: A tool to tidy down your HTML code to a clean style
# URL: http://www.html-tidy.org/ # URL: https://www.html-tidy.org/
# Maintainer: Danny Rawlins, crux at romster dot me # Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libxslt cmake # Depends on: libxslt cmake
name=tidy name=tidy
version=5.7.28 version=5.7.45
commit=d1b906991a7587688d384b648c55731f9be52506 _commit=9f8d957e4d9c164b0aea10a36c7933d67517abb1
release=1 release=1
source=(https://github.com/htacg/tidy-html5/archive/$commit.tar.gz#/$name-$commit.tar.gz) source=(https://github.com/htacg/tidy-html5/archive/$_commit.tar.gz#/$name-$_commit.tar.gz)
build() { build() {
[[ -e /usr/bin/ninja ]] && PKGMK_TIDY+=' -G Ninja' [[ -e /usr/bin/ninja ]] && PKGMK_TIDY+=' -G Ninja'
cmake -S tidy-html5-$commit -B build $PKGMK_TIDY \ cmake -S tidy-html5-$_commit -B build $PKGMK_TIDY \
-D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \ -D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \ -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \