diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-05-30 06:59:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-05-30 06:59:33 +0000 |
commit | d7453e2ac3979246580908b4fbfd7fb9199917c6 (patch) | |
tree | a109b8390568e60e7cdf639722559f2c722bdc73 /security/ossec-hids-server/Makefile | |
parent | 884af2b045252039d920bd4f62997726f686ccbd (diff) | |
download | ports-d7453e2ac3979246580908b4fbfd7fb9199917c6.tar.gz ports-d7453e2ac3979246580908b4fbfd7fb9199917c6.zip |
- Update to 1.2
PR: 112960
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=192383
Diffstat (limited to 'security/ossec-hids-server/Makefile')
-rw-r--r-- | security/ossec-hids-server/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/ossec-hids-server/Makefile b/security/ossec-hids-server/Makefile index 9b749664b4b2..1d91fe92c0a3 100644 --- a/security/ossec-hids-server/Makefile +++ b/security/ossec-hids-server/Makefile @@ -6,10 +6,11 @@ # PORTNAME= ossec-hids -PORTVERSION= 1.1 -PORTREVISION?= 1 +PORTVERSION= 1.2 +PORTREVISION?= 0 CATEGORIES= security -MASTER_SITES= http://www.ossec.net/files/old/ +MASTER_SITES= http://www.ossec.net/files/ \ + http://www.ossec.net/files/old/ PKGNAMESUFFIX?= -server MAINTAINER= valerio.daelli@gmail.com |