git: 8bdf5b89bb07 - main - games/icebreaker: update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Nov 2024 18:33:32 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=8bdf5b89bb07ece006d4d8270cdcdc4e870f8c25 commit 8bdf5b89bb07ece006d4d8270cdcdc4e870f8c25 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2024-11-14 18:18:49 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2024-11-14 18:33:26 +0000 games/icebreaker: update WWW --- games/icebreaker/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/icebreaker/Makefile b/games/icebreaker/Makefile index 565ea99f4fe5..ad6f520e6bbc 100644 --- a/games/icebreaker/Makefile +++ b/games/icebreaker/Makefile @@ -2,7 +2,7 @@ PORTNAME= icebreaker PORTVERSION= 1.9.8 PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= http://mattdm.org/icebreaker/1.9.x/ \ +MASTER_SITES= https://mattdm.org/icebreaker/1.9.x/ \ SF/nemysisfreebsdp/games/${PORTNAME}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons @@ -10,7 +10,7 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Game similar to Jezzball or Barrack -WWW= http://www.mattdm.org/icebreaker/ +WWW= https://mattdm.org/icebreaker/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE