pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/wv Update to 1.2.5, changes unknown.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eefd5db2661e
branches:  trunk
changeset: 541082:eefd5db2661e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 14 23:49:43 2008 +0000

description:
Update to 1.2.5, changes unknown.

diffstat:

 converters/wv/Makefile         |   7 +++----
 converters/wv/distinfo         |   9 +++++----
 converters/wv/patches/patch-aa |  22 ++++++++++++++++++++++
 3 files changed, 30 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r 7a0b7044a7a4 -r eefd5db2661e converters/wv/Makefile
--- a/converters/wv/Makefile    Mon Apr 14 23:37:50 2008 +0000
+++ b/converters/wv/Makefile    Mon Apr 14 23:49:43 2008 +0000
@@ -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@localhost
 HOMEPAGE=      http://wvware.sourceforge.net/
diff -r 7a0b7044a7a4 -r eefd5db2661e converters/wv/distinfo
--- a/converters/wv/distinfo    Mon Apr 14 23:37:50 2008 +0000
+++ b/converters/wv/distinfo    Mon Apr 14 23:49:43 2008 +0000
@@ -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 -r 7a0b7044a7a4 -r eefd5db2661e converters/wv/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/wv/patches/patch-aa    Mon Apr 14 23:49:43 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index