From owner-svn-ports-all@freebsd.org Wed Jun 5 11:46:25 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F9D215AA562; Wed, 5 Jun 2019 11:46:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0425177542; Wed, 5 Jun 2019 11:46:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A322B4942; Wed, 5 Jun 2019 11:46:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x55BkOtr072474; Wed, 5 Jun 2019 11:46:24 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x55BkORn072471; Wed, 5 Jun 2019 11:46:24 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201906051146.x55BkORn072471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 5 Jun 2019 11:46:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503506 - head/math/libxls X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/math/libxls X-SVN-Commit-Revision: 503506 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0425177542 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2019 11:46:25 -0000 Author: bapt Date: Wed Jun 5 11:46:23 2019 New Revision: 503506 URL: https://svnweb.freebsd.org/changeset/ports/503506 Log: Update to 1.5.1 Modified: head/math/libxls/Makefile head/math/libxls/distinfo head/math/libxls/pkg-plist Modified: head/math/libxls/Makefile ============================================================================== --- head/math/libxls/Makefile Wed Jun 5 10:59:31 2019 (r503505) +++ head/math/libxls/Makefile Wed Jun 5 11:46:23 2019 (r503506) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libxls -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= math devel MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ Modified: head/math/libxls/distinfo ============================================================================== --- head/math/libxls/distinfo Wed Jun 5 10:59:31 2019 (r503505) +++ head/math/libxls/distinfo Wed Jun 5 11:46:23 2019 (r503506) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551029942 -SHA256 (libxls-1.5.0.tar.gz) = c53a55187aeb0545e6fb5cfc89ad9521af80b1afc7eff407ac94c1bd59a64202 -SIZE (libxls-1.5.0.tar.gz) = 424639 +TIMESTAMP = 1559734969 +SHA256 (libxls-1.5.1.tar.gz) = 3bc88501529ce3909457fedfc5cc6c8c5a8aaaab17ca5cbbfad317b61e465535 +SIZE (libxls-1.5.1.tar.gz) = 442217 Modified: head/math/libxls/pkg-plist ============================================================================== --- head/math/libxls/pkg-plist Wed Jun 5 10:59:31 2019 (r503505) +++ head/math/libxls/pkg-plist Wed Jun 5 11:46:23 2019 (r503506) @@ -9,5 +9,6 @@ include/xls.h include/libxls/endian.h lib/libxlsreader.so lib/libxlsreader.so.1 -lib/libxlsreader.so.1.5.0 +lib/libxlsreader.so.1.5.1 +libdata/pkgconfig/libxls.pc man/man1/xls2csv.1.gz