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" #