pkgsrc-WIP-changes archive

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

xbps: update to 0.52



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Wed Jun 6 13:29:51 2018 +0200
Changeset:	54bf99e424adf7f4384925c70d667365aabeb47e

Modified Files:
	xbps/Makefile
	xbps/distinfo
Added Files:
	xbps/patches/patch-configure

Log Message:
xbps: update to 0.52

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

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

diffstat:
 xbps/Makefile                |  2 +-
 xbps/distinfo                |  9 +++++----
 xbps/patches/patch-configure | 13 +++++++++++++
 3 files changed, 19 insertions(+), 5 deletions(-)

diffs:
diff --git a/xbps/Makefile b/xbps/Makefile
index 3d1375ec6e..6253a84e85 100644
--- a/xbps/Makefile
+++ b/xbps/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	xbps-0.51
+DISTNAME=	xbps-0.52
 CATEGORIES=	pkgtools
 MASTER_SITES=	${MASTER_SITE_GITHUB:=voidlinux/}
 
diff --git a/xbps/distinfo b/xbps/distinfo
index cfa3dbc5cc..4a66db5944 100644
--- a/xbps/distinfo
+++ b/xbps/distinfo
@@ -1,6 +1,7 @@
 $NetBSD$
 
-SHA1 (xbps-0.51.tar.gz) = 5b7ea178bf31687463c6db132d0360b8408549b3
-RMD160 (xbps-0.51.tar.gz) = 1d363698936cb325ca2c591a133487b115c37b1c
-SHA512 (xbps-0.51.tar.gz) = 243dbef97bd94b05af1a79605f20050d00c6dfaffa8dbc56ea0b3b2d218a627fb45f157f9f82b6eb080f58a7445de9e7bf75d669f0be4caae262af5c5ac92262
-Size (xbps-0.51.tar.gz) = 349086 bytes
+SHA1 (xbps-0.52.tar.gz) = e8ebefbd46c1922a5580cf69caad0e6536e48a97
+RMD160 (xbps-0.52.tar.gz) = 36011f39cb0cdc3f2484df15b62cce7c479f08f6
+SHA512 (xbps-0.52.tar.gz) = 99a86abac4e8c3a7e4d6bb72c78a1c1b72592022ab0f90f794227d8fa6194a04e0411fcedc4fffb6809dcf146aa6e7f9b12e3a9854e024458f1b9c4573b7379d
+Size (xbps-0.52.tar.gz) = 355399 bytes
+SHA1 (patch-configure) = 1279e00bcce24a5ef76f9248cc7e9aa6805732c4
diff --git a/xbps/patches/patch-configure b/xbps/patches/patch-configure
new file mode 100644
index 0000000000..f2eb920340
--- /dev/null
+++ b/xbps/patches/patch-configure
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- configure.orig	2018-04-16 12:00:30.000000000 +0000
++++ configure
+@@ -266,7 +266,7 @@ fi
+ #
+ # Check for some compiler warning flags.
+ #
+-for f in all extra error shadow "format=2" missing-prototypes \
++for f in all extra shadow "format=2" missing-prototypes \
+ 	missing-declarations nested-externs vla no-overlength-strings \
+ 	unsafe-loop-optimizations undef sign-compare \
+ 	missing-include-dirs old-style-definition \


Home | Main Index | Thread Index | Old Index