Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2013 21:35:45 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322061 - head/security/prelude-lml
Message-ID:  <201306292135.r5TLZjKd021222@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jun 29 21:35:45 2013
New Revision: 322061
URL: http://svnweb.freebsd.org/changeset/ports/322061

Log:
  - Do not modify charset.alias
  - Add a directory created by the port to pkg-plist

Modified:
  head/security/prelude-lml/Makefile
  head/security/prelude-lml/pkg-plist

Modified: head/security/prelude-lml/Makefile
==============================================================================
--- head/security/prelude-lml/Makefile	Sat Jun 29 21:31:50 2013	(r322060)
+++ head/security/prelude-lml/Makefile	Sat Jun 29 21:35:45 2013	(r322061)
@@ -3,7 +3,7 @@
 
 PORTNAME=	prelude-lml
 PORTVERSION=	1.0.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	security
 MASTER_SITES=	https://www.prelude-ids.org/attachments/download/242/
 
@@ -25,7 +25,7 @@ USE_AUTOTOOLS=	libltdl
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	prelude-lml
 CONFIGURE_ARGS+=	--with-html-dir=${PREFIX}/share/doc
-USES=		pkgconfig gettext iconv
+USES=		charsetfix gettext iconv pkgconfig
 
 OPTIONS_DEFINE=	FAM
 

Modified: head/security/prelude-lml/pkg-plist
==============================================================================
--- head/security/prelude-lml/pkg-plist	Sat Jun 29 21:31:50 2013	(r322060)
+++ head/security/prelude-lml/pkg-plist	Sat Jun 29 21:35:45 2013	(r322061)
@@ -79,4 +79,6 @@ lib/prelude-lml/pcre.so
 @dirrm include/prelude-lml
 @dirrm etc/prelude-lml/ruleset
 @dirrmtry etc/prelude-lml
+@exec install -d -o root -g wheel -m 700 /var/spool/prelude-lml
+@unexec rmdir /var/spool/prelude-lml 2>/dev/null || true
 @unexec echo "If you are permanently removing this port, you should remove ${PKG_PREFIX}/etc/prelude-lml and /var/spool/prelude-lml directories to clean up any configuration and logfile metadata files left." | fmt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306292135.r5TLZjKd021222>