Date: Sun, 4 Feb 2018 11:14:00 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460922 - head/security/nextcloud-twofactor_totp Message-ID: <201802041114.w14BE0oB056750@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Sun Feb 4 11:14:00 2018 New Revision: 460922 URL: https://svnweb.freebsd.org/changeset/ports/460922 Log: security/nextcloud-twofactor_totp: Update to 1.4.1 - Don't install license file Modified: head/security/nextcloud-twofactor_totp/Makefile head/security/nextcloud-twofactor_totp/distinfo head/security/nextcloud-twofactor_totp/pkg-plist Modified: head/security/nextcloud-twofactor_totp/Makefile ============================================================================== --- head/security/nextcloud-twofactor_totp/Makefile Sun Feb 4 11:11:47 2018 (r460921) +++ head/security/nextcloud-twofactor_totp/Makefile Sun Feb 4 11:14:00 2018 (r460922) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twofactor_totp -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= security MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- @@ -13,6 +13,7 @@ MAINTAINER= brnrd@freebsd.org COMMENT= TOTP multi-factor auth app for Nextcloud LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud>=12:www/nextcloud @@ -30,5 +31,6 @@ WWWDIR= ${PREFIX}/www/nextcloud/apps/${PORTNAME} do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) + ${RM} ${STAGEDIR}${WWWDIR}/COPYING .include <bsd.port.mk> Modified: head/security/nextcloud-twofactor_totp/distinfo ============================================================================== --- head/security/nextcloud-twofactor_totp/distinfo Sun Feb 4 11:11:47 2018 (r460921) +++ head/security/nextcloud-twofactor_totp/distinfo Sun Feb 4 11:14:00 2018 (r460922) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513162951 -SHA256 (nextcloud/twofactor_totp-1.4.0/twofactor_totp.tar.gz) = 8a0d3d7f48ba14ae7e24cc7ece7d43c201bd5795feb0e406c5c44798f679fc73 -SIZE (nextcloud/twofactor_totp-1.4.0/twofactor_totp.tar.gz) = 1242129 +TIMESTAMP = 1517741869 +SHA256 (nextcloud/twofactor_totp-1.4.1/twofactor_totp.tar.gz) = 035074bc3d1e76f97420fca097a74dd5bee685889179ec6681b6c400f594094d +SIZE (nextcloud/twofactor_totp-1.4.1/twofactor_totp.tar.gz) = 1232105 Modified: head/security/nextcloud-twofactor_totp/pkg-plist ============================================================================== --- head/security/nextcloud-twofactor_totp/pkg-plist Sun Feb 4 11:11:47 2018 (r460921) +++ head/security/nextcloud-twofactor_totp/pkg-plist Sun Feb 4 11:14:00 2018 (r460922) @@ -2,7 +2,6 @@ @group %%NEXTCLOUD_GROUPNAME%% %%WWWDIR%%/AUTHORS.md %%WWWDIR%%/CHANGELOG.md -%%WWWDIR%%/COPYING %%WWWDIR%%/README.md %%WWWDIR%%/appinfo/app.php %%WWWDIR%%/appinfo/database.xml @@ -36,6 +35,8 @@ %%WWWDIR%%/l10n/en_GB.json %%WWWDIR%%/l10n/es.js %%WWWDIR%%/l10n/es.json +%%WWWDIR%%/l10n/es_419.js +%%WWWDIR%%/l10n/es_419.json %%WWWDIR%%/l10n/es_AR.js %%WWWDIR%%/l10n/es_AR.json %%WWWDIR%%/l10n/es_CL.js @@ -475,11 +476,13 @@ %%WWWDIR%%/vendor/endroid/qrcode/tests/QrCodeTest.php %%WWWDIR%%/vendor/symfony/options-resolver/.gitignore %%WWWDIR%%/vendor/symfony/options-resolver/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/options-resolver/Debug/OptionsResolverIntrospector.php %%WWWDIR%%/vendor/symfony/options-resolver/Exception/AccessException.php %%WWWDIR%%/vendor/symfony/options-resolver/Exception/ExceptionInterface.php %%WWWDIR%%/vendor/symfony/options-resolver/Exception/InvalidArgumentException.php %%WWWDIR%%/vendor/symfony/options-resolver/Exception/InvalidOptionsException.php %%WWWDIR%%/vendor/symfony/options-resolver/Exception/MissingOptionsException.php +%%WWWDIR%%/vendor/symfony/options-resolver/Exception/NoConfigurationException.php %%WWWDIR%%/vendor/symfony/options-resolver/Exception/NoSuchOptionException.php %%WWWDIR%%/vendor/symfony/options-resolver/Exception/OptionDefinitionException.php %%WWWDIR%%/vendor/symfony/options-resolver/Exception/UndefinedOptionsException.php @@ -487,6 +490,7 @@ %%WWWDIR%%/vendor/symfony/options-resolver/Options.php %%WWWDIR%%/vendor/symfony/options-resolver/OptionsResolver.php %%WWWDIR%%/vendor/symfony/options-resolver/README.md +%%WWWDIR%%/vendor/symfony/options-resolver/Tests/Debug/OptionsResolverIntrospectorTest.php %%WWWDIR%%/vendor/symfony/options-resolver/Tests/OptionsResolverTest.php %%WWWDIR%%/vendor/symfony/options-resolver/composer.json %%WWWDIR%%/vendor/symfony/options-resolver/phpunit.xml.dist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802041114.w14BE0oB056750>