diff options
author | Carlo Strub <cs@FreeBSD.org> | 2025-07-30 11:11:02 +0200 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2025-08-24 14:21:38 +0200 |
commit | ee984ebef474c97375cbaa75ea5e36bd4bee15a4 (patch) | |
tree | 3640456a359ac9f4273c724ad85eca8915449d34 | |
parent | devel/jetbrains-pty4j: Update to 0.13.10 (diff) |
textproc/html2xhtml: Update to 1.4
- Update to 1.4
- Add LICENSE
PR: 288548
Reported by: repology
Approved by: maintainer timeout
-rw-r--r-- | textproc/html2xhtml/Makefile | 5 | ||||
-rw-r--r-- | textproc/html2xhtml/distinfo | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/html2xhtml/Makefile b/textproc/html2xhtml/Makefile index 9603686552fc..21a72fd24638 100644 --- a/textproc/html2xhtml/Makefile +++ b/textproc/html2xhtml/Makefile @@ -1,6 +1,5 @@ PORTNAME= html2xhtml -PORTVERSION= 1.3 -PORTREVISION= 1 +PORTVERSION= 1.4 CATEGORIES= textproc MASTER_SITES= http://www.it.uc3m.es/jaf/html2xhtml/downloads/ @@ -8,6 +7,8 @@ MAINTAINER= wilfried.meindl@gmail.com COMMENT= Convert HTML to XHTML WWW= https://www.it.uc3m.es/jaf/html2xhtml +LICENSE= GPLv2 + GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= iconv diff --git a/textproc/html2xhtml/distinfo b/textproc/html2xhtml/distinfo index b3aef3f11d5d..60ecd5dcd739 100644 --- a/textproc/html2xhtml/distinfo +++ b/textproc/html2xhtml/distinfo @@ -1,2 +1,3 @@ -SHA256 (html2xhtml-1.3.tar.gz) = 92ab020832b768d623812741fd78a9873b9b261f7ab0bbf01768d5953d8e8a8c -SIZE (html2xhtml-1.3.tar.gz) = 557407 +TIMESTAMP = 1753866567 +SHA256 (html2xhtml-1.4.tar.gz) = 188bd4e2e61f24346203a8f164fcb49adaa1f16c16253a65144da0b12710cfb2 +SIZE (html2xhtml-1.4.tar.gz) = 596565 |