diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2021-05-13 19:42:14 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2021-05-13 19:43:00 +0000 |
commit | 96f9a6b4de3be4dc27e3ee934de6987b031a499d (patch) | |
tree | 71cffff6c9fa7e324363af2c0998864c310588ec | |
parent | 1c02da232c04aa7539e93d2bc67600cec8d5697e (diff) | |
download | ports-96f9a6b4de3be4dc27e3ee934de6987b031a499d.tar.gz ports-96f9a6b4de3be4dc27e3ee934de6987b031a499d.zip |
security/nextcloud-end_to_end_encryption: Update to 1.7.1
(cherry picked from commit c117d3f93fb9b53c61e1384f10ec82be7ee11fef)
-rw-r--r-- | security/nextcloud-end_to_end_encryption/Makefile | 6 | ||||
-rw-r--r-- | security/nextcloud-end_to_end_encryption/distinfo | 6 | ||||
-rw-r--r-- | security/nextcloud-end_to_end_encryption/pkg-plist | 11 |
3 files changed, 11 insertions, 12 deletions
diff --git a/security/nextcloud-end_to_end_encryption/Makefile b/security/nextcloud-end_to_end_encryption/Makefile index 72e3f6db575f..988706dc79db 100644 --- a/security/nextcloud-end_to_end_encryption/Makefile +++ b/security/nextcloud-end_to_end_encryption/Makefile @@ -1,14 +1,14 @@ # Created by: Bernard Spil <brnrd@freebsd.org> PORTNAME= end_to_end_encryption -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 DISTVERSIONPREFIX= v CATEGORIES= security MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} -DISTNAME= ${PORTNAME} -DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION} +DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//} MAINTAINER= brnrd@freebsd.org COMMENT= End-to-End Encryption app for Nextcloud diff --git a/security/nextcloud-end_to_end_encryption/distinfo b/security/nextcloud-end_to_end_encryption/distinfo index fdaef439ae50..76f41dd7e7a9 100644 --- a/security/nextcloud-end_to_end_encryption/distinfo +++ b/security/nextcloud-end_to_end_encryption/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1598090225 -SHA256 (nextcloud/end_to_end_encryption/end_to_end_encryption.tar.gz) = 5d15e832959b57f2c7c8f6228ebabfb744c59611bf4305077418a837d7f16a53 -SIZE (nextcloud/end_to_end_encryption/end_to_end_encryption.tar.gz) = 75778 +TIMESTAMP = 1620934608 +SHA256 (nextcloud/end_to_end_encryption-1.7.1.tar.gz) = 1e78cc32777d05bf933acfa562c7ec38b5123c6e0e616d95094cd6c2b5f145cf +SIZE (nextcloud/end_to_end_encryption-1.7.1.tar.gz) = 69817 diff --git a/security/nextcloud-end_to_end_encryption/pkg-plist b/security/nextcloud-end_to_end_encryption/pkg-plist index 6ed5fa79e521..a285a706463b 100644 --- a/security/nextcloud-end_to_end_encryption/pkg-plist +++ b/security/nextcloud-end_to_end_encryption/pkg-plist @@ -1,8 +1,5 @@ -@comment %%WWWDIR%%/.DS_Store -@comment %%WWWDIR%%/.php_cs.dist %%WWWDIR%%/LICENSE %%WWWDIR%%/SECURITY.md -%%WWWDIR%%/appinfo/app.php %%WWWDIR%%/appinfo/info.xml %%WWWDIR%%/appinfo/routes.php %%WWWDIR%%/img/app.svg @@ -11,8 +8,6 @@ %%WWWDIR%%/l10n/ar.json %%WWWDIR%%/l10n/ast.js %%WWWDIR%%/l10n/ast.json -%%WWWDIR%%/l10n/bg.js -%%WWWDIR%%/l10n/bg.json %%WWWDIR%%/l10n/ca.js %%WWWDIR%%/l10n/ca.json %%WWWDIR%%/l10n/cs.js @@ -105,6 +100,8 @@ %%WWWDIR%%/l10n/ro.json %%WWWDIR%%/l10n/ru.js %%WWWDIR%%/l10n/ru.json +%%WWWDIR%%/l10n/sc.js +%%WWWDIR%%/l10n/sc.json %%WWWDIR%%/l10n/sk.js %%WWWDIR%%/l10n/sk.json %%WWWDIR%%/l10n/sl.js @@ -121,6 +118,8 @@ %%WWWDIR%%/l10n/uk.json %%WWWDIR%%/l10n/zh_CN.js %%WWWDIR%%/l10n/zh_CN.json +%%WWWDIR%%/l10n/zh_HK.js +%%WWWDIR%%/l10n/zh_HK.json %%WWWDIR%%/l10n/zh_TW.js %%WWWDIR%%/l10n/zh_TW.json %%WWWDIR%%/lib/AppInfo/Application.php @@ -146,6 +145,7 @@ %%WWWDIR%%/lib/IKeyStorage.php %%WWWDIR%%/lib/IMetaDataStorage.php %%WWWDIR%%/lib/KeyStorage.php +%%WWWDIR%%/lib/Listener/UserDeletedListener.php %%WWWDIR%%/lib/LockManager.php %%WWWDIR%%/lib/MetaDataStorage.php %%WWWDIR%%/lib/Middleware/UserAgentCheckMiddleware.php @@ -154,4 +154,3 @@ %%WWWDIR%%/lib/RollbackService.php %%WWWDIR%%/lib/SignatureHandler.php %%WWWDIR%%/lib/UserAgentManager.php -%%WWWDIR%%/lib/UserManager.php |