xbps: Updated to 0.59.1

This commit is contained in:
Aleksej Lebedev 2020-04-10 13:05:19 +02:00
parent e99e3895e0
commit cc8e07f4bd
5 changed files with 16 additions and 32 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD$
DISTNAME= xbps-0.53
DISTNAME= xbps-0.59.1
CATEGORIES= pkgtools
MASTER_SITES= ${MASTER_SITE_GITHUB:=void-linux/}

View File

@ -3,7 +3,9 @@ bin/xbps-alternatives
bin/xbps-checkvers
bin/xbps-create
bin/xbps-dgraph
bin/xbps-digest
bin/xbps-fbulk
bin/xbps-fetch
bin/xbps-install
bin/xbps-pkgdb
bin/xbps-query
@ -23,14 +25,16 @@ include/xbps/xbps_object.h
include/xbps/xbps_string.h
lib/libxbps.a
lib/libxbps.so
lib/libxbps.so.3
lib/libxbps.so.3.0.0
lib/libxbps.so.5
lib/libxbps.so.5.0.0
lib/pkgconfig/libxbps.pc
man/man1/xbps-alternatives.1
man/man1/xbps-checkvers.1
man/man1/xbps-create.1
man/man1/xbps-dgraph.1
man/man1/xbps-digest.1
man/man1/xbps-fbulk.1
man/man1/xbps-fetch.1
man/man1/xbps-install.1
man/man1/xbps-pkgdb.1
man/man1/xbps-query.1
@ -54,3 +58,4 @@ share/examples/xbps/00-repository-main.conf
share/examples/xbps/xbps.conf
share/zsh/site-functions/_xbps
share/zsh/site-functions/_xbps_src
@pkgdir share/xbps.d

View File

@ -1,8 +1,7 @@
$NetBSD$
SHA1 (xbps-0.53.tar.gz) = 39e11950beae1922d04fe1590464505d8667d485
RMD160 (xbps-0.53.tar.gz) = a299e6462ab224455fd2fc57e4eacf3b73300396
SHA512 (xbps-0.53.tar.gz) = f40a479196e95cd1c01962230cd3e61f424474ceb454c3d7a31d59b636a0f17138023ae2822bb1666765f15618e3fa7e4fa48786c5530eb975f637b6abf6418f
Size (xbps-0.53.tar.gz) = 357001 bytes
SHA1 (patch-configure) = fac38fb8b6e04fdb8c735bb25abde990b6c57b71
SHA1 (patch-data_Makefile) = 0bcd7469bb61a44794f1e01c5e5a961c4e759a5b
SHA1 (xbps-0.59.1.tar.gz) = 3ff1b6171e871528731396bed41db144e4bc97ad
RMD160 (xbps-0.59.1.tar.gz) = 9b87ca62879ae203de1fd375a267af7dcde2ca61
SHA512 (xbps-0.59.1.tar.gz) = 95f887e4de2a8d49269d32eccd58c2e996600c72b0269eade24df6dc6d6b844cfadecdaa42224747c0567c3080e54e7d4890ec0001e4ed0a9f4dd72bc4c868fe
Size (xbps-0.59.1.tar.gz) = 408102 bytes
SHA1 (patch-configure) = a59c3f8347ac57598a8473ddeab23f4870f75161

View File

@ -1,15 +1,13 @@
$NetBSD$
Ignoring warnings.
--- configure.orig 2018-04-16 12:00:30.000000000 +0000
--- configure.orig 2020-04-01 09:32:37.000000000 +0000
+++ configure
@@ -266,7 +266,7 @@ fi
@@ -275,7 +275,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 \
missing-declarations nested-externs vla overlength-strings \
unsafe-loop-optimizations undef sign-compare \
missing-include-dirs old-style-definition \

View File

@ -1,18 +0,0 @@
$NetBSD$
Fixed location of xbps.d.5 manpage.
Pull-request is created on github.
--- data/Makefile.orig 2018-07-30 11:47:08.000000000 +0000
+++ data/Makefile
@@ -11,8 +11,8 @@ all:
.PHONY: install
install:
- install -d $(DESTDIR)$(SHAREDIR)/man/man5
- install -m644 xbps.d.5 $(DESTDIR)$(SHAREDIR)/man/man5
+ install -d $(DESTDIR)$(MANDIR)/man5
+ install -m644 xbps.d.5 $(DESTDIR)$(MANDIR)/man5
install -d $(DESTDIR)$(PKGCONFIGDIR)
install -m644 $(PCFILE) $(DESTDIR)$(PKGCONFIGDIR)
install -d $(DESTDIR)/$(DBDIR)/keys