From 8bfaf6b937d278477a69839bfe9a2a006eac0159 Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 9 Jan 2008 19:09:23 +0000 Subject: update to 1.7.6 changes: bug fixes, translation updates --- editors/notecase/Makefile | 8 ++++---- editors/notecase/distinfo | 11 ++++++----- editors/notecase/patches/patch-ad | 15 ++++++++++++--- editors/notecase/patches/patch-ai | 13 +++++++++++++ 4 files changed, 35 insertions(+), 12 deletions(-) create mode 100644 editors/notecase/patches/patch-ai (limited to 'editors/notecase') diff --git a/editors/notecase/Makefile b/editors/notecase/Makefile index 9153c1558a2..b8b1a5dd327 100644 --- a/editors/notecase/Makefile +++ b/editors/notecase/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2007/12/17 19:06:55 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2008/01/09 19:09:23 drochner Exp $ # -DISTNAME= notecase-1.7.4_src -PKGNAME= notecase-1.7.4 +DISTNAME= notecase-1.7.6_src +PKGNAME= notecase-1.7.6 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=notecase/} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://notecase.sourceforge.net/ COMMENT= Hierarchical note manager -WRKSRC= ${WRKDIR}/notecase-1.7.4 +WRKSRC= ${WRKDIR}/notecase-1.7.6 USE_LANGUAGES= c c++ USE_TOOLS+= gmake pkg-config gsed TOOLS_PLATFORM.gsed= #empty, override nonsense in tools diff --git a/editors/notecase/distinfo b/editors/notecase/distinfo index 324326dca2c..364fdb723ae 100644 --- a/editors/notecase/distinfo +++ b/editors/notecase/distinfo @@ -1,13 +1,14 @@ -$NetBSD: distinfo,v 1.2 2007/12/17 19:06:55 drochner Exp $ +$NetBSD: distinfo,v 1.3 2008/01/09 19:09:23 drochner Exp $ -SHA1 (notecase-1.7.4_src.tar.gz) = 78f76c60dcea4764a5ddbe5c11291403c3e072fb -RMD160 (notecase-1.7.4_src.tar.gz) = fd611e364ba3fbf6c2d67bf823c4e286df2e8272 -Size (notecase-1.7.4_src.tar.gz) = 877171 bytes +SHA1 (notecase-1.7.6_src.tar.gz) = 5ce29214bb534fad1492538c8ca9032235add50e +RMD160 (notecase-1.7.6_src.tar.gz) = 1d14013a03f891c0228d23d941447caaa1589246 +Size (notecase-1.7.6_src.tar.gz) = 878978 bytes SHA1 (patch-aa) = c7f1734e0741fdd5c1280012391a425291bd7300 SHA1 (patch-ab) = 360a714e1642102ee113c881d97ad787f37e7630 SHA1 (patch-ac) = 638b0cb716c8107f2d3fb243a2c0e6f6b75cc3c3 -SHA1 (patch-ad) = fa899efcfbd139b6ecc5060778512cbe89174019 +SHA1 (patch-ad) = 3d87b9b412453134b502d0d777f359519aa25b02 SHA1 (patch-ae) = f74a3bd32df5959c54851bbc04bbf4eaa2d589e8 SHA1 (patch-af) = eab3d1dfa00cb2eed49b4a08ad780d295b9a9dda SHA1 (patch-ag) = 376e7c934beb5b666503b92e970695ece879d4cc SHA1 (patch-ah) = cb8cca8e9980f13a6e3c4b1731fa1ae17136dd09 +SHA1 (patch-ai) = b19383a2933da9c2ef9932d145a7c158f666d475 diff --git a/editors/notecase/patches/patch-ad b/editors/notecase/patches/patch-ad index 3d83c0f61f7..afbb718c740 100644 --- a/editors/notecase/patches/patch-ad +++ b/editors/notecase/patches/patch-ad @@ -1,9 +1,9 @@ -$NetBSD: patch-ad,v 1.2 2007/12/17 19:06:55 drochner Exp $ +$NetBSD: patch-ad,v 1.3 2008/01/09 19:09:23 drochner Exp $ ---- Makefile.orig 2007-12-03 11:30:40.000000000 +0100 +--- Makefile.orig 2008-01-08 20:24:20.000000000 +0100 +++ Makefile @@ -10,7 +10,7 @@ - VERSION=1.7.4 + VERSION=1.7.6 # define install target dirs -prefix=/usr @@ -37,3 +37,12 @@ $NetBSD: patch-ad,v 1.2 2007/12/17 19:06:55 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 \ +@@ -599,7 +598,7 @@ updatesrc: + $(Q)sed -i 's/^Version:.*/Version: $(VERSION)/' ./docs/notecase.spec + $(Q)sed -i 's/^Source:.*/Source: $(archive)_src.tar.gz/' ./docs/notecase.spec + $(Q)sed -i 's/\#define APP_VER_STR .*/\#define APP_VER_STR "$(VERSION)"/' ./src/config.h +- #$(Q)sed -i 's:\#define INSTALL_PREFIX .*:\#define INSTALL_PREFIX "$(DESTDIR)$(prefix)":' ./src/config.h ++ $(Q)sed -i 's:\#define INSTALL_PREFIX .*:\#define INSTALL_PREFIX "$(DESTDIR)$(prefix)":' ./src/config.h + $(Q)if [ "$(HAVE_GNOME_VFS)" = "" ]; then \ + sed -i 's:[/]*#define HAVE_GNOME_VFS.*://#define HAVE_GNOME_VFS:' ./src/config.h; \ + else \ diff --git a/editors/notecase/patches/patch-ai b/editors/notecase/patches/patch-ai new file mode 100644 index 00000000000..c01a1099a0e --- /dev/null +++ b/editors/notecase/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.1 2008/01/09 19:09:23 drochner Exp $ + +--- po/it.po.orig 2008-01-09 13:44:20.000000000 +0100 ++++ po/it.po +@@ -408,7 +408,7 @@ msgstr "" + #: callbacks.cpp:5877 + #: 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:5891 + #: FileAttachmentDlg.cpp:292 -- cgit v1.2.3