diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-21 10:49:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-21 10:49:50 +0000 |
commit | 53420c6c285d0265b3798fe4d62803d5aef3dab1 (patch) | |
tree | 322e19f33b8f3bc210a3e6691c6f7558698bcb26 /security | |
parent | Update to 0.30. (diff) |
- Fix fetch
Reported by: pointyhat
Hat: portmgr
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=241858
Diffstat (limited to 'security')
-rw-r--r-- | security/snort/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 676eda11a508..3f135d51d5ff 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -10,7 +10,8 @@ PORTVERSION= 2.8.4.1 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.snort.org/dl/ \ - http://dl.snort.org/snort-current/ + http://dl.snort.org/snort-current/ \ + http://dl.snort.org/snort284/ MAINTAINER= clsung@FreeBSD.org COMMENT= Lightweight network intrusion detection system |