Skip to content

Commit

Permalink
mail/roundcube-twofactor_gauthenticator: Fix PHP 8.1 compat
Browse files Browse the repository at this point in the history
 * Mark 8.1 compatible for Roundcube 1.6.0
 * Add patch [1]

[1]: alexandregz/twofactor_gauthenticator#165

PR:		265653
  • Loading branch information
Sp1l committed Sep 18, 2022
1 parent fd1857a commit c88031b
Show file tree
Hide file tree
Showing 4 changed files with 787 additions and 5 deletions.
4 changes: 2 additions & 2 deletions mail/roundcube-twofactor_gauthenticator/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= twofactor_gauthenticator
PORTVERSION= g20220403
PORTVERSION= g20220911
CATEGORIES= mail security
PKGNAMEPREFIX= roundcube-
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
Expand All @@ -14,7 +14,7 @@ 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
IGNORE_WITH_PHP=81 82
IGNORE_WITH_PHP=82

USE_GITHUB= yes
GH_ACCOUNT= alexandregz
Expand Down
6 changes: 3 additions & 3 deletions mail/roundcube-twofactor_gauthenticator/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1659705932
SHA256 (alexandregz-twofactor_gauthenticator-g20220403-06e21b0_GH0.tar.gz) = fb224c584af79e3797a1de6319a63cbc8773b97bea14161654139d2e5872307b
SIZE (alexandregz-twofactor_gauthenticator-g20220403-06e21b0_GH0.tar.gz) = 1157840
TIMESTAMP = 1663421514
SHA256 (alexandregz-twofactor_gauthenticator-g20220911-06e21b0_GH0.tar.gz) = fb224c584af79e3797a1de6319a63cbc8773b97bea14161654139d2e5872307b
SIZE (alexandregz-twofactor_gauthenticator-g20220911-06e21b0_GH0.tar.gz) = 1157840
Loading

0 comments on commit c88031b

Please sign in to comment.