View | Details | Raw Unified | Return to bug 197843
Collapse All | Expand All

(-)./roundcube-contextmenu/Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/mail/roundcube-contextmenu/Makefile 356458 2014-06-04 10:35:04Z miwi $
2
# $FreeBSD: head/mail/roundcube-contextmenu/Makefile 356458 2014-06-04 10:35:04Z miwi $
3
3
4
PORTNAME=	contextmenu
4
PORTNAME=	contextmenu
5
PORTVERSION=	2.0
5
PORTVERSION=	2.1
6
CATEGORIES=	mail
6
CATEGORIES=	mail
7
MASTER_SITES=	GH
7
MASTER_SITES=	GH
8
PKGNAMEPREFIX=	roundcube-
8
PKGNAMEPREFIX=	roundcube-
Lines 12-18 Link Here
12
12
13
LICENSE=	GPLv3
13
LICENSE=	GPLv3
14
14
15
RUN_DEPENDS=	roundcube>=1.0:${PORTSDIR}/mail/roundcube
15
RUN_DEPENDS=	roundcube>=1.1:${PORTSDIR}/mail/roundcube
16
16
17
NO_BUILD=	yes
17
NO_BUILD=	yes
18
18
Lines 20-26 Link Here
20
GH_ACCOUNT=	JohnDoh
20
GH_ACCOUNT=	JohnDoh
21
GH_PROJECT=	Roundcube-Plugin-Context-Menu
21
GH_PROJECT=	Roundcube-Plugin-Context-Menu
22
GH_TAGNAME=	${PORTVERSION}
22
GH_TAGNAME=	${PORTVERSION}
23
GH_COMMIT=	9c8d29f
23
GH_COMMIT=	42efb49
24
24
25
PLUGINDIR=	${WWWDIR:S,/${PORTNAME}$$,,}/roundcube/plugins/${PORTNAME}
25
PLUGINDIR=	${WWWDIR:S,/${PORTNAME}$$,,}/roundcube/plugins/${PORTNAME}
26
RCDIR_REL=	${WWWDIR_REL:S,/${PORTNAME}$$,,}/roundcube
26
RCDIR_REL=	${WWWDIR_REL:S,/${PORTNAME}$$,,}/roundcube
(-)./roundcube-contextmenu/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (contextmenu-2.0.tar.gz) = c99d0d48316879680253e256cdfc59939e3c15fb5ef7159cad0bc47a82156cd5
1
SHA256 (contextmenu-2.1.tar.gz) = 3a13fb9b907bc7caf888e84566a2099fb6c9d89d586b32cb474d148c292f3565
2
SIZE (contextmenu-2.0.tar.gz) = 24523
2
SIZE (contextmenu-2.1.tar.gz) = 43128
(-)./roundcube-contextmenu/pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
Context menu plugin for RoundCube webmail.
1
Context menu plugin for RoundCube webmail.
2
2
3
WWW: http://www.tehinterweb.co.uk/roundcube/
3
WWW: http://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/
(-)./roundcube-contextmenu/pkg-plist (-7 / +1 lines)
Lines 1-4 Link Here
1
%%RCDIR_REL%%/plugins/contextmenu/CHANGELOG
1
%%RCDIR_REL%%/plugins/contextmenu/CHANGELOG
2
%%RCDIR_REL%%/plugins/contextmenu/MANUAL.md
2
%%RCDIR_REL%%/plugins/contextmenu/README.md
3
%%RCDIR_REL%%/plugins/contextmenu/README.md
3
%%RCDIR_REL%%/plugins/contextmenu/composer.json
4
%%RCDIR_REL%%/plugins/contextmenu/composer.json
4
%%RCDIR_REL%%/plugins/contextmenu/contextmenu.js
5
%%RCDIR_REL%%/plugins/contextmenu/contextmenu.js
Lines 33-42 Link Here
33
%%RCDIR_REL%%/plugins/contextmenu/skins/larry/contextmenu.css
34
%%RCDIR_REL%%/plugins/contextmenu/skins/larry/contextmenu.css
34
%%RCDIR_REL%%/plugins/contextmenu/skins/larry/functions.js
35
%%RCDIR_REL%%/plugins/contextmenu/skins/larry/functions.js
35
%%RCDIR_REL%%/plugins/contextmenu/skins/larry/images/contexticons.png
36
%%RCDIR_REL%%/plugins/contextmenu/skins/larry/images/contexticons.png
36
@dirrm %%RCDIR_REL%%/plugins/contextmenu/localization
37
@dirrm %%RCDIR_REL%%/plugins/contextmenu/skins/classic/images
38
@dirrm %%RCDIR_REL%%/plugins/contextmenu/skins/classic
39
@dirrm %%RCDIR_REL%%/plugins/contextmenu/skins/larry/images
40
@dirrm %%RCDIR_REL%%/plugins/contextmenu/skins/larry
41
@dirrm %%RCDIR_REL%%/plugins/contextmenu/skins
42
@dirrm %%RCDIR_REL%%/plugins/contextmenu

Return to bug 197843