diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-02-21 19:24:04 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-02-21 19:24:04 +0000 |
commit | 155792e6b5d776578e0a765501939876b045f5ff (patch) | |
tree | 9e7cbc082e1b8ecf292e1a7b5ac4b25487019cc8 /mail/roundcube-contextmenu/Makefile | |
parent | abd4ccbb613fd25c0274cc7f9bca1f550ef5b76e (diff) | |
download | ports-155792e6b5d776578e0a765501939876b045f5ff.tar.gz ports-155792e6b5d776578e0a765501939876b045f5ff.zip |
Notes
Diffstat (limited to 'mail/roundcube-contextmenu/Makefile')
-rw-r--r-- | mail/roundcube-contextmenu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/roundcube-contextmenu/Makefile b/mail/roundcube-contextmenu/Makefile index ff0c2fa4735e..1e3ce4502bc2 100644 --- a/mail/roundcube-contextmenu/Makefile +++ b/mail/roundcube-contextmenu/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= contextmenu -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= mail MASTER_SITES= GH PKGNAMEPREFIX= roundcube- @@ -12,7 +12,7 @@ COMMENT= RoundCube webmail contextmenu plugin LICENSE= GPLv3 -RUN_DEPENDS= roundcube>=1.0:${PORTSDIR}/mail/roundcube +RUN_DEPENDS= roundcube>=1.1:${PORTSDIR}/mail/roundcube NO_BUILD= yes @@ -20,7 +20,7 @@ USE_GITHUB= YES GH_ACCOUNT= JohnDoh GH_PROJECT= Roundcube-Plugin-Context-Menu GH_TAGNAME= ${PORTVERSION} -GH_COMMIT= 9c8d29f +GH_COMMIT= 42efb49 PLUGINDIR= ${WWWDIR:S,/${PORTNAME}$$,,}/roundcube/plugins/${PORTNAME} RCDIR_REL= ${WWWDIR_REL:S,/${PORTNAME}$$,,}/roundcube |