From owner-svn-ports-all@freebsd.org Tue Aug 8 21:57:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 070E1DD2F77; Tue, 8 Aug 2017 21:57:14 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D73A1754C2; Tue, 8 Aug 2017 21:57:13 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v78LvDRI031569; Tue, 8 Aug 2017 21:57:13 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v78LvCM6031566; Tue, 8 Aug 2017 21:57:12 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201708082157.v78LvCM6031566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Tue, 8 Aug 2017 21:57:12 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: in head/mail/roundcube-automatic_addressbook: . files X-SVN-Commit-Revision: 447576 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2017 21:57:14 -0000 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/.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/.upgrade.sql +%%PLUGINDIR%%/SQL/.update.sql scripts. ---------------------------------------------------------------------