pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/glusterfs



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Mar 12 23:52:37 UTC 2020

Modified Files:
        pkgsrc/filesystems/glusterfs: Makefile

Log Message:
filesystems/glusterfs: Exempt bash script from bashisms check


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/filesystems/glusterfs/Makefile

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

Modified files:

Index: pkgsrc/filesystems/glusterfs/Makefile
diff -u pkgsrc/filesystems/glusterfs/Makefile:1.93 pkgsrc/filesystems/glusterfs/Makefile:1.94
--- pkgsrc/filesystems/glusterfs/Makefile:1.93  Sat Jan 18 21:49:21 2020
+++ pkgsrc/filesystems/glusterfs/Makefile       Thu Mar 12 23:52:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2020/01/18 21:49:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.94 2020/03/12 23:52:37 gdt Exp $
 
 DISTNAME=      glusterfs-3.12.8
 PKGREVISION=   5
@@ -63,7 +63,6 @@ REPLACE_BASH+=                extras/geo-rep/get-gfid.
 REPLACE_BASH+=         extras/geo-rep/gsync-upgrade.sh
 REPLACE_BASH+=         extras/geo-rep/slave-upgrade.sh
 REPLACE_BASH+=         extras/peer_add_secret_pub.in
-REPLACE_BASH+=         extras/peer_add_secret_pub.in
 REPLACE_BASH+=         extras/post-upgrade-script-for-quota.sh
 REPLACE_BASH+=         extras/pre-upgrade-script-for-quota.sh
 REPLACE_BASH+=         extras/stop-all-gluster-processes.sh
@@ -71,6 +70,9 @@ REPLACE_BASH+=                geo-replication/src/gver
 REPLACE_BASH+=         geo-replication/src/peer_gsec_create.in
 REPLACE_BASH+=         geo-replication/src/set_geo_rep_pem_keys.sh
 
+# Explicit substitution of bash
+CHECK_PORTABILITY_SKIP+=       extras/peer_add_secret_pub.in
+
 
 SUBST_CLASSES+=                mtab
 SUBST_STAGE.mtab=      post-build



Home | Main Index | Thread Index | Old Index