Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Apr 2018 17:37:25 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466758 - head/dns/dnsproxy
Message-ID:  <201804071737.w37HbPGg099258@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Sat Apr  7 17:37:24 2018
New Revision: 466758
URL: https://svnweb.freebsd.org/changeset/ports/466758

Log:
  Add LICENSE and pet portlint(1)

Modified:
  head/dns/dnsproxy/Makefile

Modified: head/dns/dnsproxy/Makefile
==============================================================================
--- head/dns/dnsproxy/Makefile	Sat Apr  7 17:22:23 2018	(r466757)
+++ head/dns/dnsproxy/Makefile	Sat Apr  7 17:37:24 2018	(r466758)
@@ -8,7 +8,9 @@ CATEGORIES=	dns
 MASTER_SITES=	http://www.wolfermann.org/
 
 MAINTAINER=	krion@FreeBSD.org
-COMMENT=	proxy for DNS queries
+COMMENT=	Proxy for DNS queries
+
+LICENSE=	MIT
 
 LIB_DEPENDS=	libevent.so:devel/libevent
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804071737.w37HbPGg099258>