Date: Tue, 30 Jan 2018 15:46:52 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460412 - head/security/snort3 Message-ID: <201801301546.w0UFkqrv046180@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Jan 30 15:46:52 2018 New Revision: 460412 URL: https://svnweb.freebsd.org/changeset/ports/460412 Log: Unbreak last commit. Pointy hat: dvl Sponsored by: Absolight Modified: head/security/snort3/Makefile (contents, props changed) head/security/snort3/distinfo (contents, props changed) Modified: head/security/snort3/Makefile ============================================================================== --- head/security/snort3/Makefile Tue Jan 30 15:39:56 2018 (r460411) +++ head/security/snort3/Makefile Tue Jan 30 15:46:52 2018 (r460412) @@ -5,7 +5,6 @@ PORTNAME= snort DISTVERSION= 3.0.0-a4.242 CATEGORIES= security PKGNAMESUFFIX= 3 -DISTNAME= BUILD_242 MAINTAINER= feld@FreeBSD.org COMMENT= Lightweight network intrusion detection system @@ -24,6 +23,12 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ libhwloc.so:devel/hwloc RUN_DEPENDS= daq>=2.2.2:net/daq +USES= autoreconf cpe libtool pathfix pkgconfig ssl +USE_GITHUB= yes +GH_ACCOUNT= snortadmin +GH_PROJECT= snort3 +GH_TAGNAME= BUILD_242 + OPTIONS_DEFINE= DEBUG LRGPCAP OPTIONS_SUB= yes @@ -36,21 +41,11 @@ DEBUG_CONFIGURE_DISABLE= corefiles DEBUG_MAKE_ENV= DONTSTRIP="yes" LRGPCAP_CONFIGURE_ENABLE= large-pcap -.include <bsd.port.options.mk> - -USES= autoreconf cpe libtool pathfix pkgconfig ssl -USE_GITHUB= yes -GH_ACCOUNT= snortadmin -GH_PROJECT= snort3 -GH_TAGNAME= BUILD_242 - GNU_CONFIGURE= yes USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include CONFLICTS= snort-2* - -WRKSRC= ${WRKDIR}/snort-3.0.0-a4 .include <bsd.port.mk> Modified: head/security/snort3/distinfo ============================================================================== --- head/security/snort3/distinfo Tue Jan 30 15:39:56 2018 (r460411) +++ head/security/snort3/distinfo Tue Jan 30 15:46:52 2018 (r460412) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517322356 -SHA256 (BUILD_242_GH0.tar.gz) = e3bbc0a2d36f533bb26bd53b0db9db35776c23f754514f7b03cbd9bd4863eee5 -SIZE (BUILD_242_GH0.tar.gz) = 6340850 +TIMESTAMP = 1517327070 +SHA256 (snortadmin-snort3-3.0.0-a4.242-BUILD_242_GH0.tar.gz) = e3bbc0a2d36f533bb26bd53b0db9db35776c23f754514f7b03cbd9bd4863eee5 +SIZE (snortadmin-snort3-3.0.0-a4.242-BUILD_242_GH0.tar.gz) = 6340850
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801301546.w0UFkqrv046180>