svn commit: r321326 - head/security/libprelude

Antoine Brodin antoine at FreeBSD.org
Wed Jun 19 21:03:42 UTC 2013


Author: antoine
Date: Wed Jun 19 21:03:41 2013
New Revision: 321326
URL: http://svnweb.freebsd.org/changeset/ports/321326

Log:
  Add a missing directory to pkg-plist

Modified:
  head/security/libprelude/Makefile
  head/security/libprelude/pkg-plist

Modified: head/security/libprelude/Makefile
==============================================================================
--- head/security/libprelude/Makefile	Wed Jun 19 21:03:00 2013	(r321325)
+++ head/security/libprelude/Makefile	Wed Jun 19 21:03:41 2013	(r321326)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libprelude
 PORTVERSION=	1.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	https://www.prelude-ids.org/attachments/download/241/
 

Modified: head/security/libprelude/pkg-plist
==============================================================================
--- head/security/libprelude/pkg-plist	Wed Jun 19 21:03:00 2013	(r321325)
+++ head/security/libprelude/pkg-plist	Wed Jun 19 21:03:41 2013	(r321326)
@@ -101,3 +101,5 @@ share/aclocal/libprelude.m4
 @dirrm etc/prelude/default
 @dirrmtry etc/prelude/profile
 @dirrmtry etc/prelude
+ at exec install -d -o root -g wheel -m 711 /var/spool/prelude
+ at unexec rmdir /var/spool/prelude 2>/dev/null || true


More information about the svn-ports-all mailing list