Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2022 22:22:58 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0f90989afdab - main - textproc/xhtml-modularization: Update MASTER_SITES
Message-ID:  <202203302222.22UMMwKa063476@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0f90989afdab4bc881eb744c764cd06bb1c1a909

commit 0f90989afdab4bc881eb744c764cd06bb1c1a909
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-30 22:04:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-30 22:04:08 +0000

    textproc/xhtml-modularization: Update MASTER_SITES
    
    - Add WWW
---
 textproc/xhtml-modularization/Makefile  | 6 +++---
 textproc/xhtml-modularization/pkg-descr | 2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/textproc/xhtml-modularization/Makefile b/textproc/xhtml-modularization/Makefile
index d058f86008cd..49f2f6f4d857 100644
--- a/textproc/xhtml-modularization/Makefile
+++ b/textproc/xhtml-modularization/Makefile
@@ -4,8 +4,8 @@ PORTNAME=	xhtml-modularization
 PORTVERSION=	1.0.${RECDATE}
 PORTREVISION=	1
 CATEGORIES=	textproc
-MASTER_SITES=	http://www.w3.org/TR/2001/REC-${PORTNAME}-${RECDATE}/
-DISTNAME=	${PORTNAME}
+MASTER_SITES=	https://www.w3.org/TR/2001/REC-xhtml-modularization-${RECDATE}/
+DISTNAME=	xhtml-modularization
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	W3C's Modularization of XHTML DTDs and docs
@@ -19,7 +19,7 @@ NO_BUILD=	yes
 NO_MTREE=	yes
 
 SUB_FILES=	catalog.xml
-WRKSRC=		${WRKDIR}/${PORTNAME}-${RECDATE}
+WRKSRC=		${WRKDIR}/xhtml-modularization-${RECDATE}
 
 RECDATE=	20010410
 
diff --git a/textproc/xhtml-modularization/pkg-descr b/textproc/xhtml-modularization/pkg-descr
index 8d8593c87526..acfc8e989186 100644
--- a/textproc/xhtml-modularization/pkg-descr
+++ b/textproc/xhtml-modularization/pkg-descr
@@ -4,3 +4,5 @@ From the abstract:
   Definitions (DTDs). This modularization provides a means for
   subsetting and extending XHTML, a feature needed for extending
   XHTML's reach onto emerging platforms.
+
+WWW: https://www.w3.org/TR/xhtml-modularization/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203302222.22UMMwKa063476>