pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/exabgp



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 23 10:29:58 UTC 2020

Modified Files:
        pkgsrc/net/exabgp: Makefile

Log Message:
net/exabgp: allow bashisms in unused file


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/exabgp/Makefile

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

Modified files:

Index: pkgsrc/net/exabgp/Makefile
diff -u pkgsrc/net/exabgp/Makefile:1.31 pkgsrc/net/exabgp/Makefile:1.32
--- pkgsrc/net/exabgp/Makefile:1.31     Sun Nov  3 11:45:34 2019
+++ pkgsrc/net/exabgp/Makefile  Sat May 23 10:29:58 2020
@@ -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/api-vpnv4.run
 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