Date: Wed, 25 Jun 2008 18:35:35 GMT From: Ganael Laplanche <ganael.laplanche@martymac.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/124987: Port update: deskutils/notecase - Update to v1.9.3 Message-ID: <200806251835.m5PIZZ63091873@www.freebsd.org> Resent-Message-ID: <200806251840.m5PIe1JI013963@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124987 >Category: ports >Synopsis: Port update: deskutils/notecase - Update to v1.9.3 >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 Jun 25 18:40:00 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 #18: Wed Jun 11 21:03:42 CEST 2008 root@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL amd64 >Description: This patch updates deskutils/notecase to v1.9.3. It integrates parts of a patch I have submitted upstream (patch-Makefile) + the following : (from changelog) 2008/06/23 - NoteCase v1.9.3 released (bugfixes, major speedup when loading documents) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -aurN notecase.orig/Makefile notecase/Makefile --- notecase.orig/Makefile 2008-06-25 10:43:06.811044364 +0200 +++ notecase/Makefile 2008-06-25 10:46:18.354478236 +0200 @@ -6,8 +6,7 @@ # PORTNAME= notecase -PORTVERSION= 1.9.1 -PORTREVISION= 1 +PORTVERSION= 1.9.3 CATEGORIES= deskutils textproc MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}_src diff -aurN notecase.orig/distinfo notecase/distinfo --- notecase.orig/distinfo 2008-06-25 10:43:06.811044364 +0200 +++ notecase/distinfo 2008-06-25 10:48:14.283005465 +0200 @@ -1,3 +1,3 @@ -MD5 (notecase-1.9.1_src.tar.gz) = d6c900735ee7a03cd7f847ec1abe3378 -SHA256 (notecase-1.9.1_src.tar.gz) = 6e963423027eca4be4293d6aec6f4c5f9d524bd98819fe7719113b0877ef3699 -SIZE (notecase-1.9.1_src.tar.gz) = 898125 +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 diff -aurN notecase.orig/files/patch-Makefile notecase/files/patch-Makefile --- notecase.orig/files/patch-Makefile 2008-06-25 10:43:06.811044364 +0200 +++ notecase/files/patch-Makefile 2008-06-25 10:55:54.166448752 +0200 @@ -1,5 +1,5 @@ ---- Makefile.orig 2008-05-21 12:28:06.000000000 +0200 -+++ Makefile 2008-05-27 12:30:12.154607211 +0200 +--- Makefile.orig 2008-06-25 10:51:41.579443700 +0200 ++++ Makefile 2008-06-25 10:55:39.374709579 +0200 @@ -13,6 +13,7 @@ prefix=/usr bindir=$(prefix)/bin @@ -8,16 +8,7 @@ # define top of RPM build area topdir=/usr/src/redhat -@@ -177,7 +178,7 @@ - ifdef WINDIR - LD=$(QL) $(CXX) $(DEBUG) $(PROFILE) $(LDFLAGS) -L$(OBJ) -lz - else -- LD=$(QL) $(CXX) $(DEBUG) $(PROFILE) $(LDFLAGS) -ldl -+ LD=$(QL) $(CXX) $(DEBUG) $(PROFILE) $(LDFLAGS) - endif - - ifndef OSX_BUILD -@@ -544,18 +545,21 @@ +@@ -557,18 +558,21 @@ pouninstall: @rm -vf $(DESTDIR)$(datadir)/locale/*/LC_MESSAGES/notecase.mo @echo done uninstalling translations @@ -42,7 +33,7 @@ $(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"; \ -@@ -747,7 +751,7 @@ +@@ -760,7 +764,7 @@ # # Note: first "make" command forces generating correct help file path in "config.h" # >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806251835.m5PIZZ63091873>