Index: head/mail/roundcube-automatic_addressbook/Makefile =================================================================== --- head/mail/roundcube-automatic_addressbook/Makefile (revision 564975) +++ head/mail/roundcube-automatic_addressbook/Makefile (revision 564976) @@ -1,33 +1,34 @@ # $FreeBSD$ PORTNAME= automatic_addressbook PORTVERSION= 0.4.3 CATEGORIES= mail PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= andrej@ebert.su COMMENT= Roundcube webmail automatic addressbook plugin LICENSE= GPLv3 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.8:mail/roundcube@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=80 USE_GITHUB= yes GH_ACCOUNT= sblaisot NO_BUILD= yes NO_ARCH= yes RCDIR= ${PREFIX}/www/roundcube WWWDIR= ${RCDIR}/plugins/automatic_addressbook SUB_FILES= pkg-message SUB_LIST= RCDIR=${RCDIR} PLUGINDIR=${WWWDIR} do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} .include Index: head/mail/roundcube-carddav/Makefile =================================================================== --- head/mail/roundcube-carddav/Makefile (revision 564975) +++ head/mail/roundcube-carddav/Makefile (revision 564976) @@ -1,41 +1,42 @@ # Created by: gahr # $FreeBSD$ PORTNAME= carddav PORTVERSION= 3.0.3 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= https://github.com/blind-coder/rcmcarddav/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= gahr@FreeBSD.org COMMENT= Roundcube CardDAV 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} WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes NO_ARCH= yes # Cannot use USE_GITHUB, as the original tarball doesn't come with the bundled # sabre library. #USE_GITHUB= yes #GH_ACCOUNT= blind-coder #GH_PROJECT= rcmcarddav USES= php:flavors tar:bz2 USE_PHP= simplexml sockets curl +IGNORE_WITH_PHP=80 WWWDIR= ${PREFIX}/www/roundcube/plugins/carddav do-install: ${FIND} ${WRKSRC} -name "*.orig" -delete ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} .include Index: head/mail/roundcube-contextmenu/Makefile =================================================================== --- head/mail/roundcube-contextmenu/Makefile (revision 564975) +++ head/mail/roundcube-contextmenu/Makefile (revision 564976) @@ -1,33 +1,34 @@ # Created by: Alexander Moisseev # $FreeBSD$ PORTNAME= contextmenu PORTVERSION= 3.2.1 CATEGORIES= mail PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= moiseev@mezonplus.ru COMMENT= RoundCube webmail contextmenu plugin LICENSE= GPLv3 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.4.4:mail/roundcube@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=80 NO_BUILD= yes NO_ARCH= yes USE_GITHUB= yes GH_ACCOUNT= JohnDoh GH_PROJECT= roundcube-contextmenu PLUGINDIR= ${WWWDIR:S,/${PORTNAME}$$,,}/roundcube/plugins/${PORTNAME} RCDIR_REL= ${WWWDIR_REL:S,/${PORTNAME}$$,,}/roundcube PLIST_SUB= RCDIR_REL="${RCDIR_REL}" do-install: ${MKDIR} ${STAGEDIR}${PLUGINDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PLUGINDIR} .include Index: head/mail/roundcube-html5_notifier/Makefile =================================================================== --- head/mail/roundcube-html5_notifier/Makefile (revision 564975) +++ head/mail/roundcube-html5_notifier/Makefile (revision 564976) @@ -1,31 +1,32 @@ # $FreeBSD$ 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 LICENSE= GPLv3 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR} BUILD_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=80 USE_GITHUB= yes GH_ACCOUNT= stremlau NO_BUILD= yes NO_ARCH= yes WWWDIR= ${PREFIX}/www/roundcube/plugins/${PORTNAME} do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} .include Index: head/mail/roundcube-login_info/Makefile =================================================================== --- head/mail/roundcube-login_info/Makefile (revision 564975) +++ head/mail/roundcube-login_info/Makefile (revision 564976) @@ -1,34 +1,35 @@ # Created by: Mark Felder # $FreeBSD$ PORTNAME= login_info DISTVERSION= 1.2 PORTREVISION= 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 LICENSE= GPLv2 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.5:mail/roundcube@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=80 NO_BUILD= yes NO_ARCH= yes WWWDIR= ${LOCALBASE}/www/roundcube PLUGDIR= ${WWWDIR}/plugins/login_info PLIST_SUB+= PLUGDIR="www/roundcube/plugins/login_info" WRKSRC= ${WRKDIR}/login_info do-install: @${ECHO} "Installing in ${PLUGDIR}" ${MKDIR} ${STAGEDIR}/${PLUGDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${PLUGDIR} .include Index: head/mail/roundcube-mobilecube/Makefile =================================================================== --- head/mail/roundcube-mobilecube/Makefile (revision 564975) +++ head/mail/roundcube-mobilecube/Makefile (revision 564976) @@ -1,34 +1,35 @@ # Created by: Alexey V. Degtyarev # $FreeBSD$ PORTNAME= mobilecube PORTVERSION= ${THEME_VERSION}.${THEME_BUILD} CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${THEME_VERSION}%20Beta/Build%20%23${THEME_BUILD}/ PKGNAMEPREFIX= roundcube- DISTNAME= MobileCubeBeta%23${THEME_BUILD} PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Theme for RoundCube Web Mail RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.3:mail/roundcube@${PHP_FLAVOR} THEME_VERSION?= 3.1.0 THEME_BUILD?= 030110A USES= php:flavors zip +IGNORE_WITH_PHP=80 NO_BUILD= yes NO_ARCH= yes WRKSRC= ${WRKDIR}/MobileCubeBeta\#${THEME_BUILD} WWWDIR?= ${PREFIX}/www/roundcube/skins/MobileCube post-patch: ${FIND} ${WRKSRC} -type f -name '*.orig' -or -name '.DS_Store' -delete do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC}/MobileCube && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} .include Index: head/mail/roundcube-mvision2/Makefile =================================================================== --- head/mail/roundcube-mvision2/Makefile (revision 564975) +++ head/mail/roundcube-mvision2/Makefile (revision 564976) @@ -1,35 +1,36 @@ # Created by: Alexey V. Degtyarev # $FreeBSD$ PORTNAME= mvision2 PORTVERSION= 2 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://roundcubethemes.net/downloads/ \ ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Theme for RoundCube Web Mail RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.2:mail/roundcube@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=80 NO_BUILD= yes NO_ARCH= yes WWWDIR?= ${PREFIX}/www/roundcube/skins/mvision2_en SUB_FILES= pkg-message post-extract: @${FIND} ${WRKDIR} -name "._*" -delete do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKDIR}/mvision2_en && ${PAX} -r -w . \ ${STAGEDIR}${WWWDIR} ${FIND} ${STAGEDIR}${WWWDIR} -type f -exec ${CHMOD} 0644 {} \; .include Index: head/mail/roundcube-sauserprefs/Makefile =================================================================== --- head/mail/roundcube-sauserprefs/Makefile (revision 564975) +++ head/mail/roundcube-sauserprefs/Makefile (revision 564976) @@ -1,31 +1,32 @@ # Created by: Stefan Bethke # $FreeBSD$ PORTNAME= sauserprefs PORTVERSION= 1.10 # PLEASE MIRROR DISTFILE WITH VERSIONED DIR PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.tehinterweb.co.uk/roundcube/plugins/ \ LOCAL/bdrewery/${PORTNAME}/${PORTVERSION}/ PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= ${PORTNAME} MAINTAINER= stb@lassitu.de COMMENT= Roundcube plugin to manage SpamAssassin prefs LICENSE= GPLv3 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.8:mail/roundcube@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=80 NO_BUILD= yes NO_ARCH= yes WWWDIR= ${PREFIX}/www/roundcube/plugins/sauserprefs do-install: ${MKDIR} ${STAGEDIR}/${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}/${WWWDIR} .include Index: head/mail/roundcube-thunderbird_labels/Makefile =================================================================== --- head/mail/roundcube-thunderbird_labels/Makefile (revision 564975) +++ head/mail/roundcube-thunderbird_labels/Makefile (revision 564976) @@ -1,50 +1,51 @@ # Created by: Alexander Moisseev # $FreeBSD$ PORTNAME= thunderbird_labels PORTVERSION= 1.4.8 DISTVERSIONPREFIX= v CATEGORIES= mail PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= moiseev@mezonplus.ru COMMENT= Thunderbird Labels plugin for RoundCube webmail LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.4.0:mail/roundcube@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=80 NO_BUILD= yes NO_ARCH= yes USE_GITHUB= yes GH_ACCOUNT= mike-kfed GH_PROJECT= roundcube-thunderbird_labels 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 Index: head/mail/roundcube-umich/Makefile =================================================================== --- head/mail/roundcube-umich/Makefile (revision 564975) +++ head/mail/roundcube-umich/Makefile (revision 564976) @@ -1,31 +1,32 @@ # Created by: Alexey V. Degtyarev # $FreeBSD$ PORTNAME= umich PORTVERSION= 20090813 CATEGORIES= mail MASTER_SITES= ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Theme for RoundCube Web Mail LICENSE= GPLv3+ # same as roundcube's RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.2:mail/roundcube@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=80 NO_BUILD= yes NO_ARCH= yes WWWDIR?= ${PREFIX}/www/roundcube/skins/umich post-patch: @${FIND} ${WRKSRC} -type f -name '*.orig' -delete do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} .include Index: head/mail/roundcube-veximaccountadmin/Makefile =================================================================== --- head/mail/roundcube-veximaccountadmin/Makefile (revision 564975) +++ head/mail/roundcube-veximaccountadmin/Makefile (revision 564976) @@ -1,37 +1,38 @@ # Created by: Mark Felder # $FreeBSD$ PORTNAME= veximaccountadmin PORTVERSION= 0.1 PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://axel.sjostedt.no/misc/files/ PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= rcube_plg_veximaccountadmin MAINTAINER= ports@FreeBSD.org COMMENT= Roundcube vexim account admin plugin LICENSE= GPLv3 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.9:mail/roundcube@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=80 NO_BUILD= yes PLIST_SUB+= PLUGINDIR="${PLUGINDIR}" WWWDIR= ${PREFIX}/www/roundcube PLUGINDIR= ${WWWDIR}/plugins/${PORTNAME} WRKSRC= ${WRKDIR}/veximaccountadmin REINPLACE_ARGS=-i '' post-patch: @${REINPLACE_CMD} -e 's/new rcube_mdb2/new rcube_db/g' ${WRKSRC}/veximaccountadmin.php do-install: @${ECHO} "Installing in ${PLUGINDIR}" ${MKDIR} ${STAGEDIR}/${PLUGINDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${PLUGINDIR} .include Index: head/mail/roundcube-yubikey_auth/Makefile =================================================================== --- head/mail/roundcube-yubikey_auth/Makefile (revision 564975) +++ head/mail/roundcube-yubikey_auth/Makefile (revision 564976) @@ -1,46 +1,47 @@ # Created by: Vidar Karlsen # $FreeBSD$ PORTNAME= yubikey_auth PORTVERSION= g20180404 CATEGORIES= mail PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= vidar@karlsen.tech COMMENT= Roundcube yubikey auth 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 +IGNORE_WITH_PHP=80 USE_PHP= curl USE_GITHUB= yes GH_ACCOUNT= northox GH_PROJECT= roundcube-yubikey-plugin GH_TAGNAME= 383bbb3 NO_BUILD= yes NO_ARCH= yes WWWDIR= ${PREFIX}/www/roundcube/plugins/roundcube_yubikey_authentication 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