Hi, ports@:

   Here is a patch for security/clusterssh:
   i) Update to 4.16
   ii) Remove the unneeded line BUILD_DEPENDS=${RUN_DEPENDS}
   iii) Comment out the line MAKE_ENV=TEST_POD=Yes,
    because we could do pod test really after Pod::Coverage::TrustPod
imported into portstree.

   One test failed ,but not caused by this patch, others passed.
   No other ports depends on clusterssh.


Cheers !
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/clusterssh/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile    18 Jun 2020 20:44:26 -0000      1.22
+++ Makefile    29 Jun 2020 14:47:35 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       secure concurrent multi-server terminal control
 
-V=             4.15
+V=             4.16
 DISTNAME=      App-ClusterSSH-$V
 PKGNAME=       clusterssh-${V:S/_/./}
 
@@ -27,7 +27,6 @@ RUN_DEPENDS=  x11/p5-Tk \
                devel/p5-Exception-Class \
                devel/p5-Readonly \
                sysutils/p5-File-Which
-BUILD_DEPENDS= ${RUN_DEPENDS}
 
 TEST_DEPENDS=devel/p5-Test-Trap \
                devel/p5-Test-Pod \
@@ -36,7 +35,7 @@ TEST_DEPENDS=devel/p5-Test-Trap \
                devel/p5-Test-Differences \
                devel/p5-File-Slurp
 
-MAKE_ENV=      TEST_POD=Yes
+#MAKE_ENV=     TEST_POD=Yes AUTHOR_TESTING=Yes
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/bash-completion
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/clusterssh/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo    18 Jun 2020 20:44:26 -0000      1.14
+++ distinfo    29 Jun 2020 14:47:35 -0000
@@ -1,2 +1,2 @@
-SHA256 (App-ClusterSSH-4.15.tar.gz) = 
4Sdbg3ofEVMm6tXaCZ8pv+QfqCQnd6ev3rk7nqIn86o=
-SIZE (App-ClusterSSH-4.15.tar.gz) = 96091
+SHA256 (App-ClusterSSH-4.16.tar.gz) = 
G3y4q2BoViRK34vZrE0nUHwuQWh7OvGiJs4dsvP9VXg=
+SIZE (App-ClusterSSH-4.16.tar.gz) = 96151

Reply via email to