diff options
author | sergei <sergei@FreeBSD.org> | 2003-12-04 22:27:49 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-12-04 22:27:49 +0800 |
commit | a4c621ac542a5046fad59c449672f36850c42236 (patch) | |
tree | c26cd16c5d68413f174a857ef2a404d97f355a3d /security/hunch | |
parent | 715d7b49e9c6c2d93d15f4e40c7bd3e1ab7f6467 (diff) | |
download | freebsd-ports-gnome-a4c621ac542a5046fad59c449672f36850c42236.tar.gz freebsd-ports-gnome-a4c621ac542a5046fad59c449672f36850c42236.tar.zst freebsd-ports-gnome-a4c621ac542a5046fad59c449672f36850c42236.zip |
- 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
Diffstat (limited to 'security/hunch')
-rw-r--r-- | security/hunch/Makefile | 11 | ||||
-rw-r--r-- | security/hunch/distinfo | 2 |
2 files changed, 7 insertions, 6 deletions
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 |