pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/roundcube roundcube: install 'installer' director...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fab209da0c1e
branches:  trunk
changeset: 344355:fab209da0c1e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 19 05:26:21 2019 +0000

description:
roundcube: install 'installer' directory for easier installation/upgrade

Depend on php-zip for zip support.

Bump PKGREVISION.

diffstat:

 mail/roundcube/Makefile |   6 ++++--
 mail/roundcube/PLIST    |  14 +++++++++++++-
 2 files changed, 17 insertions(+), 3 deletions(-)

diffs (58 lines):

diff -r f5a04e5986b9 -r fab209da0c1e mail/roundcube/Makefile
--- a/mail/roundcube/Makefile   Mon Nov 18 20:47:24 2019 +0000
+++ b/mail/roundcube/Makefile   Tue Nov 19 05:26:21 2019 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.90 2019/05/23 19:23:08 rillig Exp $
+# $NetBSD: Makefile,v 1.91 2019/11/19 05:26:21 wiz Exp $
 
 DISTNAME=      roundcubemail-${RC_VERS}
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME:S/mail-/-/}
+PKGREVISION=   1
 
 MAINTAINER=    taca%NetBSD.org@localhost
 COMMENT=       Browser-based multilingual IMAP client
@@ -20,6 +21,7 @@
 DEPENDS+=      ${PHP_PKG_PREFIX}-exif>=${PHP_BASE_VERS}:../../graphics/php-exif
 DEPENDS+=      ${PHP_PKG_PREFIX}-intl>=${PHP_BASE_VERS}:../../textproc/php-intl
 DEPENDS+=      ${PHP_PKG_PREFIX}-json>=${PHP_BASE_VERS}:../../textproc/php-json
+DEPENDS+=      ${PHP_PKG_PREFIX}-zip>=${PHP_BASE_VERS}:../../archivers/php-zip
 
 DEPENDS+=      ${PHP_PKG_PREFIX}-pear-Net_Sieve>=1.3.2:../../net/pear-Net_Sieve
 DEPENDS+=      ${PHP_PKG_PREFIX}-pear-Net_SMTP>=1.7.1:../../net/pear-Net_SMTP
@@ -27,7 +29,7 @@
 DEPENDS+=      ${PHP_PKG_PREFIX}-pear-Mail_Mime>=1.10.0:../../mail/pear-Mail_Mime
 DEPENDS+=      ${PHP_PKG_PREFIX}-pear-Auth_SASL>=1.0.6:../../mail/pear-Auth_SASL
 
-RC_SUBDIRS=    SQL bin plugins program skins
+RC_SUBDIRS=    SQL bin installer plugins program skins
 TMCE_SUBDIRS=  langs plugins skins themes
 CM_SUBDIRS=    lib mode/sieve addon/selection
 CONF_PLUGINS=  acl additional_message_headers database_attachments \
diff -r f5a04e5986b9 -r fab209da0c1e mail/roundcube/PLIST
--- a/mail/roundcube/PLIST      Mon Nov 18 20:47:24 2019 +0000
+++ b/mail/roundcube/PLIST      Tue Nov 19 05:26:21 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.45 2018/05/16 08:14:40 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.46 2019/11/19 05:26:21 wiz Exp $
 share/doc/roundcube/INSTALL
 share/doc/roundcube/LICENSE
 share/doc/roundcube/README.md
@@ -142,6 +142,18 @@
 share/roundcube/bin/updatecss.sh
 share/roundcube/bin/updatedb.sh
 share/roundcube/index.php
+share/roundcube/installer/check.php
+share/roundcube/installer/client.js
+share/roundcube/installer/config.php
+share/roundcube/installer/images/add.png
+share/roundcube/installer/images/banner_gradient.gif
+share/roundcube/installer/images/banner_schraffur.gif
+share/roundcube/installer/images/delete.png
+share/roundcube/installer/images/error.png
+share/roundcube/installer/images/roundcube_logo.png
+share/roundcube/installer/index.php
+share/roundcube/installer/styles.css
+share/roundcube/installer/test.php
 share/roundcube/plugins/acl/acl.js
 share/roundcube/plugins/acl/acl.php
 share/roundcube/plugins/acl/composer.json



Home | Main Index | Thread Index | Old Index