svn commit: r323144 - head/mail/roundcube-automatic_addressbook

Martin Wilke miwi at FreeBSD.org
Wed Jul 17 04:05:34 UTC 2013


Author: miwi
Date: Wed Jul 17 04:05:33 2013
New Revision: 323144
URL: http://svnweb.freebsd.org/changeset/ports/323144

Log:
  - Fix plist to keep user configuration files safe.
  
  PR:		180575
  Submitted by:	maintainer

Modified:
  head/mail/roundcube-automatic_addressbook/Makefile
  head/mail/roundcube-automatic_addressbook/pkg-plist

Modified: head/mail/roundcube-automatic_addressbook/Makefile
==============================================================================
--- head/mail/roundcube-automatic_addressbook/Makefile	Wed Jul 17 04:04:51 2013	(r323143)
+++ head/mail/roundcube-automatic_addressbook/Makefile	Wed Jul 17 04:05:33 2013	(r323144)
@@ -2,6 +2,7 @@
 
 PORTNAME=	automatic_addressbook
 PORTVERSION=	0.4
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://code.crapouillou.net/attachments/download/19/
 PKGNAMEPREFIX=	roundcube-

Modified: head/mail/roundcube-automatic_addressbook/pkg-plist
==============================================================================
--- head/mail/roundcube-automatic_addressbook/pkg-plist	Wed Jul 17 04:04:51 2013	(r323143)
+++ head/mail/roundcube-automatic_addressbook/pkg-plist	Wed Jul 17 04:05:33 2013	(r323144)
@@ -33,6 +33,6 @@
 %%WWWDIR%%/localization/zh_CN.inc
 %%WWWDIR%%/package.xml
 @dirrm %%WWWDIR%%/localization
- at dirrm %%WWWDIR%%/config
 @dirrm %%WWWDIR%%/SQL
+ at dirrmtry %%WWWDIR%%/config
 @dirrmtry %%WWWDIR%%


More information about the svn-ports-all mailing list