svn commit: r446951 - head/dns/c-ares

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 31 09:01:11 UTC 2017


Author: amdmi3
Date: Mon Jul 31 09:01:10 2017
New Revision: 446951
URL: https://svnweb.freebsd.org/changeset/ports/446951

Log:
  - Add LICENSE_FILE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/dns/c-ares/Makefile
  head/dns/c-ares/pkg-descr

Modified: head/dns/c-ares/Makefile
==============================================================================
--- head/dns/c-ares/Makefile	Mon Jul 31 09:01:10 2017	(r446950)
+++ head/dns/c-ares/Makefile	Mon Jul 31 09:01:10 2017	(r446951)
@@ -13,6 +13,7 @@ MAINTAINER=	zi at FreeBSD.org
 COMMENT=	Asynchronous DNS resolver library
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-werror

Modified: head/dns/c-ares/pkg-descr
==============================================================================
--- head/dns/c-ares/pkg-descr	Mon Jul 31 09:01:10 2017	(r446950)
+++ head/dns/c-ares/pkg-descr	Mon Jul 31 09:01:10 2017	(r446951)
@@ -4,4 +4,4 @@ need to perform multiple DNS queries in parallel.  The
 examples of such applications are servers which communicate with
 multiple clients and programs with graphical user interfaces.
 
-WWW: http://c-ares.haxx.se/
+WWW: https://c-ares.haxx.se/


More information about the svn-ports-all mailing list