aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorultima <ultima@FreeBSD.org>2017-08-09 05:57:12 +0800
committerultima <ultima@FreeBSD.org>2017-08-09 05:57:12 +0800
commit9632425d320e35f577ef5b1f76398259e7a42cb2 (patch)
treef7f03bbab81160f0ecbfc93761599d203255604b /mail
parent5645b5e29247637740e4bdd7cc9cacc18bbb13ec (diff)
downloadfreebsd-ports-gnome-9632425d320e35f577ef5b1f76398259e7a42cb2.tar.gz
freebsd-ports-gnome-9632425d320e35f577ef5b1f76398259e7a42cb2.tar.zst
freebsd-ports-gnome-9632425d320e35f577ef5b1f76398259e7a42cb2.zip
* 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
Diffstat (limited to 'mail')
-rw-r--r--mail/roundcube-automatic_addressbook/Makefile8
-rw-r--r--mail/roundcube-automatic_addressbook/distinfo6
-rw-r--r--mail/roundcube-automatic_addressbook/files/pkg-message.in8
3 files changed, 12 insertions, 10 deletions
diff --git a/mail/roundcube-automatic_addressbook/Makefile b/mail/roundcube-automatic_addressbook/Makefile
index 323c017b81db..08b711ba9273 100644
--- a/mail/roundcube-automatic_addressbook/Makefile
+++ b/mail/roundcube-automatic_addressbook/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= automatic_addressbook
-PORTVERSION= 0.4.2
+PORTVERSION= 0.4.3
CATEGORIES= mail
PKGNAMEPREFIX= roundcube-
@@ -12,12 +12,12 @@ 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
diff --git a/mail/roundcube-automatic_addressbook/distinfo b/mail/roundcube-automatic_addressbook/distinfo
index 77a3060e5941..c2e214cad533 100644
--- a/mail/roundcube-automatic_addressbook/distinfo
+++ b/mail/roundcube-automatic_addressbook/distinfo
@@ -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
diff --git a/mail/roundcube-automatic_addressbook/files/pkg-message.in b/mail/roundcube-automatic_addressbook/files/pkg-message.in
index f0827639dfec..b810e15b74b0 100644
--- a/mail/roundcube-automatic_addressbook/files/pkg-message.in
+++ b/mail/roundcube-automatic_addressbook/files/pkg-message.in
@@ -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 addressbook plugin
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.
---------------------------------------------------------------------