diff --git a/mail/roundcube-twofactor_gauthenticator/Makefile b/mail/roundcube-twofactor_gauthenticator/Makefile index 99fcafbfa763..6cb4b629b118 100644 --- a/mail/roundcube-twofactor_gauthenticator/Makefile +++ b/mail/roundcube-twofactor_gauthenticator/Makefile @@ -1,35 +1,38 @@ PORTNAME= twofactor_gauthenticator PORTVERSION= g20231119 CATEGORIES= mail security PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= brnrd@FreeBSD.org COMMENT= Roundcube TOTP auth plugin WWW= https://github.com/alexandregz/twofactor_gauthenticator LICENSE= GPLv2 BUILD_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR} RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR} USES= php:flavors USE_GITHUB= yes GH_ACCOUNT= alexandregz GH_TAGNAME= 23d8f4c NO_BUILD= yes NO_ARCH= yes SUB_FILES= pkg-message WWWDIR= ${PREFIX}/www/roundcube/plugins/${PORTNAME} +post-patch: + @${RM} ${WRKSRC}/docker-compose.yaml + do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} cd ${STAGEDIR}${WWWDIR} && \ ${MV} config.inc.php.dist config.inc.php.sample .include diff --git a/mail/roundcube-twofactor_gauthenticator/pkg-plist b/mail/roundcube-twofactor_gauthenticator/pkg-plist index 72ea1835ffc8..80e8a7505021 100644 --- a/mail/roundcube-twofactor_gauthenticator/pkg-plist +++ b/mail/roundcube-twofactor_gauthenticator/pkg-plist @@ -1,45 +1,47 @@ %%WWWDIR%%/.gitignore %%WWWDIR%%/2FA_qr_code.js %%WWWDIR%%/CIDR.php %%WWWDIR%%/LICENSE %%WWWDIR%%/PHPGangsta/GoogleAuthenticator.php %%WWWDIR%%/README.md %%WWWDIR%%/ToDo %%WWWDIR%%/composer.json @sample %%WWWDIR%%/config.inc.php.sample %%WWWDIR%%/localization/cs_CZ.inc %%WWWDIR%%/localization/da_DK.inc %%WWWDIR%%/localization/de_DE.inc +%%WWWDIR%%/localization/el_GR.inc %%WWWDIR%%/localization/en_US.inc %%WWWDIR%%/localization/es_AR.inc %%WWWDIR%%/localization/es_ES.inc %%WWWDIR%%/localization/fr_FR.inc %%WWWDIR%%/localization/gl_ES.inc %%WWWDIR%%/localization/he_IL.inc %%WWWDIR%%/localization/hu_HU.inc %%WWWDIR%%/localization/it_IT.inc %%WWWDIR%%/localization/ja_JP.inc %%WWWDIR%%/localization/nb_NO.inc %%WWWDIR%%/localization/nl_NL.inc %%WWWDIR%%/localization/nn_NO.inc %%WWWDIR%%/localization/pl_PL.inc %%WWWDIR%%/localization/pt_BR.inc %%WWWDIR%%/localization/ru_RU.inc %%WWWDIR%%/localization/sk_SK.inc %%WWWDIR%%/localization/sv_SE.inc +%%WWWDIR%%/localization/uk_UA.inc %%WWWDIR%%/qrcode.min.js %%WWWDIR%%/screenshots/001-login.png %%WWWDIR%%/screenshots/002-2steps.png %%WWWDIR%%/screenshots/003-settings_default.png %%WWWDIR%%/screenshots/004-settings_ok.png %%WWWDIR%%/screenshots/005-settings_qr_code.png %%WWWDIR%%/screenshots/006-recovery_codes.png %%WWWDIR%%/screenshots/007-check_code.png %%WWWDIR%%/screenshots/008-msg_infor_about_enrollment.png %%WWWDIR%%/screenshots/009-elastic_skin_start.png %%WWWDIR%%/screenshots/010-elastic_skin_config.png %%WWWDIR%%/screenshots/IMG_20160321_210439.jpg %%WWWDIR%%/screenshots/screen30days.png %%WWWDIR%%/twofactor_gauthenticator.js %%WWWDIR%%/twofactor_gauthenticator.php %%WWWDIR%%/twofactor_gauthenticator_form.js