Date: Tue, 20 Aug 2019 09:02:36 +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: r509414 - head/net/daq Message-ID: <201908200902.x7K92aae052645@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Aug 20 09:02:36 2019 New Revision: 509414 URL: https://svnweb.freebsd.org/changeset/ports/509414 Log: - Pet portlint - Switch to USES=localbase - Update WWW Approved by: portmgr blanket Modified: head/net/daq/Makefile head/net/daq/pkg-descr Modified: head/net/daq/Makefile ============================================================================== --- head/net/daq/Makefile Tue Aug 20 08:50:14 2019 (r509413) +++ head/net/daq/Makefile Tue Aug 20 09:02:36 2019 (r509414) @@ -18,15 +18,12 @@ LIB_DEPENDS= libdnet.so:net/libdnet \ libpcap.so.1:net/libpcap # avoid base libpcap BUILD_DEPENDS= flex:textproc/flex +USES= bison gmake libtool localbase GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= bison gmake libtool USE_LDCONFIG= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" MAKE_JOBS_UNSAFE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib CONFLICTS= libdaq-3* Modified: head/net/daq/pkg-descr ============================================================================== --- head/net/daq/pkg-descr Tue Aug 20 08:50:14 2019 (r509413) +++ head/net/daq/pkg-descr Tue Aug 20 09:02:36 2019 (r509414) @@ -9,4 +9,4 @@ The DAQ library may be useful for other packet process and the modular nature allows you to build new modules for other platforms. -WWW: http://www.snort.org/ +WWW: https://www.snort.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908200902.x7K92aae052645>