diff --git a/mail/roundcube-gravatar/Makefile b/mail/roundcube-gravatar/Makefile index 08d17b652bb4..2e2c02c21cac 100644 --- a/mail/roundcube-gravatar/Makefile +++ b/mail/roundcube-gravatar/Makefile @@ -1,44 +1,43 @@ PORTNAME= gravatar DISTVERSION= 1.6 DISTVERSIONPREFIX=v CATEGORIES= mail PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= netchild@FreeBSD.org COMMENT= Roundcube gravatar plugin WWW= https://github.com/prodrigestivill/roundcube_gravatar/ LICENSE= GPLv3 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP= 83 WWWDIR= ${LOCALBASE}/www/roundcube NO_ARCH= yes NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= prodrigestivill GH_PROJECT= roundcube-gravatar PLUGDIR= ${WWWDIR}/plugins/gravatar PLIST_SUB+= PLUGDIR="www/roundcube/plugins/gravatar" do-install: @${ECHO} "Installing in ${PLUGDIR}" ${MKDIR} ${STAGEDIR}/${PLUGDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${PLUGDIR} gen-plist: ${FIND} ${WRKSRC} -type f -print | ${SORT} | \ ${GREP} -v '.gitignore' | \ ${SED} -e "s:${WRKSRC}:%%PLUGDIR%%:g" \ -e 's:%%PLUGDIR%%/config.inc.php.dist:@sample %%PLUGDIR%%/config.inc.php.dist %%PLUGDIR%%/config.inc.php:' \ > pkg-plist.new ${FIND} ${WRKSRC} -type d -print | ${SORT} -r | \ ${SED} -e "s:${WRKSRC}:@dir %%PLUGDIR%%:g" >> pkg-plist.new .include diff --git a/mail/roundcube-login_info/Makefile b/mail/roundcube-login_info/Makefile index bd39a7db3722..e37628f775c9 100644 --- a/mail/roundcube-login_info/Makefile +++ b/mail/roundcube-login_info/Makefile @@ -1,36 +1,35 @@ PORTNAME= login_info DISTVERSION= 1.5.1 CATEGORIES= mail PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= netchild@FreeBSD.org COMMENT= Roundcube login info plugin WWW= https://github.com/marneu/login_info/README.md LICENSE= GPLv2 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP= 83 WWWDIR= ${LOCALBASE}/www/roundcube NO_ARCH= yes NO_BUILD= yes 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" do-install: @${ECHO} "Installing in ${PLUGDIR}" ${MKDIR} ${STAGEDIR}/${PLUGDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${PLUGDIR} .include diff --git a/mail/roundcube-tls_icon/Makefile b/mail/roundcube-tls_icon/Makefile index e3312347a435..41d15be509fd 100644 --- a/mail/roundcube-tls_icon/Makefile +++ b/mail/roundcube-tls_icon/Makefile @@ -1,43 +1,42 @@ PORTNAME= tls_icon DISTVERSION= 1.3.1 CATEGORIES= mail PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= netchild@FreeBSD.org COMMENT= Roundcube tls_icon plugin WWW= https://github.com/GermanCoding/Roundcube_TLS_Icon LICENSE= MIT RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP= 83 WWWDIR= ${LOCALBASE}/www/roundcube NO_ARCH= yes NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= GermanCoding GH_PROJECT= Roundcube_TLS_Icon PLUGDIR= ${WWWDIR}/plugins/tls_icon PLIST_SUB+= PLUGDIR="www/roundcube/plugins/tls_icon" do-install: @${ECHO} "Installing in ${PLUGDIR}" ${MKDIR} ${STAGEDIR}/${PLUGDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${PLUGDIR} gen-plist: ${FIND} ${WRKSRC} -type f -print | ${SORT} | \ ${GREP} -v '.gitignore' | \ ${SED} -e "s:${WRKSRC}:%%PLUGDIR%%:g" \ -e 's:%%PLUGDIR%%/config.inc.php.dist:@sample %%PLUGDIR%%/config.inc.php.dist %%PLUGDIR%%/config.inc.php:' \ > pkg-plist.new ${FIND} ${WRKSRC} -type d -print | ${SORT} -r | \ ${SED} -e "s:${WRKSRC}:@dir %%PLUGDIR%%:g" >> pkg-plist.new .include