mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 0.4.1.
This commit is contained in:
parent
16778b1e1b
commit
92006dc1f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395448
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libwps
|
||||
PORTVERSION= 0.4.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
@ -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
|
||||
|
@ -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;
|
@ -8,5 +8,5 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user