Date: Thu, 2 Apr 2015 16:43:47 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383023 - head/Mk Message-ID: <201504021643.t32GhlRp065349@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: truckman Date: Thu Apr 2 16:43:46 2015 New Revision: 383023 URL: https://svnweb.freebsd.org/changeset/ports/383023 Log: Add MASTER_SITE_FARSIGHT Differential Revision: https://reviews.freebsd.org/D2202 Approved by: mat (mentor) Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Thu Apr 2 16:24:02 2015 (r383022) +++ head/Mk/bsd.sites.mk Thu Apr 2 16:43:46 2015 (r383023) @@ -386,6 +386,11 @@ MASTER_SITE_FEDORA_LINUX+= \ ftp://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux/core/%SUBDIR%/ .endif +.if !defined(IGNORE_MASTER_SITE_FARSIGHT) +MASTER_SITE_FARSIGHT+= \ + https://dl.farsightsecurity.com/dist/%SUBDIR%/ +.endif + .if !defined(IGNORE_MASTER_SITE_FESTIVAL) MASTER_SITE_FESTIVAL+= \ http://www.festvox.org/packed/festival/%SUBDIR%/ \ @@ -1337,6 +1342,7 @@ MASTER_SITES_SUBDIRS= APACHE_JAKARTA:${P BERLIOS:${PORTNAME:tl}.berlios \ CHEESESHOP:source/${DISTNAME:C/(.).*/\1/}/${DISTNAME:C/(.*)-[0-9].*/\1/} \ DEBIAN:pool/main/${PORTNAME:C/^((lib)?.).*$/\1/}/${PORTNAME} \ + FARSIGHT:${PORTNAME} \ GCC:releases/${DISTNAME} \ GITHUB:${GH_ACCOUNT}/${GH_PROJECT}/tar.gz/${GH_TAGNAME}?dummy=/ \ GITHUB_CLOUD:${GH_ACCOUNT}/${GH_PROJECT}/ \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504021643.t32GhlRp065349>