Update to 1.5.0
This commit is contained in:
parent
9b8cce5416
commit
87b7c17382
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493776
@ -1,21 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libxls
|
||||
PORTVERSION= 1.4.0
|
||||
PORTVERSION= 1.5.0
|
||||
CATEGORIES= math devel
|
||||
MASTER_SITES= SF/${PORTNAME}/
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/
|
||||
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
COMMENT= Extract Cell Data From Excel xls files
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
USES= zip libtool
|
||||
USES= libtool
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1485474888
|
||||
SHA256 (libxls-1.4.0.zip) = d3baea458a511d9b587a367528fa2a7fef410113ac9f6359834469b8f8d10dbd
|
||||
SIZE (libxls-1.4.0.zip) = 428782
|
||||
TIMESTAMP = 1551029942
|
||||
SHA256 (libxls-1.5.0.tar.gz) = c53a55187aeb0545e6fb5cfc89ad9521af80b1afc7eff407ac94c1bd59a64202
|
||||
SIZE (libxls-1.5.0.tar.gz) = 424639
|
||||
|
@ -6,7 +6,8 @@ include/libxls/xlsstruct.h
|
||||
include/libxls/xlstool.h
|
||||
include/libxls/xlstypes.h
|
||||
include/xls.h
|
||||
lib/libxlsreader.a
|
||||
include/libxls/endian.h
|
||||
lib/libxlsreader.so
|
||||
lib/libxlsreader.so.1
|
||||
lib/libxlsreader.so.1.2.1
|
||||
lib/libxlsreader.so.1.5.0
|
||||
man/man1/xls2csv.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user