FreeBSD Bugzilla – Attachment 192744 Details for
Bug 227715
mail/roundcube: flavorize, as well as its dependents
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
roundcube.diff (text/plain), 10.57 KB, created by
Mathieu Arnold
on 2018-04-23 09:53:37 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2018-04-23 09:53:37 UTC
Size:
10.57 KB
patch
obsolete
>base commit: r468089 >diff --git mail/roundcube-automatic_addressbook/Makefile mail/roundcube-automatic_addressbook/Makefile >index 08b711b..9e8f275 100644 >--- mail/roundcube-automatic_addressbook/Makefile >+++ mail/roundcube-automatic_addressbook/Makefile >@@ -4,14 +4,16 @@ 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>=0.8:mail/roundcube >+RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.8:mail/roundcube@${PHP_FLAVOR} > >+USES= php:flavors > USE_GITHUB= yes > GH_ACCOUNT= sblaisot > >diff --git mail/roundcube-carddav/Makefile mail/roundcube-carddav/Makefile >index 8a69e87..e91c987 100644 >--- mail/roundcube-carddav/Makefile >+++ mail/roundcube-carddav/Makefile >@@ -7,14 +7,15 @@ PORTREVISION= 2 > 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>=1.0:mail/roundcube >-RUN_DEPENDS= roundcube>=1.0:mail/roundcube >+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} > >@@ -27,7 +28,7 @@ NO_ARCH= yes > #GH_ACCOUNT= blind-coder > #GH_PROJECT= rcmcarddav > >-USES= php tar:bz2 >+USES= php:flavors tar:bz2 > USE_PHP= simplexml sockets curl > > WWWDIR= ${PREFIX}/www/roundcube/plugins/carddav >diff --git mail/roundcube-contextmenu/Makefile mail/roundcube-contextmenu/Makefile >index d2aac1f..c9f258a 100644 >--- mail/roundcube-contextmenu/Makefile >+++ mail/roundcube-contextmenu/Makefile >@@ -5,14 +5,16 @@ PORTNAME= contextmenu > PORTVERSION= 2.3 > CATEGORIES= mail > PKGNAMEPREFIX= roundcube- >+PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} > > MAINTAINER= moiseev@mezonplus.ru > COMMENT= RoundCube webmail contextmenu plugin > > LICENSE= GPLv3 > >-RUN_DEPENDS= roundcube>=1.3:mail/roundcube >+RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.3:mail/roundcube@${PHP_FLAVOR} > >+USES= php:flavors > NO_BUILD= yes > NO_ARCH= yes > >diff --git mail/roundcube-groupvice/Makefile mail/roundcube-groupvice/Makefile >index 098b072..f1c018d 100644 >--- mail/roundcube-groupvice/Makefile >+++ mail/roundcube-groupvice/Makefile >@@ -6,12 +6,14 @@ PORTVERSION= 0.1.2 > 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 > >-RUN_DEPENDS= roundcube>=0.2:mail/roundcube >+RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.2:mail/roundcube@${PHP_FLAVOR} > >+USES= php:flavors > NO_BUILD= yes > NO_ARCH= yes > >diff --git mail/roundcube-html5_notifier/Makefile mail/roundcube-html5_notifier/Makefile >index fe9423c..28d56c3 100644 >--- mail/roundcube-html5_notifier/Makefile >+++ mail/roundcube-html5_notifier/Makefile >@@ -6,15 +6,17 @@ PORTVERSION= 0.6.2 > 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>=1.0:mail/roundcube >-BUILD_DEPENDS= roundcube>=1.0:mail/roundcube >+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 > USE_GITHUB= yes > GH_ACCOUNT= stremlau > >diff --git mail/roundcube-login_info/Makefile mail/roundcube-login_info/Makefile >index 5c2c6e1..6b1c768 100644 >--- mail/roundcube-login_info/Makefile >+++ mail/roundcube-login_info/Makefile >@@ -7,6 +7,7 @@ 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= feld@FreeBSD.org >@@ -14,8 +15,9 @@ COMMENT= Roundcube login info plugin > > LICENSE= GPLv2 > >-RUN_DEPENDS= roundcube>=0.5:mail/roundcube >+RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.5:mail/roundcube@${PHP_FLAVOR} > >+USES= php:flavors > NO_BUILD= yes > NO_ARCH= yes > >diff --git mail/roundcube-markasjunk2/Makefile mail/roundcube-markasjunk2/Makefile >index c200a94..88a970c 100644 >--- mail/roundcube-markasjunk2/Makefile >+++ mail/roundcube-markasjunk2/Makefile >@@ -5,15 +5,17 @@ PORTNAME= markasjunk2 > PORTVERSION= 1.11.1 > CATEGORIES= mail > PKGNAMEPREFIX= roundcube- >+PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} > > MAINTAINER= gahr@FreeBSD.org > COMMENT= Roundcube mark-as-junk / mark-as-not-junk plugin > > LICENSE= GPLv3 > >-BUILD_DEPENDS= roundcube>=1.0:mail/roundcube >-RUN_DEPENDS= roundcube>=1.0:mail/roundcube >+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= JohnDoh > GH_PROJECT= Roundcube-Plugin-Mark-as-Junk-2 >diff --git mail/roundcube-mobilecube/Makefile mail/roundcube-mobilecube/Makefile >index fae983a..5d080ea 100644 >--- mail/roundcube-mobilecube/Makefile >+++ mail/roundcube-mobilecube/Makefile >@@ -7,16 +7,17 @@ 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>=0.3:mail/roundcube >+RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.3:mail/roundcube@${PHP_FLAVOR} > > THEME_VERSION?= 3.1.0 > THEME_BUILD?= 030110A > >-USES= zip >+USES= php:flavors zip > NO_BUILD= yes > NO_ARCH= yes > >diff --git mail/roundcube-mvision2/Makefile mail/roundcube-mvision2/Makefile >index f25759b..a278340 100644 >--- mail/roundcube-mvision2/Makefile >+++ mail/roundcube-mvision2/Makefile >@@ -8,12 +8,14 @@ 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>=0.2:mail/roundcube >+RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.2:mail/roundcube@${PHP_FLAVOR} > >+USES= php:flavors > NO_BUILD= yes > NO_ARCH= yes > >diff --git mail/roundcube-sauserprefs/Makefile mail/roundcube-sauserprefs/Makefile >index fae9290..03ab027 100644 >--- mail/roundcube-sauserprefs/Makefile >+++ mail/roundcube-sauserprefs/Makefile >@@ -8,6 +8,7 @@ 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 >@@ -15,8 +16,9 @@ COMMENT= Roundcube plugin to manage SpamAssassin prefs > > LICENSE= GPLv3 > >-RUN_DEPENDS= roundcube>=0.8:mail/roundcube >+RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.8:mail/roundcube@${PHP_FLAVOR} > >+USES= php:flavors > NO_BUILD= yes > NO_ARCH= yes > >diff --git mail/roundcube-sieverules/Makefile mail/roundcube-sieverules/Makefile >index aae2abb..87f1151 100644 >--- mail/roundcube-sieverules/Makefile >+++ mail/roundcube-sieverules/Makefile >@@ -6,15 +6,17 @@ DISTVERSION= 2.3 > PORTEPOCH= 1 > CATEGORIES= mail > PKGNAMEPREFIX= roundcube- >+PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} > > MAINTAINER= ports@bsdserwis.com > COMMENT= Roundcube webmail sieve plugin > > LICENSE= GPLv3 > >-BUILD_DEPENDS= roundcube>=1.0:mail/roundcube >-RUN_DEPENDS= roundcube>=1.0:mail/roundcube >+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= johndoh > GH_PROJECT= roundcube-sieverules >diff --git mail/roundcube-thunderbird_labels/Makefile mail/roundcube-thunderbird_labels/Makefile >index 9bf8c6a..ffcd903 100644 >--- mail/roundcube-thunderbird_labels/Makefile >+++ mail/roundcube-thunderbird_labels/Makefile >@@ -6,6 +6,7 @@ PORTVERSION= 1.1.4 > DISTVERSIONPREFIX= v > CATEGORIES= mail > PKGNAMEPREFIX= roundcube- >+PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} > > MAINTAINER= moiseev@mezonplus.ru > COMMENT= Thunderbird Labels plugin for RoundCube webmail >@@ -13,8 +14,9 @@ COMMENT= Thunderbird Labels plugin for RoundCube webmail > LICENSE= BSD2CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE.md > >-RUN_DEPENDS= roundcube>=0.5:mail/roundcube >+RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.5:mail/roundcube@${PHP_FLAVOR} > >+USES= php:flavors > NO_BUILD= yes > NO_ARCH= yes > >diff --git mail/roundcube-umich/Makefile mail/roundcube-umich/Makefile >index bb75177..1018ac3 100644 >--- mail/roundcube-umich/Makefile >+++ mail/roundcube-umich/Makefile >@@ -6,12 +6,14 @@ 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 > >-RUN_DEPENDS= roundcube>=0.2:mail/roundcube >+RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.2:mail/roundcube@${PHP_FLAVOR} > >+USES= php:flavors > NO_BUILD= yes > NO_ARCH= yes > >diff --git mail/roundcube-veximaccountadmin/Makefile mail/roundcube-veximaccountadmin/Makefile >index 719e9e0..faf1f31 100644 >--- mail/roundcube-veximaccountadmin/Makefile >+++ mail/roundcube-veximaccountadmin/Makefile >@@ -7,6 +7,7 @@ PORTREVISION= 2 > CATEGORIES= mail > MASTER_SITES= http://axel.sjostedt.no/misc/files/ > PKGNAMEPREFIX= roundcube- >+PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} > DISTNAME= rcube_plg_veximaccountadmin > > MAINTAINER= feld@FreeBSD.org >@@ -14,8 +15,9 @@ COMMENT= Roundcube vexim account admin plugin > > LICENSE= GPLv3 > >-RUN_DEPENDS= roundcube>=0.9:mail/roundcube >+RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.9:mail/roundcube@${PHP_FLAVOR} > >+USES= php:flavors > NO_BUILD= yes > > PLIST_SUB+= PLUGINDIR="${PLUGINDIR}" >diff --git mail/roundcube/Makefile mail/roundcube/Makefile >index 7a591ca..33d2822 100644 >--- mail/roundcube/Makefile >+++ mail/roundcube/Makefile >@@ -6,6 +6,7 @@ PORTEPOCH= 1 > CATEGORIES?= mail www > MASTER_SITES= https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/ > DISTNAME= ${PORTNAME}mail-${DISTVERSION}-complete >+PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} > > MAINTAINER?= ale@FreeBSD.org > COMMENT= Fully skinnable XHTML/CSS webmail written in PHP >@@ -20,7 +21,7 @@ RCUBECOMP= SQL config .htaccess index.php installer logs \ > plugins program skins temp vendor > PORTDOCS= CHANGELOG INSTALL README.md UPGRADING > >-USES= cpe php:web >+USES= cpe php:web,flavors > CPE_PRODUCT= webmail > CPE_VENDOR= roundcube >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 227715
: 192744