pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/url2pkg/files
Module Name: pkgsrc
Committed By: rillig
Date: Thu Oct 3 09:31:36 UTC 2019
Modified Files:
pkgsrc/pkgtools/url2pkg/files: url2pkg.pl
Log Message:
pkgtools/url2pkg: fix option handling
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/pkgtools/url2pkg/files/url2pkg.pl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/url2pkg/files/url2pkg.pl
diff -u pkgsrc/pkgtools/url2pkg/files/url2pkg.pl:1.76 pkgsrc/pkgtools/url2pkg/files/url2pkg.pl:1.77
--- pkgsrc/pkgtools/url2pkg/files/url2pkg.pl:1.76 Wed Oct 2 15:57:37 2019
+++ pkgsrc/pkgtools/url2pkg/files/url2pkg.pl Thu Oct 3 09:31:36 2019
@@ -1,5 +1,5 @@
#! @PERL5@
-# $NetBSD: url2pkg.pl,v 1.76 2019/10/02 15:57:37 rillig Exp $
+# $NetBSD: url2pkg.pl,v 1.77 2019/10/03 09:31:36 rillig Exp $
#
# Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -873,7 +873,7 @@ sub main() {
}
GetOptions(
- "verbose=v" => \$verbose
+ "verbose|v" => \$verbose
);
my $url;
Home |
Main Index |
Thread Index |
Old Index