Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Oct 2021 17:36:58 GMT
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4f16386b7d8e - main - security/nextcloud-twofactor_totp: Auto-generate plist
Message-ID:  <202110101736.19AHawkX057471@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brnrd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4f16386b7d8ee34dae7c6de81684ff98f828b9e5

commit 4f16386b7d8ee34dae7c6de81684ff98f828b9e5
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2021-10-10 17:36:11 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2021-10-10 17:36:11 +0000

    security/nextcloud-twofactor_totp: Auto-generate plist
---
 security/nextcloud-twofactor_totp/Makefile  |   3 +-
 security/nextcloud-twofactor_totp/pkg-plist | 222 ----------------------------
 2 files changed, 2 insertions(+), 223 deletions(-)

diff --git a/security/nextcloud-twofactor_totp/Makefile b/security/nextcloud-twofactor_totp/Makefile
index 7348b2b09c29..d3ac25f7dda7 100644
--- a/security/nextcloud-twofactor_totp/Makefile
+++ b/security/nextcloud-twofactor_totp/Makefile
@@ -33,6 +33,7 @@ WWWDIR=		${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME}
 do-install:
 	${MKDIR} ${STAGEDIR}${WWWDIR}
 	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
-	${RM} ${STAGEDIR}${WWWDIR}/COPYING
+	(cd ${WRKSRC}; ${FIND} . -not -type d) | ${SORT} | \
+		${SED} -e 's,^\.,${WWWDIR_REL},' >> ${TMPPLIST}
 
 .include <bsd.port.mk>
