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.
This commit is contained in:
rillig 2019-10-01 18:43:46 +00:00
parent 45b7542027
commit 3d927c90d8
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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 @@ sub adjust_package_from_extracted_distfiles($) {
$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));