svn commit: r379543 - head/mail/roundcube-contextmenu

Kurt Jaeger pi at FreeBSD.org
Sat Feb 21 19:24:05 UTC 2015


Author: pi
Date: Sat Feb 21 19:24:04 2015
New Revision: 379543
URL: https://svnweb.freebsd.org/changeset/ports/379543
QAT: https://qat.redports.org/buildarchive/r379543/

Log:
  mail/roundcube-contextmenu: 2.0 -> 2.1
  
  - Update homepage URI
  - Update to work with roundcube 1.1
    https://lists.freebsd.org/pipermail/freebsd-ports/2015-February/098132.html
  
  PR:		197843
  Submitted by:	Alexander Moisseev <moiseev at mezonplus.ru> (maintainer)

Modified:
  head/mail/roundcube-contextmenu/Makefile
  head/mail/roundcube-contextmenu/distinfo
  head/mail/roundcube-contextmenu/pkg-descr
  head/mail/roundcube-contextmenu/pkg-plist

Modified: head/mail/roundcube-contextmenu/Makefile
==============================================================================
--- head/mail/roundcube-contextmenu/Makefile	Sat Feb 21 19:15:58 2015	(r379542)
+++ head/mail/roundcube-contextmenu/Makefile	Sat Feb 21 19:24:04 2015	(r379543)
@@ -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 p
 
 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

Modified: head/mail/roundcube-contextmenu/distinfo
==============================================================================
--- head/mail/roundcube-contextmenu/distinfo	Sat Feb 21 19:15:58 2015	(r379542)
+++ head/mail/roundcube-contextmenu/distinfo	Sat Feb 21 19:24:04 2015	(r379543)
@@ -1,2 +1,2 @@
-SHA256 (contextmenu-2.0.tar.gz) = c99d0d48316879680253e256cdfc59939e3c15fb5ef7159cad0bc47a82156cd5
-SIZE (contextmenu-2.0.tar.gz) = 24523
+SHA256 (contextmenu-2.1.tar.gz) = 3a13fb9b907bc7caf888e84566a2099fb6c9d89d586b32cb474d148c292f3565
+SIZE (contextmenu-2.1.tar.gz) = 43128

Modified: head/mail/roundcube-contextmenu/pkg-descr
==============================================================================
--- head/mail/roundcube-contextmenu/pkg-descr	Sat Feb 21 19:15:58 2015	(r379542)
+++ head/mail/roundcube-contextmenu/pkg-descr	Sat Feb 21 19:24:04 2015	(r379543)
@@ -1,3 +1,3 @@
 Context menu plugin for RoundCube webmail.
 
-WWW: http://www.tehinterweb.co.uk/roundcube/
+WWW: http://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/

Modified: head/mail/roundcube-contextmenu/pkg-plist
==============================================================================
--- head/mail/roundcube-contextmenu/pkg-plist	Sat Feb 21 19:15:58 2015	(r379542)
+++ head/mail/roundcube-contextmenu/pkg-plist	Sat Feb 21 19:24:04 2015	(r379543)
@@ -1,4 +1,5 @@
 %%RCDIR_REL%%/plugins/contextmenu/CHANGELOG
+%%RCDIR_REL%%/plugins/contextmenu/MANUAL.md
 %%RCDIR_REL%%/plugins/contextmenu/README.md
 %%RCDIR_REL%%/plugins/contextmenu/composer.json
 %%RCDIR_REL%%/plugins/contextmenu/contextmenu.js
@@ -33,10 +34,3 @@
 %%RCDIR_REL%%/plugins/contextmenu/skins/larry/contextmenu.css
 %%RCDIR_REL%%/plugins/contextmenu/skins/larry/functions.js
 %%RCDIR_REL%%/plugins/contextmenu/skins/larry/images/contexticons.png
- at dirrm %%RCDIR_REL%%/plugins/contextmenu/localization
- at dirrm %%RCDIR_REL%%/plugins/contextmenu/skins/classic/images
- at dirrm %%RCDIR_REL%%/plugins/contextmenu/skins/classic
- at dirrm %%RCDIR_REL%%/plugins/contextmenu/skins/larry/images
- at dirrm %%RCDIR_REL%%/plugins/contextmenu/skins/larry
- at dirrm %%RCDIR_REL%%/plugins/contextmenu/skins
- at dirrm %%RCDIR_REL%%/plugins/contextmenu


More information about the svn-ports-all mailing list