svn commit: r466758 - head/dns/dnsproxy

Kirill Ponomarev krion at FreeBSD.org
Sat Apr 7 17:37:25 UTC 2018


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 at FreeBSD.org
-COMMENT=	proxy for DNS queries
+COMMENT=	Proxy for DNS queries
+
+LICENSE=	MIT
 
 LIB_DEPENDS=	libevent.so:devel/libevent
 


More information about the svn-ports-head mailing list