From 20ea59d0d263d64419d1d9e4e125386621cd3bfa Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 20 Nov 2018 18:15:27 +0000 Subject: [PATCH] - Add patch mirroring, update mirror URLs --- games/pingus/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games/pingus/Makefile b/games/pingus/Makefile index eb49d23f8511..de908cf18e4d 100644 --- a/games/pingus/Makefile +++ b/games/pingus/Makefile @@ -5,9 +5,10 @@ PORTNAME= pingus PORTVERSION= 0.7.6 PORTREVISION= 16 CATEGORIES= games -MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= https://mirror.amdmi3.ru/distfiles/ -PATCH_SITES= https://gitlab.com/${PORTNAME}/${PORTNAME}/commit/ +PATCH_SITES= https://gitlab.com/${PORTNAME}/${PORTNAME}/commit/ \ + https://mirror.amdmi3.ru/distfiles/ PATCHFILES= fef8cf6512fa.patch:-p1 MAINTAINER= amdmi3@FreeBSD.org