From fe0bd9cc865fa097d19c2b534f9f75f2fa743ea8 Mon Sep 17 00:00:00 2001 From: Don Lewis Date: Mon, 6 Apr 2015 12:40:48 +0000 Subject: [PATCH] Add LICENSE_FILE (and bump PORTREVISION). Convert to use MASTER_SIGHTS_FARSIGHT. Differential Revision: https://reviews.freebsd.org/D2235 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc. --- dns/wdns/Makefile | 5 +++-- dns/wrapsrv/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dns/wdns/Makefile b/dns/wdns/Makefile index f50a48752a84..3ee41f06afe3 100644 --- a/dns/wdns/Makefile +++ b/dns/wdns/Makefile @@ -2,14 +2,15 @@ PORTNAME= wdns PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= dns -MASTER_SITES= https://dl.farsightsecurity.com/dist/wdns/ \ - LOCAL/truckman/farsight +MASTER_SITES= FARSIGHT LOCAL/truckman/farsight MAINTAINER= truckman@FreeBSD.org COMMENT= Low-level DNS library LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYRIGHT GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/dns/wrapsrv/Makefile b/dns/wrapsrv/Makefile index d15202818ec4..270201a9caff 100644 --- a/dns/wrapsrv/Makefile +++ b/dns/wrapsrv/Makefile @@ -2,14 +2,15 @@ PORTNAME= wrapsrv PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= dns -MASTER_SITES= https://dl.farsightsecurity.com/dist/wrapsrv/ \ - LOCAL/truckman/farsight +MASTER_SITES= FARSIGHT LOCAL/truckman/farsight MAINTAINER= truckman@FreeBSD.org COMMENT= DNS SRV record command line wrapper LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYRIGHT BUILD_DEPENDS= docbook2mdoc:${PORTSDIR}/textproc/docbook2mdoc