Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/exabgp net/exabgp: allow bashisms in unused file



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbaf181f8e72
branches:  trunk
changeset: 432577:cbaf181f8e72
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 23 10:29:58 2020 +0000

description:
net/exabgp: allow bashisms in unused file

diffstat:

 net/exabgp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r caf941120975 -r cbaf181f8e72 net/exabgp/Makefile
--- a/net/exabgp/Makefile       Sat May 23 10:29:46 2020 +0000
+++ b/net/exabgp/Makefile       Sat May 23 10:29:58 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2019/11/03 11:45:34 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2020/05/23 10:29:58 rillig Exp $
 
 VERSION=       3.4.23
 DISTNAME=      ${VERSION}
@@ -56,6 +56,8 @@
 REPLACE_PYTHON+=       qa/conf/manual-eor.run
 REPLACE_PYTHON+=       qa/conf/watchdog.run
 
+CHECK_PORTABILITY_SKIP+=       dev/release/google
+
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 3.2.19
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index