diff --git a/security/nextcloud-twofactor_totp/pkg-plist b/security/nextcloud-twofactor_totp/pkg-plist
deleted file mode 100644
index 517dc95da129..000000000000
--- a/security/nextcloud-twofactor_totp/pkg-plist
+++ /dev/null
@@ -1,222 +0,0 @@
-%%WWWDIR%%/.php_cs.dist
-%%WWWDIR%%/AUTHORS.md
-%%WWWDIR%%/CHANGELOG.md
-%%WWWDIR%%/README.md
-%%WWWDIR%%/appinfo/info.xml
-%%WWWDIR%%/appinfo/routes.php
-%%WWWDIR%%/css/settings.css
-%%WWWDIR%%/css/style.css
-%%WWWDIR%%/img/app-dark.svg
-%%WWWDIR%%/img/app.svg
-%%WWWDIR%%/js/main-login-setup.js
-%%WWWDIR%%/js/main-login-setup.js.map
-%%WWWDIR%%/js/main-settings.js
-%%WWWDIR%%/js/main-settings.js.map
-%%WWWDIR%%/l10n/.gitkeep
-%%WWWDIR%%/l10n/af.js
-%%WWWDIR%%/l10n/af.json
-%%WWWDIR%%/l10n/ar.js
-%%WWWDIR%%/l10n/ar.json
-%%WWWDIR%%/l10n/ast.js
-%%WWWDIR%%/l10n/ast.json
-%%WWWDIR%%/l10n/bg.js
-%%WWWDIR%%/l10n/bg.json
-%%WWWDIR%%/l10n/br.js
-%%WWWDIR%%/l10n/br.json
-%%WWWDIR%%/l10n/ca.js
-%%WWWDIR%%/l10n/ca.json
-%%WWWDIR%%/l10n/cs.js
-%%WWWDIR%%/l10n/cs.json
-%%WWWDIR%%/l10n/da.js
-%%WWWDIR%%/l10n/da.json
-%%WWWDIR%%/l10n/de.js
-%%WWWDIR%%/l10n/de.json
-%%WWWDIR%%/l10n/de_DE.js
-%%WWWDIR%%/l10n/de_DE.json
-%%WWWDIR%%/l10n/el.js
-%%WWWDIR%%/l10n/el.json
-%%WWWDIR%%/l10n/en_GB.js
-%%WWWDIR%%/l10n/en_GB.json
-%%WWWDIR%%/l10n/eo.js
-%%WWWDIR%%/l10n/eo.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
-%%WWWDIR%%/l10n/es_CL.json
-%%WWWDIR%%/l10n/es_CO.js
-%%WWWDIR%%/l10n/es_CO.json
-%%WWWDIR%%/l10n/es_CR.js
-%%WWWDIR%%/l10n/es_CR.json
-%%WWWDIR%%/l10n/es_DO.js
-%%WWWDIR%%/l10n/es_DO.json
-%%WWWDIR%%/l10n/es_EC.js
-%%WWWDIR%%/l10n/es_EC.json
-%%WWWDIR%%/l10n/es_GT.js
-%%WWWDIR%%/l10n/es_GT.json
-%%WWWDIR%%/l10n/es_HN.js
-%%WWWDIR%%/l10n/es_HN.json
-%%WWWDIR%%/l10n/es_MX.js
-%%WWWDIR%%/l10n/es_MX.json
-%%WWWDIR%%/l10n/es_NI.js
-%%WWWDIR%%/l10n/es_NI.json
-%%WWWDIR%%/l10n/es_PA.js
-%%WWWDIR%%/l10n/es_PA.json
-%%WWWDIR%%/l10n/es_PE.js
-%%WWWDIR%%/l10n/es_PE.json
-%%WWWDIR%%/l10n/es_PR.js
-%%WWWDIR%%/l10n/es_PR.json
-%%WWWDIR%%/l10n/es_PY.js
-%%WWWDIR%%/l10n/es_PY.json
-%%WWWDIR%%/l10n/es_SV.js
-%%WWWDIR%%/l10n/es_SV.json
-%%WWWDIR%%/l10n/es_UY.js
-%%WWWDIR%%/l10n/es_UY.json
-%%WWWDIR%%/l10n/et_EE.js
-%%WWWDIR%%/l10n/et_EE.json
-%%WWWDIR%%/l10n/eu.js
-%%WWWDIR%%/l10n/eu.json
-%%WWWDIR%%/l10n/fa.js
-%%WWWDIR%%/l10n/fa.json
-%%WWWDIR%%/l10n/fi.js
-%%WWWDIR%%/l10n/fi.json
-%%WWWDIR%%/l10n/fi_FI.php
-%%WWWDIR%%/l10n/fr.js
-%%WWWDIR%%/l10n/fr.json
-%%WWWDIR%%/l10n/gl.js
-%%WWWDIR%%/l10n/gl.json
-%%WWWDIR%%/l10n/he.js
-%%WWWDIR%%/l10n/he.json
-%%WWWDIR%%/l10n/hr.js
-%%WWWDIR%%/l10n/hr.json
-%%WWWDIR%%/l10n/hu.js
-%%WWWDIR%%/l10n/hu.json
-%%WWWDIR%%/l10n/ia.js
-%%WWWDIR%%/l10n/ia.json
-%%WWWDIR%%/l10n/id.js
-%%WWWDIR%%/l10n/id.json
-%%WWWDIR%%/l10n/is.js
-%%WWWDIR%%/l10n/is.json
-%%WWWDIR%%/l10n/it.js
-%%WWWDIR%%/l10n/it.json
-%%WWWDIR%%/l10n/ja.js
-%%WWWDIR%%/l10n/ja.json
-%%WWWDIR%%/l10n/ka_GE.js
-%%WWWDIR%%/l10n/ka_GE.json
-%%WWWDIR%%/l10n/ko.js
-%%WWWDIR%%/l10n/ko.json
-%%WWWDIR%%/l10n/lb.js
-%%WWWDIR%%/l10n/lb.json
-%%WWWDIR%%/l10n/lt_LT.js
-%%WWWDIR%%/l10n/lt_LT.json
-%%WWWDIR%%/l10n/lv.js
-%%WWWDIR%%/l10n/lv.json
-%%WWWDIR%%/l10n/mk.js
-%%WWWDIR%%/l10n/mk.json
-%%WWWDIR%%/l10n/mn.js
-%%WWWDIR%%/l10n/mn.json
-%%WWWDIR%%/l10n/nb.js
-%%WWWDIR%%/l10n/nb.json
-%%WWWDIR%%/l10n/nl.js
-%%WWWDIR%%/l10n/nl.json
-%%WWWDIR%%/l10n/nn_NO.js
-%%WWWDIR%%/l10n/nn_NO.json
-%%WWWDIR%%/l10n/oc.js
-%%WWWDIR%%/l10n/oc.json
-%%WWWDIR%%/l10n/pl.js
-%%WWWDIR%%/l10n/pl.json
-%%WWWDIR%%/l10n/pt_BR.js
-%%WWWDIR%%/l10n/pt_BR.json
-%%WWWDIR%%/l10n/pt_PT.js
-%%WWWDIR%%/l10n/pt_PT.json
-%%WWWDIR%%/l10n/ro.js
-%%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
-%%WWWDIR%%/l10n/sl.json
-%%WWWDIR%%/l10n/sq.js
-%%WWWDIR%%/l10n/sq.json
-%%WWWDIR%%/l10n/sr.js
-%%WWWDIR%%/l10n/sr.json
-%%WWWDIR%%/l10n/sv.js
-%%WWWDIR%%/l10n/sv.json
-%%WWWDIR%%/l10n/th.js
-%%WWWDIR%%/l10n/th.json
-%%WWWDIR%%/l10n/th_TH.php
-%%WWWDIR%%/l10n/tr.js
-%%WWWDIR%%/l10n/tr.json
-%%WWWDIR%%/l10n/uk.js
-%%WWWDIR%%/l10n/uk.json
-%%WWWDIR%%/l10n/uz.js
-%%WWWDIR%%/l10n/uz.json
-%%WWWDIR%%/l10n/vi.js
-%%WWWDIR%%/l10n/vi.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/Activity/Provider.php
-%%WWWDIR%%/lib/Activity/Setting.php
-%%WWWDIR%%/lib/AppInfo/Application.php
-%%WWWDIR%%/lib/Controller/SettingsController.php
-%%WWWDIR%%/lib/Db/TotpSecret.php
-%%WWWDIR%%/lib/Db/TotpSecretMapper.php
-%%WWWDIR%%/lib/Event/DisabledByAdmin.php
-%%WWWDIR%%/lib/Event/StateChanged.php
-%%WWWDIR%%/lib/Exception/NoTotpSecretFoundException.php
-%%WWWDIR%%/lib/Exception/TotpSecretAlreadySet.php
-%%WWWDIR%%/lib/Listener/StateChangeActivity.php
-%%WWWDIR%%/lib/Listener/StateChangeRegistryUpdater.php
-%%WWWDIR%%/lib/Migration/Version010501Date20181018124436.php
-%%WWWDIR%%/lib/Migration/Version020102Date20190304124405.php
-%%WWWDIR%%/lib/Migration/Version030000Date20190305114917.php
-%%WWWDIR%%/lib/Provider/AtLoginProvider.php
-%%WWWDIR%%/lib/Provider/TotpProvider.php
-%%WWWDIR%%/lib/Service/ITotp.php
-%%WWWDIR%%/lib/Service/Totp.php
-%%WWWDIR%%/lib/Settings/Personal.php
-%%WWWDIR%%/psalm.xml
-%%WWWDIR%%/templates/challenge.php
-%%WWWDIR%%/templates/loginsetup.php
-%%WWWDIR%%/templates/personal.php
-%%WWWDIR%%/vendor/autoload.php
-%%WWWDIR%%/vendor/christian-riesen/base32/LICENSE
-%%WWWDIR%%/vendor/christian-riesen/base32/README.md
-%%WWWDIR%%/vendor/christian-riesen/base32/src/Base32.php
-%%WWWDIR%%/vendor/christian-riesen/base32/src/Base32Hex.php
-%%WWWDIR%%/vendor/composer/ClassLoader.php
-%%WWWDIR%%/vendor/composer/InstalledVersions.php
-%%WWWDIR%%/vendor/composer/LICENSE
-%%WWWDIR%%/vendor/composer/autoload_classmap.php
-%%WWWDIR%%/vendor/composer/autoload_namespaces.php
-%%WWWDIR%%/vendor/composer/autoload_psr4.php
-%%WWWDIR%%/vendor/composer/autoload_real.php
-%%WWWDIR%%/vendor/composer/autoload_static.php
-%%WWWDIR%%/vendor/composer/installed.json
-%%WWWDIR%%/vendor/composer/installed.php
-%%WWWDIR%%/vendor/composer/platform_check.php
-%%WWWDIR%%/vendor/rullzer/easytotp/.travis.yml
-%%WWWDIR%%/vendor/rullzer/easytotp/LICENSE
-%%WWWDIR%%/vendor/rullzer/easytotp/composer.json
-%%WWWDIR%%/vendor/rullzer/easytotp/phpunit.xml
-%%WWWDIR%%/vendor/rullzer/easytotp/src/Factory.php
-%%WWWDIR%%/vendor/rullzer/easytotp/src/TOTP.php
-%%WWWDIR%%/vendor/rullzer/easytotp/src/TOTPInterface.php
-%%WWWDIR%%/vendor/rullzer/easytotp/src/TOTPInvalidResult.php
-%%WWWDIR%%/vendor/rullzer/easytotp/src/TOTPInvalidResultInterface.php
-%%WWWDIR%%/vendor/rullzer/easytotp/src/TOTPResultInterface.php
-%%WWWDIR%%/vendor/rullzer/easytotp/src/TOTPValidResult.php
-%%WWWDIR%%/vendor/rullzer/easytotp/src/TOTPValidResultInterface.php
-%%WWWDIR%%/vendor/rullzer/easytotp/src/TimeService.php
-%%WWWDIR%%/vendor/rullzer/easytotp/tests/TOTPTest.php
-%%WWWDIR%%/vendor/rullzer/easytotp/tests/bootstrap.php



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110101736.19AHawkX057471>