diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2013-05-01 09:02:50 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2013-05-01 09:02:50 +0000 |
commit | 0429f9a4a485435873bc5ac81b8ab30511820996 (patch) | |
tree | afe042158f492485e51592d69d49934bc9d6161d /security/snort-rep/Makefile | |
parent | - fix package for OPTION EMACS (diff) |
- Fix a call of Perl's timelocal() for timestamps with seconds out of [0..59].
[1]
- Convert Makefile header to new style.
PR: 168926 [1]
Submitted by: Filip Valder <filip@valder.cz> [1]
Diffstat (limited to 'security/snort-rep/Makefile')
-rw-r--r-- | security/snort-rep/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/snort-rep/Makefile b/security/snort-rep/Makefile index 04c6c5c759b4..69946f4f2c64 100644 --- a/security/snort-rep/Makefile +++ b/security/snort-rep/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: snort-rep -# Date created: Jul 19, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= snort-rep PORTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://david.schweikert.ch/software/snort-rep/pub/ |