From c68e1b8de35d0236c5675c46c6e9e74aec46776c Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 14 Apr 2008 23:49:43 +0000 Subject: Update to 1.2.5, changes unknown. --- converters/wv/Makefile | 7 +++---- converters/wv/distinfo | 9 +++++---- converters/wv/patches/patch-aa | 22 ++++++++++++++++++++++ 3 files changed, 30 insertions(+), 8 deletions(-) create mode 100644 converters/wv/patches/patch-aa diff --git a/converters/wv/Makefile b/converters/wv/Makefile index fec83aab77d..7f9f9074af2 100644 --- a/converters/wv/Makefile +++ b/converters/wv/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.63 2008/03/06 14:53:48 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2008/04/14 23:49:43 wiz Exp $ -DISTNAME= wv-1.2.4 -PKGREVISION= 4 +DISTNAME= wv-1.2.5 CATEGORIES= converters -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wvware/} +MASTER_SITES= http://www.abiword.com/downloads/wv/1.2.5/ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://wvware.sourceforge.net/ diff --git a/converters/wv/distinfo b/converters/wv/distinfo index 735a9105769..0da6f8e85f1 100644 --- a/converters/wv/distinfo +++ b/converters/wv/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.16 2006/10/31 20:06:08 adam Exp $ +$NetBSD: distinfo,v 1.17 2008/04/14 23:49:43 wiz Exp $ -SHA1 (wv-1.2.4.tar.gz) = 7b11814774426ae41eee009969bef49865a10c79 -RMD160 (wv-1.2.4.tar.gz) = d578d9323611b757d8915a077b635b6c1446e793 -Size (wv-1.2.4.tar.gz) = 629554 bytes +SHA1 (wv-1.2.5.tar.gz) = a196a31ca1c4083436d9414b9bf4809c0fd7c33c +RMD160 (wv-1.2.5.tar.gz) = 979cd6cadcc189046e9d01da8bfc1f487d006415 +Size (wv-1.2.5.tar.gz) = 653231 bytes +SHA1 (patch-aa) = 5e87ee08506adb2a7ea9bc19f8fce592ce5978ce diff --git a/converters/wv/patches/patch-aa b/converters/wv/patches/patch-aa new file mode 100644 index 00000000000..007c52c71e7 --- /dev/null +++ b/converters/wv/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.7 2008/04/14 23:49:43 wiz Exp $ + +--- configure.orig 2008-04-14 23:43:17.000000000 +0000 ++++ configure +@@ -20236,7 +20236,7 @@ case ${target_os} in + link_win32_dll="no" + ;; + esac +-if test "$cross_compiling" == "yes"; then ++if test "$cross_compiling" = "yes"; then + dllwrap="dllwrap" + else + dllwrap=${target}-"dllwrap" +@@ -20283,7 +20283,7 @@ fi + + + +-if test "$link_win32_dll" == "yes"; then ++if test "$link_win32_dll" = "yes"; then + LINK_WIN32_DLL_TRUE= + LINK_WIN32_DLL_FALSE='#' + else -- cgit v1.2.3