Date: Tue, 20 Nov 2018 18:15:27 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485455 - head/games/pingus Message-ID: <201811201815.wAKIFRPk038712@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Nov 20 18:15:27 2018 New Revision: 485455 URL: https://svnweb.freebsd.org/changeset/ports/485455 Log: - Add patch mirroring, update mirror URLs Modified: head/games/pingus/Makefile Modified: head/games/pingus/Makefile ============================================================================== --- head/games/pingus/Makefile Tue Nov 20 18:03:12 2018 (r485454) +++ head/games/pingus/Makefile Tue Nov 20 18:15:27 2018 (r485455) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811201815.wAKIFRPk038712>