Date: Tue, 23 Dec 2014 19:26:16 +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: r375349 - head/devel/love5 Message-ID: <201412231926.sBNJQGpZ097801@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Dec 23 19:26:15 2014 New Revision: 375349 URL: https://svnweb.freebsd.org/changeset/ports/375349 QAT: https://qat.redports.org/buildarchive/r375349/ Log: - Fix MASTER_SITES Modified: head/devel/love5/Makefile Modified: head/devel/love5/Makefile ============================================================================== --- head/devel/love5/Makefile Tue Dec 23 19:23:31 2014 (r375348) +++ head/devel/love5/Makefile Tue Dec 23 19:26:15 2014 (r375349) @@ -5,8 +5,7 @@ PORTNAME= love DISTVERSION= 0.5-0 PORTREVISION= 15 CATEGORIES= devel games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${DISTVERSION} PKGNAMESUFFIX= 5 MAINTAINER= amdmi3@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412231926.sBNJQGpZ097801>