Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Aug 2022 13:21:28 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bf8555d09ed5 - main - cleanup: Remove expired ports:
Message-ID:  <202208011321.271DLSLn055535@gitrepo.freebsd.org>

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

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

commit bf8555d09ed58dedb22d65964002b8113a2b781f
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-08-01 13:21:20 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-08-01 13:21:20 +0000

    cleanup: Remove expired ports:
    
    2022-08-01 security/nextcloud-twofactor_u2f: Upstream deprecated this port in favor of twofactor_webauthn. Check https://github.com/nextcloud/twofactor_webauthn#migration-from-two-factor-u2f for migration instructions
---
 MOVED                                      |   1 +
 security/Makefile                          |   1 -
 security/nextcloud-twofactor_u2f/Makefile  |  36 -----
 security/nextcloud-twofactor_u2f/distinfo  |   3 -
 security/nextcloud-twofactor_u2f/pkg-descr |   3 -
 security/nextcloud-twofactor_u2f/pkg-plist | 242 -----------------------------
 6 files changed, 1 insertion(+), 285 deletions(-)

diff --git a/MOVED b/MOVED
index 151999e13b84..58e915fda88e 100644
--- a/MOVED
+++ b/MOVED
@@ -17526,3 +17526,4 @@ net-mgmt/py-netbox-plugin-extensions||2022-07-31|Has expired: No longer required
 deskutils/gnome-system-log||2022-08-01|Has expired: Did not survive gnome 3
 deskutils/gnome-documents||2022-08-01|Has expired: Archived upstream
 deskutils/gnome-search-tool||2022-08-01|Has expired: Did not survive gnome3
+security/nextcloud-twofactor_u2f|security/nextcloud-twofactor_webauthn|2022-08-01|Has expired: Upstream deprecated this port in favor of twofactor_webauthn. Check https://github.com/nextcloud/twofactor_webauthn#migration-from-two-factor-u2f for migration instructions
diff --git a/security/Makefile b/security/Makefile
index b952b97afbb8..71912c4cde54 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -356,7 +356,6 @@
     SUBDIR += nextcloud-twofactor_admin
     SUBDIR += nextcloud-twofactor_nextcloud_notification
     SUBDIR += nextcloud-twofactor_totp
-    SUBDIR += nextcloud-twofactor_u2f
     SUBDIR += nextcloud-twofactor_webauthn
     SUBDIR += nflib
     SUBDIR += ngrok
