Date: Thu, 17 Oct 2024 19:07:25 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: fdf9b8921724 - main - textproc/docbook2mdoc: Update MASTER_SITES and WWW Message-ID: <202410171907.49HJ7PlD092042@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fdf9b892172467eed638e7ac5aead4aa76b0e726 commit fdf9b892172467eed638e7ac5aead4aa76b0e726 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-17 19:04:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-17 19:04:13 +0000 textproc/docbook2mdoc: Update MASTER_SITES and WWW - While I'm here, fix indent mdocml.bsd.lv redirects to mandoc.bsd.lv (HTTP/1.0 301 Moved Permanently). Approved by: portmgr (blanket) --- textproc/docbook2mdoc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/textproc/docbook2mdoc/Makefile b/textproc/docbook2mdoc/Makefile index 358b1fac999c..cc9c32e2d5a1 100644 --- a/textproc/docbook2mdoc/Makefile +++ b/textproc/docbook2mdoc/Makefile @@ -2,15 +2,15 @@ PORTNAME= docbook2mdoc PORTVERSION= 1.1.0 PORTREVISION= 2 CATEGORIES= textproc -MASTER_SITES= http://mdocml.bsd.lv/docbook2mdoc/snapshots/ +MASTER_SITES= https://mandoc.bsd.lv/docbook2mdoc/snapshots/ MAINTAINER= bapt@FreeBSD.org COMMENT= Convert DocBook refentry to mdoc -WWW= https://mdocml.bsd.lv/docbook2mdoc/ +WWW= https://mandoc.bsd.lv/docbook2mdoc/ LICENSE= ISCL -USES= tar:tgz +USES= tar:tgz PLIST_FILES= bin/docbook2mdoc \ share/man/man1/docbook2mdoc.1.gzhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410171907.49HJ7PlD092042>
