git: 9da05fa4776f - main - textproc/xhtml-basic: Update MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 22:22:57 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9da05fa4776f94863e11983cc9d901b8ab90ad54
commit 9da05fa4776f94863e11983cc9d901b8ab90ad54
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-30 22:04:05 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-30 22:04:05 +0000
textproc/xhtml-basic: Update MASTER_SITES
- Add WWW
- Take maintainership
---
textproc/xhtml-basic/Makefile | 8 ++++----
textproc/xhtml-basic/pkg-descr | 2 ++
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/textproc/xhtml-basic/Makefile b/textproc/xhtml-basic/Makefile
index 595dd877c0c4..42e41de8dcb8 100644
--- a/textproc/xhtml-basic/Makefile
+++ b/textproc/xhtml-basic/Makefile
@@ -4,10 +4,10 @@ PORTNAME= xhtml-basic
PORTVERSION= 1.0.${RECDATE}
PORTREVISION= 2
CATEGORIES= textproc
-MASTER_SITES= http://www.w3.org/TR/2000/REC-${PORTNAME}-${RECDATE}/
-DISTNAME= ${PORTNAME}
+MASTER_SITES= https://www.w3.org/TR/2000/REC-xhtml-basic-${RECDATE}/
+DISTNAME= xhtml-basic
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= W3C's XHTML Basic DTD
RUN_DEPENDS= xmlcatmgr:textproc/xmlcatmgr \
@@ -19,7 +19,7 @@ USES= tar:tgz
NO_MTREE= yes
NO_BUILD= yes
NO_ARCH= yes
-WRKSRC= ${WRKDIR}/REC-${PORTNAME}-${RECDATE}
+WRKSRC= ${WRKDIR}/REC-xhtml-basic-${RECDATE}
PORTDATA= xhtml-basic10-model-1.mod \
xhtml-basic10.cat \
diff --git a/textproc/xhtml-basic/pkg-descr b/textproc/xhtml-basic/pkg-descr
index c44b71fa8dfe..783aceef9660 100644
--- a/textproc/xhtml-basic/pkg-descr
+++ b/textproc/xhtml-basic/pkg-descr
@@ -17,3 +17,5 @@ From the abstract:
The document type definition is implemented using XHTML
modules as defined in "Modularization of XHTML", found in
ports/textproc/xhtml-modularization.
+
+WWW: https://www.w3.org/TR/xhtml-basic/