git: 5bb0a4a8f2a6 - main - textproc/tidyp: Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 19:44:42 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5bb0a4a8f2a6fa49ca022a127b48a04e17f3a49b commit 5bb0a4a8f2a6fa49ca022a127b48a04e17f3a49b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-16 19:44:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-16 19:44:19 +0000 textproc/tidyp: Update WWW tidyp.com is expired. Reference: https://web.archive.org/web/20190205230744/http://tidyp.com:80/ https://web.archive.org/web/20190309025618/http://tidyp.com:80/ --- textproc/tidyp/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/textproc/tidyp/Makefile b/textproc/tidyp/Makefile index 00f864304cb1..fe8c44333871 100644 --- a/textproc/tidyp/Makefile +++ b/textproc/tidyp/Makefile @@ -5,13 +5,16 @@ CATEGORIES= textproc www MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library and program to validate and fix HTML -WWW= http://tidyp.com/ +WWW= https://github.com/petdance/tidyp + +USES= autoreconf libtool CONFIGURE_ARGS= --enable-asian --enable-utf16 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= autoreconf libtool + +PLIST_SUB= PORTVERSION=${PORTVERSION} GH_ACCOUNT= petdance USE_GITHUB= yes @@ -19,8 +22,6 @@ USE_GITHUB= yes OPTIONS_DEFINE= ACCESS DEBUG ACCESS_DESC= Accessibility checks -PLIST_SUB= PORTVERSION=${PORTVERSION} - ACCESS_CONFIGURE_ENABLE=access DEBUG_CONFIGURE_ENABLE= debug