pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/mirror
Module Name: pkgsrc
Committed By: bouyer
Date: Wed May 22 09:46:12 UTC 2024
Modified Files:
pkgsrc/net/mirror: Makefile distinfo
Added Files:
pkgsrc/net/mirror/patches: patch-mm.pl
Log Message:
Fix mirrormaster with newer perl. Bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/mirror/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/mirror/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/mirror/patches/patch-mm.pl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/mirror/Makefile
diff -u pkgsrc/net/mirror/Makefile:1.47 pkgsrc/net/mirror/Makefile:1.48
--- pkgsrc/net/mirror/Makefile:1.47 Thu Apr 11 10:23:44 2024
+++ pkgsrc/net/mirror/Makefile Wed May 22 09:46:12 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2024/04/11 10:23:44 bouyer Exp $
+# $NetBSD: Makefile,v 1.48 2024/05/22 09:46:12 bouyer Exp $
DISTNAME= mirror-2.9
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= net
MASTER_SITES= # ftp://src.doc.ic.ac.uk/computing/archiving/mirror/
Index: pkgsrc/net/mirror/distinfo
diff -u pkgsrc/net/mirror/distinfo:1.11 pkgsrc/net/mirror/distinfo:1.12
--- pkgsrc/net/mirror/distinfo:1.11 Thu Apr 11 17:11:00 2024
+++ pkgsrc/net/mirror/distinfo Wed May 22 09:46:12 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2024/04/11 17:11:00 bouyer Exp $
+$NetBSD: distinfo,v 1.12 2024/05/22 09:46:12 bouyer Exp $
BLAKE2s (mirror-2.9.tar.gz) = 9af6c135528b0a26418a229f6f943f70913a07fef1fffa2954685fa2d17e4bb6
SHA512 (mirror-2.9.tar.gz) = afed2e62b95d1dd52aac32f3a608c0e08813c78d1bed8f5066bc4d6ac031c05ffeb7c7594a1c565dbf015086d7b3a907f35132ea850a3b93c31377e69dfa0654
@@ -11,3 +11,4 @@ SHA1 (patch-ae) = 75c1433f01da0a38b7983f
SHA1 (patch-af) = d83755dca89242a6822e5531a481b1735089242a
SHA1 (patch-ag) = f402c883c3fe8967f7dc6b847969915ae367f678
SHA1 (patch-lsparse.pl) = 9048fc10b06616c87fa7eafd64eb098e30ac3b7e
+SHA1 (patch-mm.pl) = a1162a4abcd744215b5a8b11043d3c4a06b1839f
Added files:
Index: pkgsrc/net/mirror/patches/patch-mm.pl
diff -u /dev/null pkgsrc/net/mirror/patches/patch-mm.pl:1.1
--- /dev/null Wed May 22 09:46:12 2024
+++ pkgsrc/net/mirror/patches/patch-mm.pl Wed May 22 09:46:12 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-mm.pl,v 1.1 2024/05/22 09:46:12 bouyer Exp $
+Fix error with newer perl
+
+--- mm.pl.orig 2024-05-22 11:35:30.653494300 +0200
++++ mm.pl 2024-05-22 11:35:52.298166348 +0200
+@@ -94,7 +94,7 @@
+
+ # only both with -flag's
+ if( $arg !~ /^-/ ){
+- unshift( ARGV, $arg );
++ unshift( @ARGV, $arg );
+ last;
+ }
+
Home |
Main Index |
Thread Index |
Old Index