pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/url2pkg pkgtools/url2pkg: update to 2.37



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f331a30f79cb
branches:  trunk
changeset: 415058:f331a30f79cb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 01 18:43:46 2019 +0000

description:
pkgtools/url2pkg: update to 2.37

Changes since 2.36:

* Fixed generation of the package Makefile. Due to a typo, the line that
  included bsd.pkg.mk had been omitted, making any generated package fail.

diffstat:

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

diffs (31 lines):

diff -r d0034ddce79f -r f331a30f79cb pkgtools/url2pkg/Makefile
--- a/pkgtools/url2pkg/Makefile Tue Oct 01 18:17:54 2019 +0000
+++ b/pkgtools/url2pkg/Makefile Tue Oct 01 18:43:46 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2019/09/12 18:23:00 rillig Exp $
+# $NetBSD: Makefile,v 1.101 2019/10/01 18:43:46 rillig Exp $
 
-PKGNAME=       url2pkg-2.36
+PKGNAME=       url2pkg-2.37
 CATEGORIES=    pkgtools
 
 MAINTAINER=    rillig%NetBSD.org@localhost
diff -r d0034ddce79f -r f331a30f79cb pkgtools/url2pkg/files/url2pkg.pl
--- a/pkgtools/url2pkg/files/url2pkg.pl Tue Oct 01 18:17:54 2019 +0000
+++ b/pkgtools/url2pkg/files/url2pkg.pl Tue Oct 01 18:43:46 2019 +0000
@@ -1,5 +1,5 @@
 #! @PERL5@
-# $NetBSD: url2pkg.pl,v 1.73 2019/09/13 13:31:39 rillig Exp $
+# $NetBSD: url2pkg.pl,v 1.74 2019/10/01 18:43:46 rillig Exp $
 #
 
 # Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -838,7 +838,7 @@
        $lines->add(@bl3_lines);
        $lines->add(map { $_ = ".include \"$_\"" } @includes);
 
-       $lines->add($makefile_lines->[$marker_index + 1 .. $#$makefile_lines]);
+       $lines->add(@$makefile_lines[$marker_index + 1 .. $#$makefile_lines]);
 
        $lines->append("CATEGORIES", join(" ", @categories));
 



Home | Main Index | Thread Index | Old Index