svn commit: r343408 - head/net-im/prosody

David Thiel lx at FreeBSD.org
Sat Feb 8 23:31:04 UTC 2014


Author: lx
Date: Sat Feb  8 23:31:03 2014
New Revision: 343408
URL: http://svnweb.freebsd.org/changeset/ports/343408
QAT: https://qat.redports.org/buildarchive/r343408/

Log:
  Remove certificate-related makefile and .cnf files on deinstall.
  
  Submitted by:	QAT

Modified:
  head/net-im/prosody/pkg-plist

Modified: head/net-im/prosody/pkg-plist
==============================================================================
--- head/net-im/prosody/pkg-plist	Sat Feb  8 23:23:36 2014	(r343407)
+++ head/net-im/prosody/pkg-plist	Sat Feb  8 23:31:03 2014	(r343408)
@@ -3,8 +3,9 @@ bin/prosodyctl
 @unexec if cmp -s %D/etc/prosody/prosody.cfg.lua.sample %D/etc/prosody/prosody.cfg.lua; then rm -f %D/etc/prosody/prosody.cfg.lua; fi
 etc/prosody/prosody.cfg.lua.sample
 @exec if [ ! -f %D/etc/prosody/prosody.cfg.lua ]; then cp -p %D/etc/prosody/prosody.cfg.lua.sample %D/etc/prosody/prosody.cfg.lua; fi
- at dirrmtry etc/prosody/certs
- at dirrmtry etc/prosody
+etc/prosody/certs/Makefile
+etc/prosody/certs/localhost.cnf
+etc/prosody/certs/openssl.cnf
 lib/prosody/core/certmanager.lua
 lib/prosody/core/configmanager.lua
 lib/prosody/core/hostmanager.lua
@@ -135,6 +136,8 @@ lib/prosody/util/sasl/digest-md5.lua
 lib/prosody/util/sasl/plain.lua
 lib/prosody/util/sasl/scram.lua
 lib/prosody/util/sasl_cyrus.lua
+ at dirrmtry etc/prosody/certs
+ at dirrmtry etc/prosody
 @dirrm lib/prosody/util/sasl
 @dirrm lib/prosody/util
 @dirrm lib/prosody/net/http


More information about the svn-ports-all mailing list