pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/url2pkg Fix typo in github handling.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d74acbf96aa
branches:  trunk
changeset: 349074:8d74acbf96aa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 26 19:03:33 2016 +0000

description:
Fix typo in github handling.

Bump version.

diffstat:

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

diffs (31 lines):

diff -r 4b278d3bece1 -r 8d74acbf96aa pkgtools/url2pkg/Makefile
--- a/pkgtools/url2pkg/Makefile Sun Jun 26 12:33:19 2016 +0000
+++ b/pkgtools/url2pkg/Makefile Sun Jun 26 19:03:33 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2016/06/10 21:43:04 rillig Exp $
+# $NetBSD: Makefile,v 1.83 2016/06/26 19:03:33 wiz Exp $
 
-PKGNAME=       url2pkg-2.26
+PKGNAME=       url2pkg-2.27
 CATEGORIES=    pkgtools
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 4b278d3bece1 -r 8d74acbf96aa pkgtools/url2pkg/files/url2pkg.pl
--- a/pkgtools/url2pkg/files/url2pkg.pl Sun Jun 26 12:33:19 2016 +0000
+++ b/pkgtools/url2pkg/files/url2pkg.pl Sun Jun 26 19:03:33 2016 +0000
@@ -1,5 +1,5 @@
 #! @PERL@
-# $NetBSD: url2pkg.pl,v 1.32 2016/06/10 21:43:04 rillig Exp $
+# $NetBSD: url2pkg.pl,v 1.33 2016/06/26 19:03:33 wiz Exp $
 #
 
 # Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -307,7 +307,7 @@
                if ($url =~ qr"^https?://github\.com/") {
                        if ($url =~ qr"^https?://github\.com/(.*)/(.*)/archive/(.*)(\.tar\.gz|\.zip)$") {
                                $master_sites = "\${MASTER_SITE_GITHUB:=$1/}";
-                               $homepage = "https://github.com/$1/$2/}";;
+                               $homepage = "https://github.com/$1/$2/";;
                                $gh_project = $2;
                                $gh_tag = $3;
                                if (index($gh_tag, $gh_project) == -1 ) {



Home | Main Index | Thread Index | Old Index