diff options
author | zi <zi@FreeBSD.org> | 2015-03-13 19:54:29 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2015-03-13 19:54:29 +0800 |
commit | e8d7f46ab671234fe656948e044ca52d1ac5cd56 (patch) | |
tree | 1e809e72d0c8b9a1ef4ca1b5557b19b2be1216e2 /security/snort | |
parent | ba04150208fd127d4c658eadf6c9970ffd3121bc (diff) | |
download | freebsd-ports-gnome-e8d7f46ab671234fe656948e044ca52d1ac5cd56.tar.gz freebsd-ports-gnome-e8d7f46ab671234fe656948e044ca52d1ac5cd56.tar.zst freebsd-ports-gnome-e8d7f46ab671234fe656948e044ca52d1ac5cd56.zip |
- Update to 2.9.7.2
Diffstat (limited to 'security/snort')
-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 |