Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2017 21:57:12 +0000 (UTC)
From:      Richard Gallamore <ultima@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447576 - in head/mail/roundcube-automatic_addressbook: . files
Message-ID:  <201708082157.v78LvCM6031566@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ultima
Date: Tue Aug  8 21:57:12 2017
New Revision: 447576
URL: https://svnweb.freebsd.org/changeset/ports/447576

Log:
  * Updated to 0.4.3
  * Cleanup Makefile
  * Provide improve pkg-message to make installing and upgrading easier
  
  Changes:	https://github.com/sblaisot/automatic_addressbook/compare/0.4.2...0.4.3
  
  PR:		221148
  Submitted by:	Andrej Ebert (maintainer)
  Reviewed by:	matthew (mentor), mat
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11896

Modified:
  head/mail/roundcube-automatic_addressbook/Makefile
  head/mail/roundcube-automatic_addressbook/distinfo
  head/mail/roundcube-automatic_addressbook/files/pkg-message.in

Modified: head/mail/roundcube-automatic_addressbook/Makefile
==============================================================================
--- head/mail/roundcube-automatic_addressbook/Makefile	Tue Aug  8 21:32:13 2017	(r447575)
+++ head/mail/roundcube-automatic_addressbook/Makefile	Tue Aug  8 21:57:12 2017	(r447576)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	automatic_addressbook
-PORTVERSION=	0.4.2
+PORTVERSION=	0.4.3
 CATEGORIES=	mail
 PKGNAMEPREFIX=	roundcube-
 
@@ -12,11 +12,11 @@ LICENSE=	GPLv3
 
 RUN_DEPENDS=	roundcube>=0.8:mail/roundcube
 
-NO_BUILD=	yes
-NO_ARCH=	yes
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	sblaisot
+
+NO_BUILD=	yes
+NO_ARCH=	yes
 
 RCDIR=		${PREFIX}/www/roundcube
 WWWDIR=		${RCDIR}/plugins/automatic_addressbook

Modified: head/mail/roundcube-automatic_addressbook/distinfo
==============================================================================
--- head/mail/roundcube-automatic_addressbook/distinfo	Tue Aug  8 21:32:13 2017	(r447575)
+++ head/mail/roundcube-automatic_addressbook/distinfo	Tue Aug  8 21:57:12 2017	(r447576)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476010533
-SHA256 (sblaisot-automatic_addressbook-0.4.2_GH0.tar.gz) = dd87e51f430aee9b9f2fa4823ec2c79f085f0fca01f8497d74c6212d2fd9c71f
-SIZE (sblaisot-automatic_addressbook-0.4.2_GH0.tar.gz) = 30071
+TIMESTAMP = 1501588731
+SHA256 (sblaisot-automatic_addressbook-0.4.3_GH0.tar.gz) = ccc6631bd687196b0e86810096482ac116afdf5e2589ecc4617ca871bfc4a52f
+SIZE (sblaisot-automatic_addressbook-0.4.3_GH0.tar.gz) = 30193

Modified: head/mail/roundcube-automatic_addressbook/files/pkg-message.in
==============================================================================
--- head/mail/roundcube-automatic_addressbook/files/pkg-message.in	Tue Aug  8 21:32:13 2017	(r447575)
+++ head/mail/roundcube-automatic_addressbook/files/pkg-message.in	Tue Aug  8 21:57:12 2017	(r447576)
@@ -7,15 +7,17 @@ chosen database backend :
 
 %%PLUGINDIR%%/SQL/<dbtype>.initial.sql
 
+If your Roundcube Database starts with a prefix set the prefix also in the SQL Statement: "REFERENCES `PREFIX_users`(`user_id`)"
+
 You will also need to copy :
 %%PLUGINDIR%%/config/config.inc.php.dist to
 %%PLUGINDIR%%/config/config.inc.php
 and edit as you need.
 
 Finally, you will need to add the plugin to your list of loadable
-plugins in %%RCDIR%%/config/main.inc.php :
+plugins in %%RCDIR%%/config/main.inc.php or %%RCDIR%%/config/config.inc.php depending on your roundcube version, for example:
 
-E.g. : $rcmail_config['plugins'] = array('automatic_addressbook');
+    $rcmail_config['plugins'] = array('automatic_addressbook',);
 
 UPGRADING
 
@@ -23,6 +25,6 @@ If you already had a previous version of automatic add
 installed, you should update your database schema by executing the
 relevant upgrade SQL script for your chosen database backend :
 
-%%WWWDIR%%/SQL/<dbtype>.upgrade.sql
+%%PLUGINDIR%%/SQL/<dbtype>.update.sql scripts.
 
 ---------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708082157.v78LvCM6031566>