[Midnightbsd-cvs] mports: security/snort: Update snort to 2.8.2.1.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 24 09:58:43 EDT 2008


Log Message:
-----------
Update snort to 2.8.2.1.  Remove version checks that areuneeded.  Don't cat the pkg-message manually

Modified Files:
--------------
    mports/security/snort:
        Makefile (r1.1 -> r1.2)
        distinfo (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/snort/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L security/snort/Makefile -L security/snort/Makefile -u -r1.1 -r1.2
--- security/snort/Makefile
+++ security/snort/Makefile
@@ -6,8 +6,7 @@
 # $MidnightBSD$
 
 PORTNAME=	snort
-PORTVERSION=	2.8.2
-PORTREVISION=	1
+PORTVERSION=	2.8.2.1
 CATEGORIES=	security
 MASTER_SITES=	http://www.snort.org/dl/current/
 
@@ -16,8 +15,6 @@
 LICENSE=        gpl2
 LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre
 
-CONFLICTS?=	snort-1.* snort-2.[0-7].*
-
 OPTIONS=	DYNAMIC "Enable dynamic plugin support" on \
 		FLEXRESP "Flexible response to events" off \
 		FLEXRESP2 "Flexible response to events (version 2)" off \
@@ -45,10 +42,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 500036
-EXTRA_PATCHES+=	${FILESDIR}/extra-patch-src-sf_snort_plugin_api.h
-.endif
-
 .if defined(WITH_FLEXRESP)
 LIBNET_CONFIG?=		${LOCALBASE}/bin/libnet10-config
 .elif defined(WITH_FLEXRESP2)
@@ -167,6 +160,5 @@
 	@${MKDIR} ${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
 .endif
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/security/snort/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L security/snort/distinfo -L security/snort/distinfo -u -r1.1 -r1.2
--- security/snort/distinfo
+++ security/snort/distinfo
@@ -1,3 +1,3 @@
-MD5 (snort-2.8.2.tar.gz) = ce431672bdfd9e9730871a5f80a43550
-SHA256 (snort-2.8.2.tar.gz) = 36911561edf0d46970b0867c31a5f3ccd33ef90471e18dee2e4af789265eb10f
-SIZE (snort-2.8.2.tar.gz) = 4375116
+MD5 (snort-2.8.2.1.tar.gz) = b39e784dd8a5cf180aae20e94a7b52dd
+SHA256 (snort-2.8.2.1.tar.gz) = 55ffb0bf34eac5ce48e3b517a83d6c05f838d864586cebbd7d14d575ba2d5d7b
+SIZE (snort-2.8.2.1.tar.gz) = 4377110


More information about the Midnightbsd-cvs mailing list