Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/perl5 perl: mark as superseding p5-Time-HiRes and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/852c4c6c8d62
branches:  trunk
changeset: 437840:852c4c6c8d62
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 01 13:53:34 2020 +0000

description:
perl: mark as superseding p5-Time-HiRes and p5-DB_File

diffstat:

 lang/perl5/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 510eb0f9e63d -r 852c4c6c8d62 lang/perl5/Makefile
--- a/lang/perl5/Makefile       Tue Sep 01 12:21:28 2020 +0000
+++ b/lang/perl5/Makefile       Tue Sep 01 13:53:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.263 2020/08/31 18:00:37 wiz Exp $
+# $NetBSD: Makefile,v 1.264 2020/09/01 13:53:34 wiz Exp $
 
 .include "license.mk"
 .include "Makefile.common"
@@ -78,6 +78,8 @@
 CONFLICTS+=    p5-version<0.9924
 
 SUPERSEDES+=   p5-Tie-File<=0.99
+SUPERSEDES+=   p5-Time-HiRes-[0-9]*
+SUPERSEDES+=   p5-DB_File-[0-9]*
 SUPERSEDES+=   p5-Memoize<=1.03
 SUPERSEDES+=   p5-I18N-LangTags<=0.39
 SUPERSEDES+=   p5-Locale-Maketext<=1.23



Home | Main Index | Thread Index | Old Index