svn commit: r460412 - head/security/snort3

Mathieu Arnold mat at FreeBSD.org
Tue Jan 30 15:46:53 UTC 2018


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 at 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


More information about the svn-ports-all mailing list