diff --git a/mail/roundcube-automatic_addressbook/Makefile b/mail/roundcube-automatic_addressbook/Makefile index 77f864876461..2cbfb37d4d3c 100644 --- a/mail/roundcube-automatic_addressbook/Makefile +++ b/mail/roundcube-automatic_addressbook/Makefile @@ -1,34 +1,34 @@ PORTNAME= automatic_addressbook PORTVERSION= 0.4.3 CATEGORIES= mail PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= andrej@ebert.su COMMENT= Roundcube webmail automatic addressbook plugin WWW= https://github.com/sblaisot/automatic_addressbook LICENSE= GPLv3 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.8:mail/roundcube@${PHP_FLAVOR} USES= php:flavors USE_GITHUB= yes GH_ACCOUNT= sblaisot -IGNORE_WITH_PHP= 81 82 +IGNORE_WITH_PHP=82 WWWDIR= ${RCDIR}/plugins/automatic_addressbook NO_ARCH= yes NO_BUILD= yes RCDIR= ${PREFIX}/www/roundcube SUB_FILES= pkg-message SUB_LIST= PLUGINDIR=${WWWDIR} \ RCDIR=${RCDIR} do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} .include diff --git a/mail/roundcube-html5_notifier/Makefile b/mail/roundcube-html5_notifier/Makefile index 6e9946046909..00116faae691 100644 --- a/mail/roundcube-html5_notifier/Makefile +++ b/mail/roundcube-html5_notifier/Makefile @@ -1,30 +1,30 @@ PORTNAME= html5_notifier PORTVERSION= 0.6.4 DISTVERSIONPREFIX= v CATEGORIES= mail PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= meta@FreeBSD.org COMMENT= HTML5 desktop notifier plugin for roundcube WWW= https://github.com/stremlau/html5_notifier LICENSE= GPLv3 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= stremlau -IGNORE_WITH_PHP= 81 82 +IGNORE_WITH_PHP=82 WWWDIR= ${PREFIX}/www/roundcube/plugins/${PORTNAME} NO_ARCH= yes NO_BUILD= yes do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} .include diff --git a/mail/roundcube-thunderbird_labels/Makefile b/mail/roundcube-thunderbird_labels/Makefile index 06cf53506365..e3a88b01ddae 100644 --- a/mail/roundcube-thunderbird_labels/Makefile +++ b/mail/roundcube-thunderbird_labels/Makefile @@ -1,49 +1,49 @@ PORTNAME= thunderbird_labels DISTVERSIONPREFIX= v DISTVERSION= 1.4.11 CATEGORIES= mail PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= moiseev@mezonplus.ru COMMENT= Thunderbird Labels plugin for RoundCube webmail WWW= https://github.com/mike-kfed/roundcube-thunderbird_labels LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.4.0:mail/roundcube@${PHP_FLAVOR} -IGNORE_WITH_PHP= 81 82 +IGNORE_WITH_PHP=82 USES= php:flavors USE_GITHUB= yes GH_ACCOUNT= mike-kfed GH_PROJECT= roundcube-thunderbird_labels NO_ARCH= yes NO_BUILD= yes PLUGINDIR= ${WWWDIR:S,/${PORTNAME}$$,,}/roundcube/plugins/${PORTNAME} PLUGINDIR_REL= ${WWWDIR_REL:S,/${PORTNAME}$$,,}/roundcube/plugins/${PORTNAME} PLIST_SUB= PLUGINDIR_REL="${PLUGINDIR_REL}" OPTIONS_DEFINE= DOCS # This target is only meant to be used by the port maintainer. x-generate-plist: build make makeplist | \ ${SED} \ -e "s,^\(%%PLUGINDIR_REL%%/config\.inc\.php\.sample$$\),@sample \1," \ -e "s,^\(%%PLUGINDIR_REL%%/docs/\),%%PORTDOCS%%\1," \ >${.CURDIR}/pkg-plist.tmp do-install: @${MKDIR} ${STAGEDIR}${PLUGINDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PLUGINDIR} cd ${STAGEDIR}${PLUGINDIR} && \ ${MV} config.inc.php.dist config.inc.php.sample && \ ${RM} coffee2js.sh docs/_config.yml && \ ${RM} -r coffeescripts .include diff --git a/mail/roundcube-yubikey_auth/Makefile b/mail/roundcube-yubikey_auth/Makefile index f658888f4d5b..4e2020831ccd 100644 --- a/mail/roundcube-yubikey_auth/Makefile +++ b/mail/roundcube-yubikey_auth/Makefile @@ -1,42 +1,42 @@ PORTNAME= yubikey_auth PORTVERSION= g20180404 CATEGORIES= mail PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= vidar@karlsen.tech COMMENT= Roundcube yubikey auth plugin WWW= https://github.com/northox/roundcube-yubikey-plugin 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= northox GH_PROJECT= roundcube-yubikey-plugin GH_TAGNAME= 383bbb3 USE_PHP= curl -IGNORE_WITH_PHP= 81 82 +IGNORE_WITH_PHP= 82 WWWDIR= ${PREFIX}/www/roundcube/plugins/roundcube_yubikey_authentication NO_ARCH= yes NO_BUILD= yes post-patch: ${REINPLACE_CMD} -e 's/roundcube_yubikey_plugin/YubiKey OTP/g' \ ${WRKSRC}/yubikey.js ${REINPLACE_CMD} \ -e "s/array('yubikey_authentication')/array('roundcube_yubikey_authentication')/g" \ -e 's,plugins/yubikey_authentication,plugins/roundcube_yubikey_authentication,g' \ ${WRKSRC}/README.md do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} cd ${STAGEDIR}${WWWDIR} && \ ${MV} config.inc.php config.inc.php.sample .include