1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

Upgrade to 4.9.25.

This commit is contained in:
Thierry Thomas 2015-04-20 21:07:29 +00:00
parent 0695cab0ea
commit 60f111296b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384387
4 changed files with 19 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tidy-html5
PORTVERSION= 4.9.18
PORTVERSION= 4.9.25
CATEGORIES= www
MAINTAINER= thierry@FreeBSD.org
@ -14,10 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
USE_GITHUB= yes
GH_ACCOUNT= htacg
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= 2e383c6
GH_TAGNAME= a8e9841
USES= cmake
USE_GNOME= libxslt
USE_LDCONFIG= yes
CMAKE_ARGS= -DBUILD_SHARED_LIB:BOOL=ON

View File

@ -1,2 +1,2 @@
SHA256 (tidy-html5-4.9.18.tar.gz) = b426adf4bd389add6f8442790177bf479457c36f4fc91a73e2b166f9ee371b58
SIZE (tidy-html5-4.9.18.tar.gz) = 492762
SHA256 (htacg-tidy-html5-4.9.25-a8e9841_GH0.tar.gz) = 0b6d179603c8384a2cfb15f09d4dd08cde53dc86f57577a5715ccc14b75fd16f
SIZE (htacg-tidy-html5-4.9.25-a8e9841_GH0.tar.gz) = 508777

View File

@ -0,0 +1,11 @@
--- CMakeLists.txt.orig 2015-04-14 00:12:22 UTC
+++ CMakeLists.txt
@@ -183,7 +183,7 @@ if (UNIX)
## also could use `manpath` command output to determine target install path
message(STATUS "*** Generating man ***")
set(TIDY_MANFILE ${LIB_NAME}.1)
- set(TIDY1XSL ../documentation/tidy1.xsl)
+ set(TIDY1XSL build/documentation/tidy1.xsl)
set(TIDYHELP ${CMAKE_BINARY_DIR}/tidy-help.xml)
set(TIDYCONFIG ${CMAKE_BINARY_DIR}/tidy-config.xml)
add_custom_target(man ALL DEPENDS "${CMAKE_BINARY_DIR}/${LIB_NAME}")

View File

@ -5,4 +5,5 @@ include/tidy.h
include/tidyenum.h
lib/libtidy5.so
lib/libtidy5.so.4
lib/libtidy5.so.4.9.18
lib/libtidy5.so.4.9.25
man/man1/tidy5.1.gz