Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2008 20:58:03 GMT
From:      bf <bf2006a@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/128852: [PATCH]textproc/wv: update to 1.2.5
Message-ID:  <200811132058.mADKw3q6022013@www.freebsd.org>
Resent-Message-ID: <200811132100.mADL0FO5070094@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         128852
>Category:       ports
>Synopsis:       [PATCH]textproc/wv: update to 1.2.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 13 21:00:14 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        7-STABLE i386
>Organization:
-
>Environment:
>Description:
Update to 1.2.5.  Since further development appears to be taking place as part of
the Abiword project, and editors/abiword is using this code to handle Microsoft
document formats, the FreeBSD Gnome team ought to consider adopting this port.
The shared library version number bump will require a small patch to the
sysutils/tracker-client Makefile.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN wv.orig/Makefile wv/Makefile
--- wv.orig/Makefile	2008-06-06 10:05:06.000000000 -0400
+++ wv/Makefile	2008-11-13 15:53:25.922536364 -0500
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	wv
-PORTVERSION=	1.2.4
-PORTREVISION=	2
+PORTVERSION=	1.2.5
 CATEGORIES=	textproc
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES=	http://www.abisource.com/downloads/wv/${PORTVERSION}/ \
+		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	wvware
 
 MAINTAINER=	ports@FreeBSD.org
diff -ruN wv.orig/distinfo wv/distinfo
--- wv.orig/distinfo	2006-11-04 19:06:21.000000000 -0500
+++ wv/distinfo	2008-11-13 15:53:25.929535856 -0500
@@ -1,3 +1,3 @@
-MD5 (wv-1.2.4.tar.gz) = c1861c560491f121e12917fa76970ac5
-SHA256 (wv-1.2.4.tar.gz) = 673109910e22d4cf94cc8be4dcb9a0c41b5fbdb1736d4b7bdc7778894d57c2d6
-SIZE (wv-1.2.4.tar.gz) = 629554
+MD5 (wv-1.2.5.tar.gz) = ae506eae4825c93d0cd7939ce6cbae41
+SHA256 (wv-1.2.5.tar.gz) = ddadc64a306a15a592f8599d4b6d00de596c22ba9e8b22dbf36cc7c504dc0952
+SIZE (wv-1.2.5.tar.gz) = 653231
diff -ruN wv.orig/pkg-plist wv/pkg-plist
--- wv.orig/pkg-plist	2006-11-04 19:06:21.000000000 -0500
+++ wv/pkg-plist	2008-11-13 15:53:25.936535629 -0500
@@ -16,7 +16,7 @@
 bin/wvWml
 include/wv/wv.h
 lib/libwv-1.2.so
-lib/libwv-1.2.so.3
+lib/libwv-1.2.so.4
 lib/libwv.a
 lib/libwv.la
 lib/libwv.so


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811132058.mADKw3q6022013>