diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-01-17 13:55:14 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-01-17 13:55:14 +0000 |
commit | 4aca24576436b469d9264be9882d5c5da5804ddf (patch) | |
tree | d6be97f08b35c2547fb9247aa09bd559228401be /security/barnyard2 | |
parent | 9616482e5e6f407179cbfa04cc93bd644042c631 (diff) | |
download | ports-4aca24576436b469d9264be9882d5c5da5804ddf.tar.gz ports-4aca24576436b469d9264be9882d5c5da5804ddf.zip |
Notes
Diffstat (limited to 'security/barnyard2')
-rw-r--r-- | security/barnyard2/Makefile | 7 | ||||
-rw-r--r-- | security/barnyard2/distinfo | 6 | ||||
-rw-r--r-- | security/barnyard2/files/pkg-message.in | 13 |
3 files changed, 8 insertions, 18 deletions
diff --git a/security/barnyard2/Makefile b/security/barnyard2/Makefile index 509b34c3c8df..6eea4fc6732f 100644 --- a/security/barnyard2/Makefile +++ b/security/barnyard2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= barnyard2 -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= security MASTER_SITES= http://www.securixlive.com/download/barnyard2/ @@ -39,6 +39,10 @@ USE_PGSQL= yes CONFIGURE_ARGS+= --with-postgresql .endif +post-patch: + ${REINPLACE_CMD} -e "s,644,755,g" ${WRKSRC}/Makefile.in \ + ${WRKSRC}/configure + post-install: .for f in barnyard2.conf @@ -48,7 +52,6 @@ post-install: .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -# cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif diff --git a/security/barnyard2/distinfo b/security/barnyard2/distinfo index 661d90b89f71..1e71a06d138e 100644 --- a/security/barnyard2/distinfo +++ b/security/barnyard2/distinfo @@ -1,3 +1,3 @@ -MD5 (barnyard2-1.6.tar.gz) = fe49fae09f585677af7dda53f3f4bedf -SHA256 (barnyard2-1.6.tar.gz) = c8b9b58d48b420634c502d27f21cbdaf42df0205abeb2970f9ee7e114744433b -SIZE (barnyard2-1.6.tar.gz) = 631471 +MD5 (barnyard2-1.7.tar.gz) = 6801649c45287799354e0a458af737ef +SHA256 (barnyard2-1.7.tar.gz) = a9bd56c2887111f3c114e82fc9277ee759a5005374081136e76d950ff390fd1b +SIZE (barnyard2-1.7.tar.gz) = 652605 diff --git a/security/barnyard2/files/pkg-message.in b/security/barnyard2/files/pkg-message.in index 28d241e0a8c2..577e6d1ff69d 100644 --- a/security/barnyard2/files/pkg-message.in +++ b/security/barnyard2/files/pkg-message.in @@ -1,16 +1,3 @@ -************************************************************************ -**************************WARNING****WARNING**************************** -**************************WARNING****WARNING**************************** - -This version of barnyard2 does not correctly parse the waldo file. As a -result, each time barnyard2 is restarted, all alerts remaining in the -snort log directory will be reinserted into the database. If this is a -a problem for you, consider using security/barnyard2-devel, which has -resolved this problem. - -**************************WARNING****WARNING**************************** -**************************WARNING****WARNING**************************** - Read the notes in the barnyard2.conf file for how to configure %%PREFIX%%/etc/barnyard2.conf after installation. For addtional information see the Securixlive FAQ at http://www.securixlive.com/barnyard2/faq.php. |