svn commit: r322061 - head/security/prelude-lml
Antoine Brodin
antoine at FreeBSD.org
Sat Jun 29 21:35:46 UTC 2013
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
+ at exec install -d -o root -g wheel -m 700 /var/spool/prelude-lml
+ at 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
More information about the svn-ports-head
mailing list