Date: Fri, 12 Apr 2013 18:12:31 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315792 - head/x11-fonts/liberation-fonts-ttf Message-ID: <201304121812.r3CICV02002173@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Fri Apr 12 18:12:31 2013 New Revision: 315792 URL: http://svnweb.freebsd.org/changeset/ports/315792 Log: Adding MASTER_SITE_LOCAL, in order to make it fetchable behind a proxy. Suggested by: tijl Approved by: portmgr (miwi) Modified: head/x11-fonts/liberation-fonts-ttf/Makefile Modified: head/x11-fonts/liberation-fonts-ttf/Makefile ============================================================================== --- head/x11-fonts/liberation-fonts-ttf/Makefile Fri Apr 12 16:19:38 2013 (r315791) +++ head/x11-fonts/liberation-fonts-ttf/Makefile Fri Apr 12 18:12:31 2013 (r315792) @@ -1,13 +1,13 @@ # Created by: Thierry Thomas <thierry@pompo.net> -# # $FreeBSD$ -# PORTNAME= liberation-fonts-ttf PORTVERSION= 2.00.1 PORTEPOCH= 1 CATEGORIES= x11-fonts -MASTER_SITES= https://fedorahosted.org/releases/l/i/liberation-fonts/ +MASTER_SITES= https://fedorahosted.org/releases/l/i/liberation-fonts/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= thierry MAINTAINER= thierry@FreeBSD.org COMMENT= Liberation fonts from Red Hat to replace MS TTF fonts
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304121812.r3CICV02002173>