ports/138302: [PATCH]textproc/wv: update to 1.2.6 and take maintainership

bf bf1783 at gmail.com
Sat Aug 29 10:00:07 UTC 2009


>Number:         138302
>Category:       ports
>Synopsis:       [PATCH]textproc/wv: update to 1.2.6 and take maintainership
>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:   Sat Aug 29 10:00:07 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        9-CURRENT amd64
>Organization:
-
>Environment:
>Description:
When the Abiword team took over upstream development, they bumped the wv-1.2 shared library version number, even though there was no API/ABI change.  Now they're restoring the old version number (decrementing it from 4 to 3), presumably at the request of downstream packagers.  This will only affect the sysutils/tracker-client port, which will require a corresponding change in the wv part of LIB_DEPENDS.  I recommend changing wv-1.2.4 to wv-1.2 there.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN wv.orig/Makefile wv/Makefile
--- wv.orig/Makefile	2009-08-29 05:39:58.000000000 -0400
+++ wv/Makefile	2009-08-29 04:53:49.000000000 -0400
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=	wv
-PORTVERSION=	1.2.5
-PORTREVISION=	1
+PORTVERSION=	1.2.6
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.abisource.com/downloads/wv/${PORTVERSION}/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	bf1783 at gmail.com
 COMMENT=	A library and executables to access Microsoft Word files
 
 LIB_DEPENDS=	wmf.2:${PORTSDIR}/graphics/libwmf
@@ -21,7 +20,8 @@
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool:22
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+		LDFLAGS="-L${LOCALBASE}/lib" \
+		MKDIR_P="${MKDIR}"
 CONFIGURE_ARGS=	--with-png=${LOCALBASE} \
 		--with-libwmf=${LOCALBASE}
 MAKEFILE=	GNUmakefile
@@ -32,4 +32,7 @@
 	wvPS.1 wvRTF.1 wvSummary.1 wvText.1 wvVersion.1 wvWare.1 wvWml.1
 MLINKS=	wvWare.1 wvConvert.1
 
+post-install:
+	@${CAT} ${PKGMESSAGE}
+
 .include <bsd.port.mk>
diff -ruN wv.orig/distinfo wv/distinfo
--- wv.orig/distinfo	2009-08-29 05:39:58.000000000 -0400
+++ wv/distinfo	2009-08-29 03:14:52.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (wv-1.2.5.tar.gz) = ae506eae4825c93d0cd7939ce6cbae41
-SHA256 (wv-1.2.5.tar.gz) = ddadc64a306a15a592f8599d4b6d00de596c22ba9e8b22dbf36cc7c504dc0952
-SIZE (wv-1.2.5.tar.gz) = 653231
+MD5 (wv-1.2.6.tar.gz) = 532fd6aa56e9d05e1b945bd6df0e2d32
+SHA256 (wv-1.2.6.tar.gz) = 3884723e05b2b60d56d89b4020549c06c70c6c1d0a7aa12fdb9719a22c854255
+SIZE (wv-1.2.6.tar.gz) = 591180
diff -ruN wv.orig/pkg-message wv/pkg-message
--- wv.orig/pkg-message	1969-12-31 19:00:00.000000000 -0500
+++ wv/pkg-message	2009-08-29 04:45:29.000000000 -0400
@@ -0,0 +1,6 @@
+*******************************************************************
+
+Some output formats (for example, DVI, PDF, and PS) require a LaTeX 
+implementation, such as print/teTeX, to be installed.
+
+*******************************************************************
diff -ruN wv.orig/pkg-plist wv/pkg-plist
--- wv.orig/pkg-plist	2009-08-29 05:39:58.000000000 -0400
+++ wv/pkg-plist	2009-08-29 03:48:48.000000000 -0400
@@ -16,7 +16,7 @@
 bin/wvWml
 include/wv/wv.h
 lib/libwv-1.2.so
-lib/libwv-1.2.so.4
+lib/libwv-1.2.so.3
 lib/libwv.a
 lib/libwv.la
 lib/libwv.so


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



More information about the freebsd-ports-bugs mailing list