misc/174843: [MAINTAINER] deskutils/rednotebook: update to 1.6.5
Hon-Yu Lawrence Cheung
cheunghonyu at gmail.com
Sun Dec 30 22:40:00 UTC 2012
>Number: 174843
>Category: misc
>Synopsis: [MAINTAINER] deskutils/rednotebook: update to 1.6.5
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Dec 30 22:40:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Hon-Yu Lawrence Cheung
>Release: FreeBSD 9.1-RELEASE
>Organization:
>Environment:
FreeBSD a5552.honyucheung.net 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r244721: Thu Dec 27 08:32:08 HKT 2012 root at a5552.honyucheung.net:/usr/obj/usr/src/sys/A5552 amd64
>Description:
Changelog from upstream
== 1.6.5 (2012-12-27) ==
* Add menu item for clearing the text format.
* Add toolbar menus "Insert" and "Format" to main menu for better accessibility and HUD integration.
* Only show keyboard shortcuts in main menu, not in toolbar menus.
* Use selected text as link name when a new link is inserted.
* When an image or file is inserted, use selected text as the name of the link.
* Format selected text as header when a header is inserted.
* Convert selected text to a list when a list is inserted.
* Select title after it has been inserted to allow for easy editing.
* Change file permissions so that journal files are only readable by the user.
* Windows: Restore slider positions after opening RedNotebook from the tray.
* Windows: Support non-ascii installation paths.
== 1.6.4 (2012-12-22) ==
* Never include previous RedNotebook backups in new backups.
* Add strikethrough shortcut Ctrl+K.
* By default don't switch between edit and preview mode automatically.
* Add experimental support for irc protocol.
== 1.6.3 (2012-12-06) ==
* Fix: Don't interpret URLs with non-empty paths as local links.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
--- Makefile.orig 2012-12-30 09:30:50.000000000 +0800
+++ Makefile 2012-12-30 09:31:27.000000000 +0800
@@ -1,10 +1,10 @@
# Created by: Hon-Yu Lawrence Cheung (cheunghonyu at gmail.com)
# $FreeBSD: head/deskutils/rednotebook/Makefile 308942 2012-12-15 10:11:39Z madpilot $
PORTNAME= rednotebook
-PORTVERSION= 1.6.2
+PORTVERSION= 1.6.5
CATEGORIES= deskutils python
MASTER_SITES= SF
MASTER_SITE_SUBDIR= rednotebook
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
--- distinfo.orig 2012-12-30 09:31:01.000000000 +0800
+++ distinfo 2012-12-30 09:33:32.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (rednotebook-1.6.2.tar.gz) = 4fc439736c6cf82677b6cbca93c6ca4a3d7037d8efbce3fe211f947bc2db8ae2
-SIZE (rednotebook-1.6.2.tar.gz) = 449877
+SHA256 (rednotebook-1.6.5.tar.gz) = b61c17846b5c0b42f15f2d49468fca17f509082a4390d21d6aa6f13da3ca99bd
+SIZE (rednotebook-1.6.5.tar.gz) = 441165
--- pkg-plist.orig 2012-12-30 09:31:12.000000000 +0800
+++ pkg-plist 2012-12-31 06:20:58.000000000 +0800
@@ -58,13 +58,19 @@
%%PYTHON_SITELIBDIR%%/rednotebook/gui/editor.pyc
%%PYTHON_SITELIBDIR%%/rednotebook/gui/editor.pyo
%%PYTHON_SITELIBDIR%%/rednotebook/gui/exports.py
%%PYTHON_SITELIBDIR%%/rednotebook/gui/exports.pyc
%%PYTHON_SITELIBDIR%%/rednotebook/gui/exports.pyo
+%%PYTHON_SITELIBDIR%%/rednotebook/gui/format_menu.py
+%%PYTHON_SITELIBDIR%%/rednotebook/gui/format_menu.pyc
+%%PYTHON_SITELIBDIR%%/rednotebook/gui/format_menu.pyo
%%PYTHON_SITELIBDIR%%/rednotebook/gui/imports.py
%%PYTHON_SITELIBDIR%%/rednotebook/gui/imports.pyc
%%PYTHON_SITELIBDIR%%/rednotebook/gui/imports.pyo
+%%PYTHON_SITELIBDIR%%/rednotebook/gui/insert_menu.py
+%%PYTHON_SITELIBDIR%%/rednotebook/gui/insert_menu.pyc
+%%PYTHON_SITELIBDIR%%/rednotebook/gui/insert_menu.pyo
%%PYTHON_SITELIBDIR%%/rednotebook/gui/main_window.py
%%PYTHON_SITELIBDIR%%/rednotebook/gui/main_window.pyc
%%PYTHON_SITELIBDIR%%/rednotebook/gui/main_window.pyo
%%PYTHON_SITELIBDIR%%/rednotebook/gui/menu.py
%%PYTHON_SITELIBDIR%%/rednotebook/gui/menu.pyc
@@ -86,12 +92,10 @@
%%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-256.png
%%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-32.png
%%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-48.png
%%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-64.png
%%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-14.png
-%%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-85.png
-%%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-96.png
%%PYTHON_SITELIBDIR%%/rednotebook/images/bulletlist.png
%%PYTHON_SITELIBDIR%%/rednotebook/images/date.png
%%PYTHON_SITELIBDIR%%/rednotebook/images/formula.png
%%PYTHON_SITELIBDIR%%/rednotebook/images/insert-image-16.png
%%PYTHON_SITELIBDIR%%/rednotebook/images/insert-image-22.png
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-bugs
mailing list