pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Algorithm-Diff



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul  7 07:12:53 UTC 2023

Modified Files:
        pkgsrc/devel/p5-Algorithm-Diff: Makefile

Log Message:
p5-Algorithm-Diff: fix PKGVERSION

We had four-digit versions before but upstream removed on.
Add a 0 so this is newer than the previous one.

Remove references to non-existent files while here.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/p5-Algorithm-Diff/Makefile

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

Modified files:

Index: pkgsrc/devel/p5-Algorithm-Diff/Makefile
diff -u pkgsrc/devel/p5-Algorithm-Diff/Makefile:1.34 pkgsrc/devel/p5-Algorithm-Diff/Makefile:1.35
--- pkgsrc/devel/p5-Algorithm-Diff/Makefile:1.34        Thu Jul  6 09:38:34 2023
+++ pkgsrc/devel/p5-Algorithm-Diff/Makefile     Fri Jul  7 07:12:53 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2023/07/06 09:38:34 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2023/07/07 07:12:53 wiz Exp $
 
 DISTNAME=      Algorithm-Diff-1.201
-PKGNAME=       p5-${DISTNAME}
+PKGNAME=       p5-${DISTNAME}0
 PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Algorithm/}
@@ -12,7 +12,6 @@ COMMENT=      Perl module for diffing similar
 
 USE_LANGUAGES=         # empty
 
-REPLACE_PERL+=         cdiff.pl diff.pl diffnew.pl htmldiff.pl
 PERL5_PACKLIST=                auto/Algorithm/Diff/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index