ports/143596: [PATCH]textproc/wv: update to 1.2.7

bf bf1783 at gmail.com
Sat Feb 6 04:00:07 UTC 2010


>Number:         143596
>Category:       ports
>Synopsis:       [PATCH]textproc/wv: update to 1.2.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 06 04:00:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        9-CURRENT amd64
>Organization:
-
>Environment:
>Description:
Note the shared library version bump, which will require changes to some dependent ports.


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN -x 'new.*' -x 'old.*' wv.orig/Makefile wv/Makefile
--- wv.orig/Makefile	2010-02-05 22:44:32.000000000 -0500
+++ wv/Makefile	2010-01-22 02:20:22.000000000 -0500
@@ -2,12 +2,11 @@
 # Date created:         Fri Nov  6 09:06:33 PST 1998
 # Whom:                 sumikawa at kame.net
 #
-# $FreeBSD: ports/textproc/wv/Makefile,v 1.53 2010/02/05 11:44:35 dinoex Exp $
+# $FreeBSD: ports/textproc/wv/Makefile,v 1.52 2009/09/19 00:24:58 miwi Exp $
 #
 
 PORTNAME=	wv
-PORTVERSION=	1.2.6
-PORTREVISION=	1
+PORTVERSION=	1.2.7
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.abisource.com/downloads/wv/${PORTVERSION}/
 
@@ -20,9 +19,9 @@
 USE_GNOME=	gnometarget libgsf
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool:22
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib" \
-		MKDIR_P="${MKDIR}"
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MKDIR_P="${MKDIR}"
 CONFIGURE_ARGS=	--with-png=${LOCALBASE} \
 		--with-libwmf=${LOCALBASE}
 MAKEFILE=	GNUmakefile
diff -ruN -x 'new.*' -x 'old.*' wv.orig/distinfo wv/distinfo
--- wv.orig/distinfo	2010-02-02 20:03:06.000000000 -0500
+++ wv/distinfo	2009-10-10 07:23:40.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (wv-1.2.6.tar.gz) = 532fd6aa56e9d05e1b945bd6df0e2d32
-SHA256 (wv-1.2.6.tar.gz) = 3884723e05b2b60d56d89b4020549c06c70c6c1d0a7aa12fdb9719a22c854255
-SIZE (wv-1.2.6.tar.gz) = 591180
+MD5 (wv-1.2.7.tar.gz) = a6a3484745aa73897ff9c5a871482b4b
+SHA256 (wv-1.2.7.tar.gz) = a3a367062e894770fc3ef63bbf7e285cb025253f972fa899c16931f741e856ea
+SIZE (wv-1.2.7.tar.gz) = 669498
diff -ruN -x 'new.*' -x 'old.*' wv.orig/pkg-plist wv/pkg-plist
--- wv.orig/pkg-plist	2010-02-02 20:03:06.000000000 -0500
+++ wv/pkg-plist	2009-10-08 05:30:57.000000000 -0400
@@ -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:



More information about the freebsd-ports-bugs mailing list