pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Update to 4.72: check for .tbz as wel...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0de6b48ec142
branches:  trunk
changeset: 520557:0de6b48ec142
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Oct 23 09:19:31 2006 +0000

description:
Update to 4.72: check for .tbz as well as .tgz

diffstat:

 pkgtools/pkglint/Makefile            |  4 ++--
 pkgtools/pkglint/files/lintpkgsrc.pl |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 5ae9531839fa -r 0de6b48ec142 pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Mon Oct 23 09:03:03 2006 +0000
+++ b/pkgtools/pkglint/Makefile Mon Oct 23 09:19:31 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.351 2006/10/02 19:35:43 abs Exp $
+# $NetBSD: Makefile,v 1.352 2006/10/23 09:19:31 abs Exp $
 #
 
-DISTNAME=      pkglint-4.71
+DISTNAME=      pkglint-4.72
 CATEGORIES=    pkgtools
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r 5ae9531839fa -r 0de6b48ec142 pkgtools/pkglint/files/lintpkgsrc.pl
--- a/pkgtools/pkglint/files/lintpkgsrc.pl      Mon Oct 23 09:03:03 2006 +0000
+++ b/pkgtools/pkglint/files/lintpkgsrc.pl      Mon Oct 23 09:19:31 2006 +0000
@@ -1,6 +1,6 @@
 #! @PERL@
 
-# $NetBSD: lintpkgsrc.pl,v 1.112 2006/10/02 19:35:43 abs Exp $
+# $NetBSD: lintpkgsrc.pl,v 1.113 2006/10/23 09:19:32 abs Exp $
 
 # Written by David Brownlee <abs%netbsd.org@localhost>.
 #
@@ -290,7 +290,7 @@
         $File::Find::prune = 1;
 
     }
-    elsif (/(.+)-(\d.*)\.tgz$/) {
+    elsif (/(.+)-(\d.*)\.t[bg]z$/) {
         my ( $pkg, $ver ) = ( $1, $2 );
 
         # XXX: hack for python and ruby prefix support



Home | Main Index | Thread Index | Old Index