From 9da05fa4776f94863e11983cc9d901b8ab90ad54 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 31 Mar 2022 06:04:05 +0800 Subject: [PATCH] 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/