ports/127074: Port update: deskutils/notecase - Update to v1.9.5

Ganael Laplanche ganael.laplanche at martymac.com
Wed Sep 3 18:40:01 UTC 2008


>Number:         127074
>Category:       ports
>Synopsis:       Port update: deskutils/notecase - Update to v1.9.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 03 18:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ganael Laplanche
>Release:        8.0-CURRENT
>Organization:
http://contribs.martymac.com
>Environment:
FreeBSD home.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #22: Tue Sep  2 12:44:15 CEST 2008     root at home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL  amd64
>Description:
This patch updates notecase to v1.9.5. Mostly a bug-fix release.

>From the changelog :

- fix: .ini file having garbage at the end of the file (wrong file open mode)
- add: store/restore View Mode state (Tree View only, Text View only, both views)
- fix: when moving node up/down, sometimes the node might become invisible (tree view is not scrolled to make the active node visible)
- fix: when moving nodes up/down, do not scroll tree view unless necessary to make the node visible
- fix: link moves when date/time inserted in front of it
- gray drawing over the inactive window is optional now (some users report high CPU usage when this is used), see Options/Global page for setting
- fix: long text search operation can be aborted now
- fix: help file updates/restructuring (work by David Laws)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aurN notecase.orig/Makefile notecase/Makefile
--- notecase.orig/Makefile	2008-09-03 12:11:26.122442464 +0200
+++ notecase/Makefile	2008-09-03 12:14:01.692177723 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	notecase
-PORTVERSION=	1.9.3
+PORTVERSION=	1.9.5
 CATEGORIES=	deskutils textproc
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}-${PORTVERSION}_src
diff -aurN notecase.orig/distinfo notecase/distinfo
--- notecase.orig/distinfo	2008-09-03 12:11:26.116246425 +0200
+++ notecase/distinfo	2008-09-03 12:14:17.875217188 +0200
@@ -1,3 +1,3 @@
-MD5 (notecase-1.9.3_src.tar.gz) = 5205d8e3bef7b7fa5462e39243bce421
-SHA256 (notecase-1.9.3_src.tar.gz) = ff3806df92698beecc1ec3bb558b3c2ec9e65c027b61549a353c191caaf2c69b
-SIZE (notecase-1.9.3_src.tar.gz) = 900996
+MD5 (notecase-1.9.5_src.tar.gz) = 715882a3704aade999a3cdbf72c9d38c
+SHA256 (notecase-1.9.5_src.tar.gz) = 7db801741bee2cc1051ed6b74edc3b307973bbc3f225f1ab14b9ea9e73095681
+SIZE (notecase-1.9.5_src.tar.gz) = 913590
diff -aurN notecase.orig/files/patch-Makefile notecase/files/patch-Makefile
--- notecase.orig/files/patch-Makefile	2008-09-03 12:11:26.116246425 +0200
+++ notecase/files/patch-Makefile	2008-09-03 14:46:40.815457358 +0200
@@ -1,5 +1,5 @@
---- Makefile.orig	2008-06-25 10:51:41.579443700 +0200
-+++ Makefile	2008-06-25 10:55:39.374709579 +0200
+--- Makefile.orig	2008-09-03 14:35:44.168798355 +0200
++++ Makefile	2008-09-03 14:46:25.884603576 +0200
 @@ -13,6 +13,7 @@
  prefix=/usr
  bindir=$(prefix)/bin
@@ -8,7 +8,7 @@
  
  # define top of RPM build area
  topdir=/usr/src/redhat
-@@ -557,18 +558,21 @@
+@@ -591,18 +592,21 @@
  pouninstall:
  	@rm -vf $(DESTDIR)$(datadir)/locale/*/LC_MESSAGES/notecase.mo
  	@echo done uninstalling translations
@@ -29,11 +29,11 @@
  	install -d -m 755 $(DESTDIR)$(datadir)/mime/packages/
  	install -d -m 755 $(DESTDIR)$(datadir)/pixmaps/
  	$(INSTALL) -m 755 $(BIN)/notecase$(EXE) "$(DESTDIR)$(bindir)/notecase$(EXE)"
--	$(INSTALL) -m 644 docs/help.ncd "$(DESTDIR)$(datadir)/doc/notecase/help.ncd"
+-	$(INSTALL) -m 644 docs/help.ncd "$(DESTDIR)$(docdir)/notecase/help.ncd"
  	$(INSTALL) -m 644 docs/notecase.xml "$(DESTDIR)$(datadir)/mime/packages/notecase.xml"
  	$(Q)if [ -n "$(NOKIA_MAEMO_BUILD)" ]; then \
  		$(INSTALL) -m 644 docs/notecase.desktop "$(DESTDIR)$(datadir)/applications/hildon/notecase.desktop"; \
-@@ -760,7 +764,7 @@
+@@ -794,7 +798,7 @@
  #
  # Note: first "make" command forces generating correct help file path in "config.h"
  #


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list