aboutsummaryrefslogtreecommitdiff
path: root/www/groupoffice
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2018-01-28 14:32:21 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2018-01-28 14:32:21 +0000
commit5335e3adb05bc0d471bd7897340b39e719bd2822 (patch)
tree5a428deacf13de94c7368aacc6f5cc09e70010e1 /www/groupoffice
parentbc177a83603c3bc34701275ee9c2298b5cf64ffd (diff)
downloadports-5335e3adb05bc0d471bd7897340b39e719bd2822.tar.gz
ports-5335e3adb05bc0d471bd7897340b39e719bd2822.zip
Notes
Diffstat (limited to 'www/groupoffice')
-rw-r--r--www/groupoffice/Makefile2
-rw-r--r--www/groupoffice/distinfo6
-rw-r--r--www/groupoffice/pkg-plist56
3 files changed, 60 insertions, 4 deletions
diff --git a/www/groupoffice/Makefile b/www/groupoffice/Makefile
index e26eb7702c1d..982176fbe2a9 100644
--- a/www/groupoffice/Makefile
+++ b/www/groupoffice/Makefile
@@ -3,7 +3,7 @@
PORTNAME= groupoffice
DISTVERSIONPREFIX= com-
-DISTVERSION= 6.2.77
+DISTVERSION= 6.2.79
CATEGORIES= www
MASTER_SITES= SF/group-office/${DISTVERSION:R}
diff --git a/www/groupoffice/distinfo b/www/groupoffice/distinfo
index 25fb4bb15516..c5223c4afb48 100644
--- a/www/groupoffice/distinfo
+++ b/www/groupoffice/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516147276
-SHA256 (groupoffice-com-6.2.77.tar.gz) = d18f0e293bd804a961371cbab5d4c8bf8b18a60102eb7451020b14b2877dfc2f
-SIZE (groupoffice-com-6.2.77.tar.gz) = 34166627
+TIMESTAMP = 1517146020
+SHA256 (groupoffice-com-6.2.79.tar.gz) = 5d75b1a2efb8242411801944577fd22c57200c8ef38dca4605a203dbc76871db
+SIZE (groupoffice-com-6.2.79.tar.gz) = 34229059
diff --git a/www/groupoffice/pkg-plist b/www/groupoffice/pkg-plist
index e9abf8c451fe..74e80027fbb8 100644
--- a/www/groupoffice/pkg-plist
+++ b/www/groupoffice/pkg-plist
@@ -2342,6 +2342,7 @@
%%WWWDIR%%/modules/email/install/uninstall.sql
%%WWWDIR%%/modules/email/install/updates.inc.php
%%WWWDIR%%/modules/email/install/updatescripts/2_imap_encryption.php
+%%WWWDIR%%/modules/email/install/updatescripts/3_re_encrypt.php
%%WWWDIR%%/modules/email/install/updatescripts/encrypt.inc.php
%%WWWDIR%%/modules/email/language/bg.php
%%WWWDIR%%/modules/email/language/bn_BD.php
@@ -4924,6 +4925,7 @@
%%WWWDIR%%/sounds/message-new-email.mp3
%%WWWDIR%%/sounds/message-new-email.ogg
%%WWWDIR%%/vendor/autoload.php
+%%WWWDIR%%/vendor/bin/generate-defuse-key
%%WWWDIR%%/vendor/bin/generate_vcards
%%WWWDIR%%/vendor/bin/naturalselection
%%WWWDIR%%/vendor/bin/sabredav
@@ -4937,6 +4939,40 @@
%%WWWDIR%%/vendor/composer/autoload_real.php
%%WWWDIR%%/vendor/composer/autoload_static.php
%%WWWDIR%%/vendor/composer/installed.json
+%%WWWDIR%%/vendor/defuse/php-encryption/.gitignore
+%%WWWDIR%%/vendor/defuse/php-encryption/.php_cs
+%%WWWDIR%%/vendor/defuse/php-encryption/LICENSE
+%%WWWDIR%%/vendor/defuse/php-encryption/README.md
+%%WWWDIR%%/vendor/defuse/php-encryption/bin/generate-defuse-key
+%%WWWDIR%%/vendor/defuse/php-encryption/composer.json
+%%WWWDIR%%/vendor/defuse/php-encryption/dist/Makefile
+%%WWWDIR%%/vendor/defuse/php-encryption/dist/box.json
+%%WWWDIR%%/vendor/defuse/php-encryption/dist/signingkey.asc
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/CryptoDetails.md
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/FAQ.md
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/InstallingAndVerifying.md
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/InternalDeveloperDocs.md
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/Tutorial.md
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/UpgradingFromV1.2.md
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/classes/Crypto.md
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/classes/File.md
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/classes/Key.md
+%%WWWDIR%%/vendor/defuse/php-encryption/docs/classes/KeyProtectedByPassword.md
+%%WWWDIR%%/vendor/defuse/php-encryption/psalm.xml
+%%WWWDIR%%/vendor/defuse/php-encryption/src/Core.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/Crypto.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/DerivedKeys.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/Encoding.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/Exception/BadFormatException.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/Exception/CryptoException.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/Exception/EnvironmentIsBrokenException.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/Exception/IOException.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/File.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/Key.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/KeyOrPassword.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/KeyProtectedByPassword.php
+%%WWWDIR%%/vendor/defuse/php-encryption/src/RuntimeTests.php
%%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/.gitignore
%%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/README.md
%%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/composer.json
@@ -5504,6 +5540,24 @@
%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/test_service2.json
%%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/test_service_3.json
%%WWWDIR%%/vendor/guzzle/guzzle/tests/bootstrap.php
+%%WWWDIR%%/vendor/paragonie/random_compat/LICENSE
+%%WWWDIR%%/vendor/paragonie/random_compat/build-phar.sh
+%%WWWDIR%%/vendor/paragonie/random_compat/composer.json
+%%WWWDIR%%/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey
+%%WWWDIR%%/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/byte_safe_strings.php
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/cast_to_int.php
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/error_polyfill.php
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/random.php
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php
+%%WWWDIR%%/vendor/paragonie/random_compat/lib/random_int.php
+%%WWWDIR%%/vendor/paragonie/random_compat/other/build_phar.php
+%%WWWDIR%%/vendor/paragonie/random_compat/psalm-autoload.php
+%%WWWDIR%%/vendor/paragonie/random_compat/psalm.xml
%%WWWDIR%%/vendor/sabre/dav/.gitignore
%%WWWDIR%%/vendor/sabre/dav/.travis.yml
%%WWWDIR%%/vendor/sabre/dav/CHANGELOG.md
@@ -8198,6 +8252,7 @@
%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/colorscm.png
%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/colorset.png
%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/core.png
+%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/csv.png
%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/database.png
%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/deb.png
%%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes/doc.png
@@ -8988,6 +9043,7 @@
%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/colorscm.png
%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/colorset.png
%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/core.png
+%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/csv.png
%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/database.png
%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/deb.png
%%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes/doc.png