Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2026 16:08:56 +0000
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f9993397b25c - main - textproc/ctpp2: update MASTER_SITES and WWW
Message-ID:  <69aef098.3d9e3.6d156876@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rodrigo:

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

commit f9993397b25cd382a9e32cd33f5d88ed8bd73d8a
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2026-03-09 16:00:18 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2026-03-09 16:08:14 +0000

    textproc/ctpp2: update MASTER_SITES and WWW
    
    The project website is from time to time unreachable
    and the source archive is not accessible anymore which
    blocks the build process.
    
    Create an alternate MASTER_SITES archive and update the
    WWW to point to the archive.org backup of the website.
---
 textproc/ctpp2/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/textproc/ctpp2/Makefile b/textproc/ctpp2/Makefile
index 8a03464981ba..e7d6af7302b1 100644
--- a/textproc/ctpp2/Makefile
+++ b/textproc/ctpp2/Makefile
@@ -2,11 +2,11 @@ PORTNAME=	ctpp2
 PORTVERSION=	2.8.3
 PORTREVISION=	10
 CATEGORIES=	textproc devel
-MASTER_SITES=	http://ctpp.havoc.ru/download/
+MASTER_SITES=	http://rodrigo.osorio.free.fr/freebsd/distfiles/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	C++ library to use templates in C/C++ projects, version 2
-WWW=		http://ctpp.havoc.ru/
+WWW=		https://web.archive.org/web/20251013052318/https://ctpp.havoc.ru/en/
 
 USES=		cmake compiler:c++11-lang gettext
 USE_CXXSTD=	c++14


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69aef098.3d9e3.6d156876>