Index: head/textproc/libwps/files/patch-src_lib_QuattroSpreadsheet.cpp =================================================================== --- head/textproc/libwps/files/patch-src_lib_QuattroSpreadsheet.cpp (revision 395447) +++ head/textproc/libwps/files/patch-src_lib_QuattroSpreadsheet.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- src/lib/QuattroSpreadsheet.cpp.orig 2015-03-11 11:14:10 UTC -+++ src/lib/QuattroSpreadsheet.cpp -@@ -1668,7 +1668,7 @@ bool QuattroSpreadsheet::readCell - else - { - val &= 0x3FFF; -- if (val & 0x2000) val = val - 0x4000; -+ if (val>0x1000) val = val - 0x2000; - } - if (dim==2) - val += sheetId; Property changes on: head/textproc/libwps/files/patch-src_lib_QuattroSpreadsheet.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/libwps/Makefile =================================================================== --- head/textproc/libwps/Makefile (revision 395447) +++ head/textproc/libwps/Makefile (revision 395448) @@ -1,34 +1,33 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= libwps -PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.4.1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= office@FreeBSD.org COMMENT= Microsoft file word processor format import filter library LICENSE= LGPL21 MPL LICENSE_COMB= dual LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes USES= compiler:features libtool pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include .if ${COMPILER_FEATURES:Mlibc++} CONFIGURE_ARGS+= --with-sharedptr=c++11 .else BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs CONFIGURE_ARGS+= --with-sharedptr=boost .endif .include Index: head/textproc/libwps/distinfo =================================================================== --- head/textproc/libwps/distinfo (revision 395447) +++ head/textproc/libwps/distinfo (revision 395448) @@ -1,2 +1,2 @@ -SHA256 (libwps-0.4.0.tar.gz) = d564ff43020bd1811ff8c251354702e25a2fa0d4e31c0ea74c64e049a543e04b -SIZE (libwps-0.4.0.tar.gz) = 738779 +SHA256 (libwps-0.4.1.tar.gz) = 4c4bbda16a69b1a76f61900f801be54094bac1674ac28227ac35595d54248459 +SIZE (libwps-0.4.1.tar.gz) = 764387 Index: head/textproc/libwps/pkg-plist =================================================================== --- head/textproc/libwps/pkg-plist (revision 395447) +++ head/textproc/libwps/pkg-plist (revision 395448) @@ -1,12 +1,12 @@ bin/wks2csv bin/wks2raw bin/wks2text bin/wps2html bin/wps2raw bin/wps2text include/libwps-0.4/libwps/WPSDocument.h include/libwps-0.4/libwps/libwps.h lib/libwps-0.4.so lib/libwps-0.4.so.4 -lib/libwps-0.4.so.4.0.0 +lib/libwps-0.4.so.4.0.1 libdata/pkgconfig/libwps-0.4.pc