Date: Wed, 26 Jun 2019 09:32:02 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505148 - head/devel/libdnsres Message-ID: <201906260932.x5Q9W2Pc031200@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906260932.x5Q9W2Pc031200>