diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-21 18:49:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-21 18:49:50 +0800 |
commit | 2c09c974e312390c097cd5271feca235ad117e69 (patch) | |
tree | 15313adc125a7cfedb1fe8a905e63d469d1480eb | |
parent | c632190e430fe49a2855ce27b4b72160701b3f05 (diff) | |
download | freebsd-ports-gnome-2c09c974e312390c097cd5271feca235ad117e69.tar.gz freebsd-ports-gnome-2c09c974e312390c097cd5271feca235ad117e69.tar.zst freebsd-ports-gnome-2c09c974e312390c097cd5271feca235ad117e69.zip |
- Fix fetch
Reported by: pointyhat
Hat: portmgr
Feature safe: yes
-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 |