From fdf9b892172467eed638e7ac5aead4aa76b0e726 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 18 Oct 2024 03:04:13 +0800 Subject: [PATCH] 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.gz