Skip to content

Commit

Permalink
mail/roundcube-login_info: Update to 1.5.1
Browse files Browse the repository at this point in the history
 * Mark PHP 8.1 compatible for Roundcube 1.6.0

PR:		265653
  • Loading branch information
Sp1l committed Sep 18, 2022
1 parent 2370ec8 commit a0908ef
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
17 changes: 9 additions & 8 deletions mail/roundcube-login_info/Makefile
@@ -1,28 +1,29 @@
PORTNAME= login_info
DISTVERSION= 1.2
PORTREVISION= 1
DISTVERSION= 1.5.1
CATEGORIES= mail
MASTER_SITES= https://www.std-soft.de/webmail/plugins/
PKGNAMEPREFIX= roundcube-
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
DISTNAME= ${PORTNAME}_rc0.5_v${DISTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT= Roundcube login info plugin
WWW= https://www.std-soft.com/bfaq/52-cat-webmail/107-text-auf-der-login-seite-einblenden.html
WWW= https://github.com/marneu/login_info/README.md

LICENSE= GPLv2

RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.5: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

WWWDIR= ${LOCALBASE}/www/roundcube
NO_ARCH= yes
NO_BUILD= yes

WRKSRC= ${WRKDIR}/login_info
USE_GITHUB= yes
GH_ACCOUNT= marneu
GH_TAGNAME= b4e8a29

#WRKSRC= ${WRKDIR}/login_info

PLUGDIR= ${WWWDIR}/plugins/login_info
PLIST_SUB+= PLUGDIR="www/roundcube/plugins/login_info"
Expand Down
5 changes: 3 additions & 2 deletions mail/roundcube-login_info/distinfo
@@ -1,2 +1,3 @@
SHA256 (login_info_rc0.5_v1.2.tar.gz) = e2d4f4a8414f88de9661fbfb80d6271e04a92a43adf638c40e26bfc093b81dca
SIZE (login_info_rc0.5_v1.2.tar.gz) = 2534
TIMESTAMP = 1659706876
SHA256 (marneu-login_info-1.5.1-b4e8a29_GH0.tar.gz) = 35fce73d465f9b541a4fe635377f952158337ba50cdc8026c4e4d44e0e79bd2c
SIZE (marneu-login_info-1.5.1-b4e8a29_GH0.tar.gz) = 16959
12 changes: 9 additions & 3 deletions mail/roundcube-login_info/pkg-plist
@@ -1,4 +1,10 @@
%%PLUGDIR%%/CAcert-ssl-security.png
%%PLUGDIR%%/README
%%PLUGDIR%%/config.inc.php.dist
%%PLUGDIR%%/LICENSE
%%PLUGDIR%%/README.md
%%PLUGDIR%%/composer.json
@sample %%PLUGDIR%%/config.inc.php.dist %%PLUGDIR%%/config.inc.php
%%PLUGDIR%%/localization/de_DE.inc.dist
%%PLUGDIR%%/localization/en_US.inc.dist
%%PLUGDIR%%/login_info.js
%%PLUGDIR%%/login_info.php
%%PLUGDIR%%/media/CAcert-ssl-security.png
%%PLUGDIR%%/media/plugin_login_info.png

0 comments on commit a0908ef

Please sign in to comment.