Bug 180965 - [maintainer update] mail/roundcube-contextmenu: update to 1.10
Summary: [maintainer update] mail/roundcube-contextmenu: update to 1.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-31 11:20 UTC by Alexander Moisseev
Modified: 2013-08-01 16:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.78 KB, patch)
2013-07-31 11:20 UTC, Alexander Moisseev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Moisseev 2013-07-31 11:20:00 UTC
- update to 1.10
- trim Makefile header

Fix: Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-08-01 15:57:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-01 16:43:30 UTC
Author: wg
Date: Thu Aug  1 15:43:22 2013
New Revision: 324113
URL: http://svnweb.freebsd.org/changeset/ports/324113

Log:
  mail/roundcube-contextmenu: update to 1.10
  
  - Update to 1.10
  
  Changes:
  https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/blob/master/CHANGELOG
  
  PR:		ports/180965
  Submitted by:	Alexander Moisseev <moiseev mezonplus.ru> (maintainer)

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

Modified: head/mail/roundcube-contextmenu/Makefile
==============================================================================
--- head/mail/roundcube-contextmenu/Makefile	Thu Aug  1 15:40:49 2013	(r324112)
+++ head/mail/roundcube-contextmenu/Makefile	Thu Aug  1 15:43:22 2013	(r324113)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	roundcube-contextmenu
-# Date created:				27 Oct 2011
-# Whom:					Alexander Moisseev <moiseev@mezonplus.ru>
-#
+# Created by: Alexander Moisseev <moiseev@mezonplus.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	contextmenu
-PORTVERSION=	1.9
+PORTVERSION=	1.10
 CATEGORIES=	mail
 MASTER_SITES=	http://www.tehinterweb.co.uk/roundcube/plugins/
 PKGNAMEPREFIX=	roundcube-
@@ -17,7 +13,7 @@ COMMENT=	RoundCube webmail contextmenu p
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	roundcube>=0.6:${PORTSDIR}/mail/roundcube
+RUN_DEPENDS=	roundcube>=0.9:${PORTSDIR}/mail/roundcube
 
 NO_BUILD=	yes
 

Modified: head/mail/roundcube-contextmenu/distinfo
==============================================================================
--- head/mail/roundcube-contextmenu/distinfo	Thu Aug  1 15:40:49 2013	(r324112)
+++ head/mail/roundcube-contextmenu/distinfo	Thu Aug  1 15:43:22 2013	(r324113)
@@ -1,2 +1,2 @@
-SHA256 (contextmenu.tar.gz) = c5e931dfd36c70909aff24d67e4371a9a5acded8c954f8bbbacbb84b2b82367b
-SIZE (contextmenu.tar.gz) = 46818
+SHA256 (contextmenu.tar.gz) = 79a63e91ca7bc361872976e19f0ab6559c95e32618776bddd3e44a30e3148192
+SIZE (contextmenu.tar.gz) = 47350

Modified: head/mail/roundcube-contextmenu/pkg-plist
==============================================================================
--- head/mail/roundcube-contextmenu/pkg-plist	Thu Aug  1 15:40:49 2013	(r324112)
+++ head/mail/roundcube-contextmenu/pkg-plist	Thu Aug  1 15:43:22 2013	(r324113)
@@ -1,5 +1,5 @@
 %%WWWDIR%%/CHANGELOG
-%%WWWDIR%%/README
+%%WWWDIR%%/README.md
 %%WWWDIR%%/contextmenu.js
 %%WWWDIR%%/contextmenu.php
 %%WWWDIR%%/jquery.contextMenu.js
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-08-01 16:43:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!