Bug 173609 - [MAINTAINER] deskutils/rednotebook: update to 1.6.1
Summary: [MAINTAINER] deskutils/rednotebook: update to 1.6.1
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-13 16:20 UTC by cheunghonyu
Modified: 2012-11-20 10:15 UTC (History)
0 users

See Also:


Attachments
file.txt (18.16 KB, text/plain)
2012-11-13 16:20 UTC, cheunghonyu
no flags Details
patch.txt (862 bytes, text/plain; charset=UTF-8)
2012-11-14 17:35 UTC, cheunghonyu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description cheunghonyu 2012-11-13 16:20:00 UTC
==== RedNotebook Changelog ====
== 1.6.1 (2012-11-11) ==
* Allow specifying the width when inserting an image.
* Add relative links: Relative paths [myfile image.jpg] is automatically transformed to /path/to/journal/image.jpg.
* Use smarter regular expression for finding hashtags in the text.
* Give focus to link box when the link dialog opens.
* Hide tag panel by default.
* Adapt introductory and help texts for hashtags.
* Break search results at newlines.
* Fix: When searching for multiple tags, only add a single result for every hit.

Fix: Patch attached with submission follows:
Comment 1 R.Mahmatkhanov 2012-11-14 06:12:02 UTC
Hon-Yu Lawrence Cheung wrote on 13.11.2012 20:14:
>
>> Number:         173609
>> Category:       ports
>> Synopsis:       [MAINTAINER] deskutils/rednotebook: update to 1.6.1

[...]

> -%%PYTHON_SITELIBDIR%%/rednotebook/util/utils.pyo
> +bin/rednotebook
> +%%PYTHON_LIBDIR%%/site-packages/rednotebook/info.py
> +%%PYTHON_LIBDIR%%/site-packages/rednotebook/configuration.py

Why to change this?

%%PYTHON_LIBDIR%%/site-packages is the same as %%PYTHON_SITELIBDIR%%. 
Would you please revert this and send the updated patch. Thank you.

-- 
Regards,
Ruslan

Tinderboxing kills... the drives.
Comment 2 cheunghonyu 2012-11-14 17:35:35 UTC
On 2012/11/14 14:12, Ruslan Mahmatkhanov wrote:
> Hon-Yu Lawrence Cheung wrote on 13.11.2012 20:14:
>>
>>> Number:         173609
>>> Category:       ports
>>> Synopsis:       [MAINTAINER] deskutils/rednotebook: update to 1.6.1
>
> [...]
>
>> -%%PYTHON_SITELIBDIR%%/rednotebook/util/utils.pyo
>> +bin/rednotebook
>> +%%PYTHON_LIBDIR%%/site-packages/rednotebook/info.py
>> +%%PYTHON_LIBDIR%%/site-packages/rednotebook/configuration.py
>
> Why to change this?
>
> %%PYTHON_LIBDIR%%/site-packages is the same as %%PYTHON_SITELIBDIR%%. 
> Would you please revert this and send the updated patch. Thank you.
>
The change results from using ports-mgmt/pkg-plist automatic tools.
The updated patch only changes two files Makefile and distinfo.

Thank you
Lawrence

--- Makefile.orig	2012-11-13 23:30:35.000000000 +0800
+++ Makefile	2012-11-13 23:51:14.000000000 +0800
@@ -1,10 +1,10 @@
  # Created by: Hon-Yu Lawrence Cheung (cheunghonyu@gmail.com)
  # $FreeBSD: ports/deskutils/rednotebook/Makefile,v 1.8 2012/11/02 14:25:06 rm Exp $
  
  PORTNAME=	rednotebook
-PORTVERSION=	1.6.0
+PORTVERSION=	1.6.1
  CATEGORIES=	deskutils python
  MASTER_SITES=	SF
  MASTER_SITE_SUBDIR=	rednotebook
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
  
--- distinfo.orig	2012-11-13 23:30:41.000000000 +0800
+++ distinfo	2012-11-13 23:36:13.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (rednotebook-1.6.0.tar.gz) = 3492eec0e0e0b918aec68b15ad46dc1c652d4d169b6f936dddb3f770bca3a176
-SIZE (rednotebook-1.6.0.tar.gz) = 467426
+SHA256 (rednotebook-1.6.1.tar.gz) = eb873b12db7a0bee3ac5e07ff1ed731ba070053ef1dfc50538135783effa1a8c
+SIZE (rednotebook-1.6.1.tar.gz) = 449291



Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-11-20 10:01:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-11-20 10:15:45 UTC
State Changed
From-To: open->closed

Committed, thank you!