pkgsrc-WIP-changes archive

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

auto-admin: Update to 0.7.0



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sun Feb 7 12:29:58 2021 -0600
Changeset:	5fa20212f94ecc6d031e7872764b7d46c1b26b26

Modified Files:
	auto-admin/Makefile
	auto-admin/distinfo
	bedtools/Makefile

Log Message:
auto-admin: Update to 0.7.0

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

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

diffstat:
 auto-admin/Makefile | 3 +--
 auto-admin/distinfo | 8 ++++----
 bedtools/Makefile   | 2 ++
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs:
diff --git a/auto-admin/Makefile b/auto-admin/Makefile
index 28987d6d08..aa9a5a2523 100644
--- a/auto-admin/Makefile
+++ b/auto-admin/Makefile
@@ -1,9 +1,8 @@
 # $NetBSD$
 
-DISTNAME=	auto-admin-0.6.12.7
+DISTNAME=	auto-admin-0.7.0
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	6011c5cf8bd72ec7d40ceae6e3d993a5b7e2b64f
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/auto-admin
diff --git a/auto-admin/distinfo b/auto-admin/distinfo
index d29b469683..6f51e09fcf 100644
--- a/auto-admin/distinfo
+++ b/auto-admin/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (auto-admin-0.6.12.7-6011c5cf8bd72ec7d40ceae6e3d993a5b7e2b64f.tar.gz) = b9a3c36749a0a75f9ed8fa005c64980a0eb32ae4
-RMD160 (auto-admin-0.6.12.7-6011c5cf8bd72ec7d40ceae6e3d993a5b7e2b64f.tar.gz) = 3033cae89eb4cab37ee8654775ed3a183d80beba
-SHA512 (auto-admin-0.6.12.7-6011c5cf8bd72ec7d40ceae6e3d993a5b7e2b64f.tar.gz) = 5dbfdc148bfd31469dc2438dfc24eddee996799076ac203a230db23119a91b0346b590520c341aa1ce598d3300cd171e2dd9ceb884913e50a8e4664a99926151
-Size (auto-admin-0.6.12.7-6011c5cf8bd72ec7d40ceae6e3d993a5b7e2b64f.tar.gz) = 101856 bytes
+SHA1 (auto-admin-0.7.0.tar.gz) = 1f8a01ec79ad978020f9c4f3504598bda332e705
+RMD160 (auto-admin-0.7.0.tar.gz) = 67b49d84f18d1e0c95cef2dfb8ae0463d1a7965a
+SHA512 (auto-admin-0.7.0.tar.gz) = c3598b795d06f1e45805f30a9dafa61dc7bfb4513f2750364786da5f4816dff29f6406ca9a9d2b6dd018530f0c0a0076712bf2857204e26852accb5e7d5c2c0b
+Size (auto-admin-0.7.0.tar.gz) = 101891 bytes
diff --git a/bedtools/Makefile b/bedtools/Makefile
index 34f5a26776..4c330081f3 100644
--- a/bedtools/Makefile
+++ b/bedtools/Makefile
@@ -21,6 +21,8 @@ SUBST_STAGE.pybin=	pre-configure
 SUBST_SED.pybin=	-e 's|python|${PYTHONBIN}|g'
 SUBST_FILES.pybin=	Makefile
 
+CFLAGS+=	-Wno-sign-compare -Wno-unused-but-set-variable
+
 do-test:
 	cd ${WRKSRC}/test && bash test.sh
 


Home | Main Index | Thread Index | Old Index