pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2019Q3]: pkgsrc/pkgtools/url2pkg Pullup ticket #6061 - request...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab7c4a7e371c
branches:  pkgsrc-2019Q3
changeset: 408086:ab7c4a7e371c
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Thu Oct 03 15:23:02 2019 +0000

description:
Pullup ticket #6061 - requested by rillig
pkgtools/url2pkg: bugfix

Revisions pulled up:
- pkgtools/url2pkg/Makefile                                     1.101
- pkgtools/url2pkg/files/url2pkg.pl                             1.74

---
   Module Name:    pkgsrc
   Committed By:   rillig
   Date:           Tue Oct  1 18:43:46 UTC 2019

   Modified Files:
           pkgsrc/pkgtools/url2pkg: Makefile
           pkgsrc/pkgtools/url2pkg/files: url2pkg.pl

   Log Message:
   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 52d6a3b1b5e4 -r ab7c4a7e371c pkgtools/url2pkg/Makefile
--- a/pkgtools/url2pkg/Makefile Tue Oct 01 11:10:22 2019 +0000
+++ b/pkgtools/url2pkg/Makefile Thu Oct 03 15:23:02 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2019/09/12 18:23:00 rillig Exp $
+# $NetBSD: Makefile,v 1.100.2.1 2019/10/03 15:23:02 bsiegert Exp $
 
-PKGNAME=       url2pkg-2.36
+PKGNAME=       url2pkg-2.37
 CATEGORIES=    pkgtools
 
 MAINTAINER=    rillig%NetBSD.org@localhost
diff -r 52d6a3b1b5e4 -r ab7c4a7e371c pkgtools/url2pkg/files/url2pkg.pl
--- a/pkgtools/url2pkg/files/url2pkg.pl Tue Oct 01 11:10:22 2019 +0000
+++ b/pkgtools/url2pkg/files/url2pkg.pl Thu Oct 03 15:23:02 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.73.2.1 2019/10/03 15:23:02 bsiegert 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