From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 7 00:00:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E32E1065677 for ; Sat, 7 Apr 2012 00:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C2B368FC0C for ; Sat, 7 Apr 2012 00:00:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q3700Cb3036646 for ; Sat, 7 Apr 2012 00:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q3700C78036645; Sat, 7 Apr 2012 00:00:12 GMT (envelope-from gnats) Resent-Date: Sat, 7 Apr 2012 00:00:12 GMT Resent-Message-Id: <201204070000.q3700C78036645@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hon-Yu Lawrence Cheung Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65FD8106564A for ; Fri, 6 Apr 2012 23:57:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 510F48FC12 for ; Fri, 6 Apr 2012 23:57:05 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q36Nv5tH065730 for ; Fri, 6 Apr 2012 23:57:05 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q36Nv5Vq065729; Fri, 6 Apr 2012 23:57:05 GMT (envelope-from nobody) Message-Id: <201204062357.q36Nv5Vq065729@red.freebsd.org> Date: Fri, 6 Apr 2012 23:57:05 GMT From: Hon-Yu Lawrence Cheung To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/166713: [MAINTAINER] deskutils/rednotebook: update to 1.4.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2012 00:00:13 -0000 >Number: 166713 >Category: ports >Synopsis: [MAINTAINER] deskutils/rednotebook: update to 1.4.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 07 00:00:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Hon-Yu Lawrence Cheung >Release: FreeBSD 9-STABLE >Organization: >Environment: FreeBSD acer5552.honyucheung.net 9.0-STABLE FreeBSD 9.0-STABLE #0 r233089: Sun Mar 18 09:45:31 HKT 2012 sysadmin@acer5552.honyucheung.net:/usr/obj/usr/src/sys/ACER5552 amd64 >Description: ==== RedNotebook Changelog ==== == 1.4.0 (12-04-01) == * Search: If a search contains a hashtag (e.g. #Work or #Movies), only days with all of those tags will be searched. This means you can e.g. search for "project-xyz" only in the days tagged with "Work" with the query "#Work project-xyz". * Search for combinations of tags (e.g. #magazine #linux) * Search: If the query only contains a single hashtag (e.g. #Movies), a list of all subtags (the names of the movies) is shown. * Search: Automatically scroll to found text in edit mode * Split tag and word clouds * Show tag and word cloud only if there are any tags and words respectively * Remove spaces from multi-word tags during search and in clouds * Auto-complete tags in search * Always include all tags regardless of their frequency in the cloud * Exports: Correctly set the appropriate extension for each export type * Exports: Always add a title for LaTeX exports * Fix: Correctly parse configuration values containing ='s * Fix: Paths returned from file and folder choosers must be converted to unicode * Fix: Correctly redirect error output into the logfile on Windows >How-To-Repeat: >Fix: Patch attached with submission follows: *** Makefile.orig 2012-01-27 17:08:15.000000000 +0800 --- Makefile 2012-04-07 07:35:28.000000000 +0800 *************** *** 4,25 **** # # $FreeBSD: ports/deskutils/rednotebook/Makefile,v 1.4 2012/01/27 09:08:15 culot Exp $ # PORTNAME= rednotebook ! PORTVERSION= 1.3.0 CATEGORIES= deskutils python MASTER_SITES= SF MASTER_SITE_SUBDIR= rednotebook PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cheunghonyu@gmail.com COMMENT= A modern journal written in python LICENSE= GPLv2 ! RUN_DEPENDS= ${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml \ ${PYTHON_SITELIBDIR}/webkit/__init__.py:${PORTSDIR}/www/py-webkitgtk \ ${LOCALBASE}/bin/xdg-open:${PORTSDIR}/devel/xdg-utils \ ${PYTHON_SITELIBDIR}/chardet/__init__.py:${PORTSDIR}/textproc/py-chardet USE_GETTEXT= yes --- 4,25 ---- # # $FreeBSD: ports/deskutils/rednotebook/Makefile,v 1.4 2012/01/27 09:08:15 culot Exp $ # PORTNAME= rednotebook ! PORTVERSION= 1.4.0 CATEGORIES= deskutils python MASTER_SITES= SF MASTER_SITE_SUBDIR= rednotebook PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cheunghonyu@gmail.com COMMENT= A modern journal written in python LICENSE= GPLv2 ! RUN_DEPENDS= ${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml \ ${PYTHON_SITELIBDIR}/webkit/__init__.py:${PORTSDIR}/www/py-webkitgtk \ ${LOCALBASE}/bin/xdg-open:${PORTSDIR}/devel/xdg-utils \ ${PYTHON_SITELIBDIR}/chardet/__init__.py:${PORTSDIR}/textproc/py-chardet USE_GETTEXT= yes *** distinfo.orig 2012-01-27 17:08:15.000000000 +0800 --- distinfo 2012-04-07 07:39:07.000000000 +0800 *************** *** 1,2 **** ! SHA256 (rednotebook-1.3.0.tar.gz) = 886065cd56651051508980cc6d4a0a151978b43730a83acbe8c1db038311a95c ! SIZE (rednotebook-1.3.0.tar.gz) = 443438 --- 1,2 ---- ! SHA256 (rednotebook-1.4.0.tar.gz) = ca68e39e5fa3182eef334d160ff9b389aad39c22abfe7caa560a5ff92eb038b0 ! SIZE (rednotebook-1.4.0.tar.gz) = 449654 *** pkg-plist.orig 2012-01-27 17:08:15.000000000 +0800 --- pkg-plist 2012-04-07 07:44:37.000000000 +0800 *************** *** 167,179 **** %%PYTHON_SITELIBDIR%%/rednotebook/util/markup.pyc %%PYTHON_SITELIBDIR%%/rednotebook/util/markup.pyo %%PYTHON_SITELIBDIR%%/rednotebook/util/statistics.py %%PYTHON_SITELIBDIR%%/rednotebook/util/statistics.pyc %%PYTHON_SITELIBDIR%%/rednotebook/util/statistics.pyo - %%PYTHON_SITELIBDIR%%/rednotebook/util/unicode.py - %%PYTHON_SITELIBDIR%%/rednotebook/util/unicode.pyc - %%PYTHON_SITELIBDIR%%/rednotebook/util/unicode.pyo %%PYTHON_SITELIBDIR%%/rednotebook/util/utils.py %%PYTHON_SITELIBDIR%%/rednotebook/util/utils.pyc %%PYTHON_SITELIBDIR%%/rednotebook/util/utils.pyo @dirrm %%PYTHON_SITELIBDIR%%/rednotebook/external @dirrm %%PYTHON_SITELIBDIR%%/rednotebook/files --- 167,176 ---- >Release-Note: >Audit-Trail: >Unformatted: