From owner-svn-ports-all@FreeBSD.ORG Sat Jun 29 21:35:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2C267AA9; Sat, 29 Jun 2013 21:35:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1D0EB16FB; Sat, 29 Jun 2013 21:35:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5TLZkif021224; Sat, 29 Jun 2013 21:35:46 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5TLZjKd021222; Sat, 29 Jun 2013 21:35:45 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201306292135.r5TLZjKd021222@svn.freebsd.org> From: Antoine Brodin Date: Sat, 29 Jun 2013 21:35:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322061 - head/security/prelude-lml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jun 2013 21:35:46 -0000 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