svn commit: r505148 - head/devel/libdnsres

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 26 09:32:03 UTC 2019


Author: amdmi3
Date: Wed Jun 26 09:32:01 2019
New Revision: 505148
URL: https://svnweb.freebsd.org/changeset/ports/505148

Log:
  - Add LICENSE
  - Cosmetic fixes
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/devel/libdnsres/Makefile
  head/devel/libdnsres/pkg-descr

Modified: head/devel/libdnsres/Makefile
==============================================================================
--- head/devel/libdnsres/Makefile	Wed Jun 26 09:22:16 2019	(r505147)
+++ head/devel/libdnsres/Makefile	Wed Jun 26 09:32:01 2019	(r505148)
@@ -10,15 +10,16 @@ MASTER_SITES=	http://monkey.org/~provos/
 MAINTAINER=	oz at nixil.net
 COMMENT=	Provides a non-blocking thread-safe API for resolving DNS names
 
+LICENSE=	BSD4CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	${LOCALBASE}/lib/libevent.a:devel/libevent
 
 USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-CONFIGURE_ARGS=--with-libevent=${LOCALBASE}
+CONFIGURE_ARGS=	--with-libevent=${LOCALBASE}
 MAKE_JOBS_UNSAFE=	yes
-
-PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,CFLAGS =,CFLAGS +=, ; s|top_buildir|top_builddir|g' \

Modified: head/devel/libdnsres/pkg-descr
==============================================================================
--- head/devel/libdnsres/pkg-descr	Wed Jun 26 09:22:16 2019	(r505147)
+++ head/devel/libdnsres/pkg-descr	Wed Jun 26 09:32:01 2019	(r505148)
@@ -7,4 +7,4 @@ The code borrows heavily from the BSD resolver library
 extremely ugly hack to make the BSD resolver library non-blocking and
 thread-safe without changing the API too much.
 
-WWW: http://www.monkey.org/~provos/libdnsres/
+WWW: https://www.monkey.org/~provos/libdnsres/


More information about the svn-ports-all mailing list