diff options
-rw-r--r-- | security/snort/Makefile | 6 | ||||
-rw-r--r-- | security/snort/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index b94ad400e1fc..e6b216272150 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= snort -PORTVERSION= 2.9.7.0 +PORTVERSION= 2.9.7.2 CATEGORIES= security MASTER_SITES= SF/snort/snort \ http://mirrors.rit.edu/zi/ @@ -107,8 +107,8 @@ CONFIGURE_ARGS+=--enable-reload \ --with-dnet-libraries=${LIBNET_LIBDIR} post-patch: - @${FIND} ${WRKSRC} \( -name 'Makefile.in' -o -name snort.conf \) -print0 | \ - ${XARGS} -0 ${REINPLACE_CMD} -e 's|lib/snort_|lib/snort/|g' +#@${FIND} ${WRKSRC} \( -name 'Makefile.in' -o -name snort.conf \) -print0 | \ +#${XARGS} -0 ${REINPLACE_CMD} -e 's|lib/snort_|lib/snort/|g' @${REINPLACE_CMD} "s,/etc/snort.conf,${ETCDIR}/snort.conf," \ ${WRKSRC}/src/snort.c ${WRKSRC}/snort.8 diff --git a/security/snort/distinfo b/security/snort/distinfo index c68a48c278c4..1c11894ab1a7 100644 --- a/security/snort/distinfo +++ b/security/snort/distinfo @@ -1,2 +1,2 @@ -SHA256 (snort-2.9.7.0.tar.gz) = 9738afea45d20b7f77997cc00055e7dd70f6aea0101209d87efec4bc4eace49b -SIZE (snort-2.9.7.0.tar.gz) = 6340553 +SHA256 (snort-2.9.7.2.tar.gz) = db57c532919d9ababac127f29dbdc05ed832394880e46cad81a5dde713ccb4be +SIZE (snort-2.9.7.2.tar.gz) = 6352738 |