pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Remove giflib/libungif special cases....
details: https://anonhg.NetBSD.org/pkgsrc/rev/a7a28f16363a
branches: trunk
changeset: 635116:a7a28f16363a
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat May 31 15:56:59 2014 +0000
description:
Remove giflib/libungif special cases. Bump version.
diffstat:
pkgtools/pkglint/Makefile | 4 ++--
pkgtools/pkglint/files/pkglint.pl | 8 +-------
2 files changed, 3 insertions(+), 9 deletions(-)
diffs (41 lines):
diff -r 05470519b285 -r a7a28f16363a pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Sat May 31 15:56:39 2014 +0000
+++ b/pkgtools/pkglint/Makefile Sat May 31 15:56:59 2014 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.444 2014/05/30 08:32:26 wiz Exp $
+# $NetBSD: Makefile,v 1.445 2014/05/31 15:56:59 wiz Exp $
# Note: if you update the version number, please have a look at the
# changes between the CVS tag "pkglint_current" and HEAD.
# After updating, please re-set the CVS tag to HEAD.
-PKGNAME= pkglint-4.139
+PKGNAME= pkglint-4.140
CATEGORIES= pkgtools
OWNER= wiz%NetBSD.org@localhost
diff -r 05470519b285 -r a7a28f16363a pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Sat May 31 15:56:39 2014 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Sat May 31 15:56:59 2014 +0000
@@ -1,5 +1,5 @@
#! @PERL@
-# $NetBSD: pkglint.pl,v 1.866 2014/03/03 05:18:23 obache Exp $
+# $NetBSD: pkglint.pl,v 1.867 2014/05/31 15:56:59 wiz Exp $
#
# pkglint - static analyzer and checker for pkgsrc packages
@@ -5225,15 +5225,9 @@
if ($includefile =~ m"/x11-links/buildlink3\.mk$") {
$line->log_error("${includefile} must not be included directly. Include \"../../mk/x11.buildlink3.mk\" instead.");
}
- if ($includefile =~ m"/giflib/buildlink3\.mk$") {
- $line->log_error("${includefile} must not be included directly. Include \"../../mk/giflib.buildlink3.mk\" instead.");
- }
if ($includefile =~ m"/jpeg/buildlink3\.mk$") {
$line->log_error("${includefile} must not be included directly. Include \"../../mk/jpeg.buildlink3.mk\" instead.");
}
- if ($includefile =~ m"/libungif/buildlink3\.mk$") {
- $line->log_error("${includefile} must not be included directly. Include \"../../mk/giflib.buildlink3.mk\" instead.");
- }
if ($includefile =~ m"/intltool/buildlink3\.mk$") {
$line->log_warning("Please say \"USE_TOOLS+= intltool\" instead of this line.");
}
Home |
Main Index |
Thread Index |
Old Index