svn commit: r383420 - in head/dns: wdns wrapsrv

Don Lewis truckman at FreeBSD.org
Mon Apr 6 12:40:49 UTC 2015


Author: truckman
Date: Mon Apr  6 12:40:48 2015
New Revision: 383420
URL: https://svnweb.freebsd.org/changeset/ports/383420

Log:
  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.

Modified:
  head/dns/wdns/Makefile
  head/dns/wrapsrv/Makefile

Modified: head/dns/wdns/Makefile
==============================================================================
--- head/dns/wdns/Makefile	Mon Apr  6 11:55:59 2015	(r383419)
+++ head/dns/wdns/Makefile	Mon Apr  6 12:40:48 2015	(r383420)
@@ -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 at FreeBSD.org
 COMMENT=	Low-level DNS library
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/dns/wrapsrv/Makefile
==============================================================================
--- head/dns/wrapsrv/Makefile	Mon Apr  6 11:55:59 2015	(r383419)
+++ head/dns/wrapsrv/Makefile	Mon Apr  6 12:40:48 2015	(r383420)
@@ -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 at FreeBSD.org
 COMMENT=	DNS SRV record command line wrapper
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 BUILD_DEPENDS=	docbook2mdoc:${PORTSDIR}/textproc/docbook2mdoc
 


More information about the svn-ports-all mailing list