pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libxls: Update to 1.5.0-rc4



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By:	sjmulder
Date:		Sat Feb 9 17:43:15 2019 +0100
Changeset:	009c3f1ec941880bedb444a6ea9e0ba8bd74f308

Modified Files:
	libxls/Makefile
	libxls/distinfo

Log Message:
libxls: Update to 1.5.0-rc4

Upstream changes:

 - Remove getopt.c in favor of system libraries
 - Remove unused code that was #if 0'ed
 - Fix many function declarations, removing unnecessary extern keywords
   and using static as appropriate

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=009c3f1ec941880bedb444a6ea9e0ba8bd74f308

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libxls/Makefile | 6 +++---
 libxls/distinfo | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/libxls/Makefile b/libxls/Makefile
index 88f1481e4c..d1d6ab82a5 100644
--- a/libxls/Makefile
+++ b/libxls/Makefile
@@ -1,10 +1,10 @@
 # $NetBSD$
 
-DISTNAME=	libxls-1.5.0-rc3
-PKGNAME=	libxls-1.5.0rc3
+DISTNAME=	libxls-1.5.0-rc4
+PKGNAME=	libxls-1.5.0rc4
 CATEGORIES=	devel textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=libxls/}
-GITHUB_RELEASE=	v1.5.0-rc3
+GITHUB_RELEASE=	v1.5.0-rc4
 
 MAINTAINER=	ik%sjmulder.nl@localhost
 HOMEPAGE=	https://github.com/libxls/libxls
diff --git a/libxls/distinfo b/libxls/distinfo
index 35acedd783..b6675ff535 100644
--- a/libxls/distinfo
+++ b/libxls/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (libxls-1.5.0-rc3.tar.gz) = 4930ed2d6a42d51e09308a0bd53e4fa32e3c8476
-RMD160 (libxls-1.5.0-rc3.tar.gz) = 49042024cbb037ea82adbe66d35271637bb3ba00
-SHA512 (libxls-1.5.0-rc3.tar.gz) = b3873c318c4c0210132319f7e6fae28ca6de154dc06a001d9c21eb3a9701564162f65af3992c7698338eaea95d55489e8f8a9a46a258b1eeff1281bbacc3f87d
-Size (libxls-1.5.0-rc3.tar.gz) = 425992 bytes
+SHA1 (libxls-1.5.0-rc4.tar.gz) = 592c08df1e505ad921e22496a6496e7c37342bcd
+RMD160 (libxls-1.5.0-rc4.tar.gz) = ef1a074bd0d11a6c30a568836b172c27208c3c1d
+SHA512 (libxls-1.5.0-rc4.tar.gz) = 056cff7dd18460e89bc395089ac942740eafdfa40c2cad245dcd0ab99ee9f0d78fcc99b92a41896707360f166f19b6c8629ff658f2ca8f9c4dfb1d104b1eed58
+Size (libxls-1.5.0-rc4.tar.gz) = 424711 bytes


Home | Main Index | Thread Index | Old Index