From a50ba6f3d25ece28244be1757a16b978e259b085 Mon Sep 17 00:00:00 2001 From: Don Lewis Date: Sat, 10 Jan 2015 21:47:01 +0000 Subject: [PATCH] dd CPAN as a backup http/ftp MASTER_SITE. az@ requested that CPAN be used as the MASTER_SITE, and mat@ suggested making it just be the backup site Differential Revision: https://reviews.freebsd.org/D1486 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc. --- net/p5-Net-Nmsg/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/p5-Net-Nmsg/Makefile b/net/p5-Net-Nmsg/Makefile index 6627be4166b8..576edcdd5845 100644 --- a/net/p5-Net-Nmsg/Makefile +++ b/net/p5-Net-Nmsg/Makefile @@ -5,7 +5,8 @@ PORTVERSION= 0.12 PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= https://tools.netsa.cert.org/confluence/download/attachments/12320770/ \ - http://tools.netsa.cert.org/confluence/download/attachments/12320770/ + CPAN +MASTER_SITE_SUBDIR= CPAN:MSISK PKGNAMEPREFIX= p5- MAINTAINER= truckman@FreeBSD.org