diff --git a/security/nextcloud-twofactor_u2f/Makefile b/security/nextcloud-twofactor_u2f/Makefile
deleted file mode 100644
index f834db6340eb..000000000000
--- a/security/nextcloud-twofactor_u2f/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-PORTNAME=	twofactor_u2f
-PORTVERSION=	6.3.0
-DISTVERSIONPREFIX=	v
-CATEGORIES=	security
-MASTER_SITES=	https://github.com/${PKGNAMEPREFIX}releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
-PKGNAMEPREFIX=	nextcloud-
-PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
-DISTNAME=	${PORTNAME}
-DIST_SUBDIR=	${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}
-
-MAINTAINER=	brnrd@FreeBSD.org
-COMMENT=	U2F multi-factor auth app for Nextcloud
-
-LICENSE=	AGPLv3
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-DEPRECATED=	Upstream deprecated this port in favor of twofactor_webauthn. Check\
-		https://github.com/nextcloud/twofactor_webauthn\#migration-from-two-factor-u2f\
-		for migration instructions
-EXPIRATION_DATE=2022-08-01
-
-RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR}
-
-USES=		php:flavors
-IGNORE_WITH_PHP=	82
-NO_BUILD=	yes
-NO_ARCH=	yes
-
-WWWDIR=		${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME}
-
-do-install:
-	${MKDIR} ${STAGEDIR}${WWWDIR}
-	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
-	${RM} ${STAGEDIR}${WWWDIR}/COPYING
-
-.include <bsd.port.mk>
diff --git a/security/nextcloud-twofactor_u2f/distinfo b/security/nextcloud-twofactor_u2f/distinfo
deleted file mode 100644
index f02969b4f80a..000000000000
--- a/security/nextcloud-twofactor_u2f/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1638380174
-SHA256 (nextcloud/twofactor_u2f-v6.3.0/twofactor_u2f.tar.gz) = 89c5d3181eb20027fa6b6afc937ace6b52eaff624c5eaaee6b4d59676a3d2d7c
-SIZE (nextcloud/twofactor_u2f-v6.3.0/twofactor_u2f.tar.gz) = 1627617
diff --git a/security/nextcloud-twofactor_u2f/pkg-descr b/security/nextcloud-twofactor_u2f/pkg-descr
deleted file mode 100644
index 606f22e853bb..000000000000
--- a/security/nextcloud-twofactor_u2f/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-A two-factor provider for U2F devices
-
-WWW: https://apps.nextcloud.com/apps/twofactor_u2f
diff --git a/security/nextcloud-twofactor_u2f/pkg-plist b/security/nextcloud-twofactor_u2f/pkg-plist
deleted file mode 100644
index a3cc87d17146..000000000000
--- a/security/nextcloud-twofactor_u2f/pkg-plist
+++ /dev/null
@@ -1,242 +0,0 @@
-%%WWWDIR%%/.php_cs.dist
-%%WWWDIR%%/CHANGELOG.md
-%%WWWDIR%%/README.md
-%%WWWDIR%%/appinfo/autoload.php
-%%WWWDIR%%/appinfo/info.xml
-%%WWWDIR%%/appinfo/routes.php
-%%WWWDIR%%/css/style.css
-%%WWWDIR%%/img/app-dark.svg
-%%WWWDIR%%/img/app.svg
-%%WWWDIR%%/js/challenge.js
-%%WWWDIR%%/js/challenge.js.map
-%%WWWDIR%%/js/login-setup.js
-%%WWWDIR%%/js/login-setup.js.map
-%%WWWDIR%%/js/settings.js
-%%WWWDIR%%/js/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/az.js
-%%WWWDIR%%/l10n/az.json
-%%WWWDIR%%/l10n/bg.js
-%%WWWDIR%%/l10n/bg.json
-%%WWWDIR%%/l10n/bn_BD.js
-%%WWWDIR%%/l10n/bn_BD.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/cy_GB.js
-%%WWWDIR%%/l10n/cy_GB.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/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/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/km.js
-%%WWWDIR%%/l10n/km.json
-%%WWWDIR%%/l10n/kn.js
-%%WWWDIR%%/l10n/kn.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/ms_MY.js
-%%WWWDIR%%/l10n/ms_MY.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/si.js
-%%WWWDIR%%/l10n/si.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/sr@latin.js
-%%WWWDIR%%/l10n/sr@latin.json
-%%WWWDIR%%/l10n/sv.js
-%%WWWDIR%%/l10n/sv.json
-%%WWWDIR%%/l10n/ta.js
-%%WWWDIR%%/l10n/ta.json
-%%WWWDIR%%/l10n/th.js
-%%WWWDIR%%/l10n/th.json
-%%WWWDIR%%/l10n/tr.js
-%%WWWDIR%%/l10n/tr.json
-%%WWWDIR%%/l10n/ug.js
-%%WWWDIR%%/l10n/ug.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/Registration.php
-%%WWWDIR%%/lib/Db/RegistrationMapper.php
-%%WWWDIR%%/lib/Event/DisabledByAdmin.php
-%%WWWDIR%%/lib/Event/StateChanged.php
-%%WWWDIR%%/lib/Listener/StateChangeActivity.php
-%%WWWDIR%%/lib/Listener/StateChangeRegistryUpdater.php
-%%WWWDIR%%/lib/Migration/Version010601Date20181022142736.php
-%%WWWDIR%%/lib/Provider/U2FLoginProvider.php
-%%WWWDIR%%/lib/Provider/U2FProvider.php
-%%WWWDIR%%/lib/Service/U2FManager.php
-%%WWWDIR%%/lib/Settings/Personal.php
-%%WWWDIR%%/templates/challenge.php
-%%WWWDIR%%/templates/loginsetup.php
-%%WWWDIR%%/templates/personal.php
-%%WWWDIR%%/vendor/autoload.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/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/random.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/yubico/u2flib-server/.gitignore
-%%WWWDIR%%/vendor/yubico/u2flib-server/.travis.yml
-%%WWWDIR%%/vendor/yubico/u2flib-server/BLURB
-%%WWWDIR%%/vendor/yubico/u2flib-server/COPYING
-%%WWWDIR%%/vendor/yubico/u2flib-server/NEWS
-%%WWWDIR%%/vendor/yubico/u2flib-server/README
-%%WWWDIR%%/vendor/yubico/u2flib-server/README.adoc
-%%WWWDIR%%/vendor/yubico/u2flib-server/apigen.neon
-%%WWWDIR%%/vendor/yubico/u2flib-server/composer.json
-%%WWWDIR%%/vendor/yubico/u2flib-server/do-source-release.sh
-%%WWWDIR%%/vendor/yubico/u2flib-server/examples/assets/u2f-api.js
-%%WWWDIR%%/vendor/yubico/u2flib-server/examples/cli/u2f-server.phps
-%%WWWDIR%%/vendor/yubico/u2flib-server/examples/localstorage/index.phps
-%%WWWDIR%%/vendor/yubico/u2flib-server/examples/pdo/index.phps
-%%WWWDIR%%/vendor/yubico/u2flib-server/phpunit.xml
-%%WWWDIR%%/vendor/yubico/u2flib-server/psalm.xml
-%%WWWDIR%%/vendor/yubico/u2flib-server/src/u2flib_server/U2F.php
-%%WWWDIR%%/vendor/yubico/u2flib-server/tests/certs/yubico-u2f-ca-1.pem
-%%WWWDIR%%/vendor/yubico/u2flib-server/tests/u2flib_test.php



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