pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
xbps: Updated to 0.59.1
Module Name: pkgsrc-wip
Committed By: Aleksej Lebedev <root%zta.lk@localhost>
Pushed By: zhtw
Date: Fri Apr 10 13:05:19 2020 +0200
Changeset: cc8e07f4bd9a18548a661463853e0d23f6943de2
Modified Files:
xbps/Makefile
xbps/PLIST
xbps/distinfo
xbps/patches/patch-configure
Removed Files:
xbps/patches/patch-data_Makefile
Log Message:
xbps: Updated to 0.59.1
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cc8e07f4bd9a18548a661463853e0d23f6943de2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
xbps/Makefile | 2 +-
xbps/PLIST | 9 +++++++--
xbps/distinfo | 11 +++++------
xbps/patches/patch-configure | 8 +++-----
xbps/patches/patch-data_Makefile | 18 ------------------
5 files changed, 16 insertions(+), 32 deletions(-)
diffs:
diff --git a/xbps/Makefile b/xbps/Makefile
index a1c1f6b0e9..e6d7681d0e 100644
--- a/xbps/Makefile
+++ b/xbps/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= xbps-0.53
+DISTNAME= xbps-0.59.1
CATEGORIES= pkgtools
MASTER_SITES= ${MASTER_SITE_GITHUB:=void-linux/}
diff --git a/xbps/PLIST b/xbps/PLIST
index 629662c74e..2f2775e781 100644
--- a/xbps/PLIST
+++ b/xbps/PLIST
@@ -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
diff --git a/xbps/distinfo b/xbps/distinfo
index 412d941ab0..1d70291f26 100644
--- a/xbps/distinfo
+++ b/xbps/distinfo
@@ -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
diff --git a/xbps/patches/patch-configure b/xbps/patches/patch-configure
index b0915c191a..bcbd947391 100644
--- a/xbps/patches/patch-configure
+++ b/xbps/patches/patch-configure
@@ -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 \
diff --git a/xbps/patches/patch-data_Makefile b/xbps/patches/patch-data_Makefile
deleted file mode 100644
index d524aaf2d4..0000000000
--- a/xbps/patches/patch-data_Makefile
+++ /dev/null
@@ -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
Home |
Main Index |
Thread Index |
Old Index