Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2019 17:40:27 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493776 - head/math/libxls
Message-ID:  <201902241740.x1OHeRRa027884@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Feb 24 17:40:26 2019
New Revision: 493776
URL: https://svnweb.freebsd.org/changeset/ports/493776

Log:
  Update to 1.5.0

Modified:
  head/math/libxls/Makefile
  head/math/libxls/distinfo
  head/math/libxls/pkg-plist

Modified: head/math/libxls/Makefile
==============================================================================
--- head/math/libxls/Makefile	Sun Feb 24 17:32:42 2019	(r493775)
+++ head/math/libxls/Makefile	Sun Feb 24 17:40:26 2019	(r493776)
@@ -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>

Modified: head/math/libxls/distinfo
==============================================================================
--- head/math/libxls/distinfo	Sun Feb 24 17:32:42 2019	(r493775)
+++ head/math/libxls/distinfo	Sun Feb 24 17:40:26 2019	(r493776)
@@ -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

Modified: head/math/libxls/pkg-plist
==============================================================================
--- head/math/libxls/pkg-plist	Sun Feb 24 17:32:42 2019	(r493775)
+++ head/math/libxls/pkg-plist	Sun Feb 24 17:40:26 2019	(r493776)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902241740.x1OHeRRa027884>