From d5f7fc6f1c3a4524e0d552025b557fe2f58a6dd4 Mon Sep 17 00:00:00 2001 From: drochner Date: Thu, 15 May 2008 19:18:06 +0000 Subject: update to 1.8.8 changes: bugfixes --- editors/notecase/Makefile | 9 ++++----- editors/notecase/distinfo | 12 +++++------- editors/notecase/patches/patch-ac | 13 ------------- editors/notecase/patches/patch-ad | 14 +++++++------- editors/notecase/patches/patch-ai | 13 ------------- 5 files changed, 16 insertions(+), 45 deletions(-) delete mode 100644 editors/notecase/patches/patch-ac delete mode 100644 editors/notecase/patches/patch-ai (limited to 'editors/notecase') diff --git a/editors/notecase/Makefile b/editors/notecase/Makefile index fb6e2b100a3..899916fef9b 100644 --- a/editors/notecase/Makefile +++ b/editors/notecase/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2008/04/07 17:47:12 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/05/15 19:18:06 drochner Exp $ # -DISTNAME= notecase-1.8.1_src -PKGNAME= notecase-1.8.1 -PKGREVISION= 1 +DISTNAME= notecase-1.8.8_src +PKGNAME= notecase-1.8.8 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=notecase/} @@ -11,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://notecase.sourceforge.net/ COMMENT= Hierarchical note manager -WRKSRC= ${WRKDIR}/notecase-1.8.1 +WRKSRC= ${WRKDIR}/notecase-1.8.8 USE_LANGUAGES= c c++ USE_TOOLS+= gmake msgfmt pkg-config gsed TOOLS_PLATFORM.gsed= #empty, override nonsense in tools diff --git a/editors/notecase/distinfo b/editors/notecase/distinfo index 4577aa840da..30f56c18462 100644 --- a/editors/notecase/distinfo +++ b/editors/notecase/distinfo @@ -1,14 +1,12 @@ -$NetBSD: distinfo,v 1.4 2008/02/28 20:59:03 drochner Exp $ +$NetBSD: distinfo,v 1.5 2008/05/15 19:18:07 drochner Exp $ -SHA1 (notecase-1.8.1_src.tar.gz) = d19f09e781fc0d8552b20d4ae607110f00935751 -RMD160 (notecase-1.8.1_src.tar.gz) = 602ec3112ac1ff191aaa074cef2ddc06894e3757 -Size (notecase-1.8.1_src.tar.gz) = 883359 bytes +SHA1 (notecase-1.8.8_src.tar.gz) = 9657fc83ed4c1820f713b4106c113acaabf6a3b3 +RMD160 (notecase-1.8.8_src.tar.gz) = ae98102173e85530c22bbd9d92df23bea9b67886 +Size (notecase-1.8.8_src.tar.gz) = 891728 bytes SHA1 (patch-aa) = c7f1734e0741fdd5c1280012391a425291bd7300 SHA1 (patch-ab) = 360a714e1642102ee113c881d97ad787f37e7630 -SHA1 (patch-ac) = 638b0cb716c8107f2d3fb243a2c0e6f6b75cc3c3 -SHA1 (patch-ad) = d7f961d751d3925b2f63ac98cbd7be46dd307389 +SHA1 (patch-ad) = ab595432f17910f927ca3ff25f3e705d7d2e4a71 SHA1 (patch-ae) = 355b89d234a95697c5344bbfe24d347e9cd630f7 SHA1 (patch-af) = eab3d1dfa00cb2eed49b4a08ad780d295b9a9dda SHA1 (patch-ag) = 376e7c934beb5b666503b92e970695ece879d4cc SHA1 (patch-ah) = cb8cca8e9980f13a6e3c4b1731fa1ae17136dd09 -SHA1 (patch-ai) = c4d20d4a2a842ffe604bd923b200430336ae52bd diff --git a/editors/notecase/patches/patch-ac b/editors/notecase/patches/patch-ac deleted file mode 100644 index 0a6d9df415d..00000000000 --- a/editors/notecase/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2007/11/22 20:50:09 drochner Exp $ - ---- src/gui/GuiLanguage.cpp.orig 2007-11-12 15:42:48.000000000 +0100 -+++ src/gui/GuiLanguage.cpp -@@ -25,7 +25,7 @@ - #define access _access - #endif - --#if defined (__FreeBSD__) || defined (__APPLE__) -+#if defined (__FreeBSD__) || defined (__APPLE__) || defined (__NetBSD__) - #include //basename - #endif - diff --git a/editors/notecase/patches/patch-ad b/editors/notecase/patches/patch-ad index 7c64bc3e86c..e774305abed 100644 --- a/editors/notecase/patches/patch-ad +++ b/editors/notecase/patches/patch-ad @@ -1,9 +1,9 @@ -$NetBSD: patch-ad,v 1.4 2008/02/28 20:59:03 drochner Exp $ +$NetBSD: patch-ad,v 1.5 2008/05/15 19:18:07 drochner Exp $ ---- Makefile.orig 2008-02-27 10:24:44.000000000 +0100 +--- Makefile.orig 2008-04-24 12:10:36.000000000 +0200 +++ Makefile @@ -10,7 +10,7 @@ - VERSION=1.8.1 + VERSION=1.8.8 # define install target dirs -prefix=/usr @@ -11,7 +11,7 @@ $NetBSD: patch-ad,v 1.4 2008/02/28 20:59:03 drochner Exp $ bindir=$(prefix)/bin datadir=$(prefix)/share -@@ -125,7 +125,7 @@ BIN=./bin +@@ -130,7 +130,7 @@ BIN=./bin OBJ=./bin #define proper install flags @@ -20,7 +20,7 @@ $NetBSD: patch-ad,v 1.4 2008/02/28 20:59:03 drochner Exp $ ifdef OSX_BUILD INSTALL=install -c endif -@@ -164,7 +164,7 @@ CC=$(QC) $(CXX) $(DEBUG) $(PROFILE) -DEN +@@ -170,7 +170,7 @@ CC=$(QC) $(CXX) $(DEBUG) $(PROFILE) -DEN ifdef WINDIR LD=$(QL) $(CXX) $(DEBUG) $(PROFILE) $(LDFLAGS) -L$(OBJ) -lz else @@ -29,7 +29,7 @@ $NetBSD: patch-ad,v 1.4 2008/02/28 20:59:03 drochner Exp $ endif ifndef OSX_BUILD -@@ -197,7 +197,6 @@ OBJS= $(OBJ)/main.o $(OBJ)/support.o $(O +@@ -203,7 +203,6 @@ OBJS= $(OBJ)/main.o $(OBJ)/support.o $(O $(OBJ)/IOLayerRedirect.o $(OBJ)/FileExportDlg.o $(OBJ)/FormatIOTxt.o $(OBJ)/FindReplaceDlg.o \ $(OBJ)/FindReplaceInfo.o $(OBJ)/LinkInfo.o $(OBJ)/LinkPropertiesDlg.o $(OBJ)/ExecuteFile.o \ $(OBJ)/FileSaveAsDlg.o $(OBJ)/CircularBuffer.o $(OBJ)/FormatIOMMLX.o \ @@ -37,7 +37,7 @@ $NetBSD: patch-ad,v 1.4 2008/02/28 20:59:03 drochner Exp $ $(OBJ)/ProgressDlg.o $(OBJ)/DocActionPix.o $(OBJ)/DocActionFinish.o $(OBJ)/DocActionFmt.o $(OBJ)/FmtInfo.o \ $(OBJ)/FileAttachmentDlg.o $(OBJ)/DocActionAtt.o $(OBJ)/PixPropertiesDlg.o $(OBJ)/DocActionFinishDel.o \ $(OBJ)/ShortcutsList.o $(OBJ)/ShortcutsListDlg.o $(OBJ)/DateTimeDlg.o $(OBJ)/AboutDlg.o $(OBJ)/EditDlg.o \ -@@ -626,7 +625,7 @@ updatesrc: +@@ -630,7 +629,7 @@ updatesrc: $(Q)$(SED) 's/^Version:.*/Version: $(VERSION)/' ./docs/notecase.spec $(Q)$(SED) 's/^Source:.*/Source: $(archive)_src.tar.gz/' ./docs/notecase.spec $(Q)$(SED) 's/\#define APP_VER_STR .*/\#define APP_VER_STR "$(VERSION)"/' ./src/config.h diff --git a/editors/notecase/patches/patch-ai b/editors/notecase/patches/patch-ai deleted file mode 100644 index 6bf891b73c1..00000000000 --- a/editors/notecase/patches/patch-ai +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ai,v 1.2 2008/02/28 20:59:03 drochner Exp $ - ---- po/it.po.orig 2008-02-05 22:21:34.000000000 +0100 -+++ po/it.po -@@ -412,7 +412,7 @@ msgstr "" - #: callbacks.cpp:5919 - #: FileAttachmentDlg.cpp:592 - msgid "Failed to open input file!\n" --msgstr "Errore nell'apertura del file di input!" -+msgstr "Errore nell'apertura del file di input!\n" - - #: callbacks.cpp:5933 - #: FileAttachmentDlg.cpp:292 -- cgit v1.2.3