git: f9993397b25c - main - textproc/ctpp2: update MASTER_SITES and WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Mar 2026 16:08:56 UTC
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