From a4c621ac542a5046fad59c449672f36850c42236 Mon Sep 17 00:00:00 2001 From: sergei Date: Thu, 4 Dec 2003 14:27:49 +0000 Subject: - Update to 1.1.3 - Add MASTER_SITES While I'm here: - Re-arrange Makefile variables - Shorten COMMENT to fit the limit - Remove unnecessary WRKSRC (default value) PR: 59798 Submitted by: maintainer --- security/hunch/Makefile | 11 ++++++----- security/hunch/distinfo | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'security/hunch') diff --git a/security/hunch/Makefile b/security/hunch/Makefile index c5162570c852..c4361f52b8a0 100644 --- a/security/hunch/Makefile +++ b/security/hunch/Makefile @@ -6,20 +6,21 @@ # PORTNAME= hunch -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.3 CATEGORIES= security -MASTER_SITES= http://web.cs.cmu.edu/~dpelleg/download/ +MASTER_SITES= http://s89813419.onlinehome.us/ \ + http://web.cs.cmu.edu/~dpelleg/download/ MAINTAINER= daniel+hunch@pelleg.org -COMMENT= Scan httpd log files, find vulnerability probes, mail admins +COMMENT= Scan httpd log files for vulnerability probes, mail admins RUN_DEPENDS= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net +USE_PERL5= yes + IS_INTERACTIVE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_PACKAGE= too interactive NO_BUILD= true -USE_PERL5= YES do-install: @${ECHO_MSG} "Installing files" diff --git a/security/hunch/distinfo b/security/hunch/distinfo index 04cfe9b6772d..36024e1969b6 100644 --- a/security/hunch/distinfo +++ b/security/hunch/distinfo @@ -1 +1 @@ -MD5 (hunch-1.1.1.tar.gz) = 8bc62c3f8649488c1b5e437eaac05269 +MD5 (hunch-1.1.3.tar.gz) = 2fc586ef1e9ea69a4029c17a6ba3b01b -- cgit