pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/roundcube



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov 19 05:26:21 UTC 2019

Modified Files:
        pkgsrc/mail/roundcube: Makefile PLIST

Log Message:
roundcube: install 'installer' directory for easier installation/upgrade

Depend on php-zip for zip support.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/mail/roundcube/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/mail/roundcube/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/roundcube/Makefile
diff -u pkgsrc/mail/roundcube/Makefile:1.90 pkgsrc/mail/roundcube/Makefile:1.91
--- pkgsrc/mail/roundcube/Makefile:1.90 Thu May 23 19:23:08 2019
+++ pkgsrc/mail/roundcube/Makefile      Tue Nov 19 05:26:21 2019
@@ -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}-mbstring>=${
 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-Net_IDN
 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 \

Index: pkgsrc/mail/roundcube/PLIST
diff -u pkgsrc/mail/roundcube/PLIST:1.45 pkgsrc/mail/roundcube/PLIST:1.46
--- pkgsrc/mail/roundcube/PLIST:1.45    Wed May 16 08:14:40 2018
+++ pkgsrc/mail/roundcube/PLIST Tue Nov 19 05:26:21 2019
@@ -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/update.sh
 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