OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-tools Date: 21-Jun-2006 17:28:24
Branch: HEAD Handle: 2006062116282300
Modified files:
openpkg-tools/cmd build.pl
Log:
ops, allow https, please
Summary:
Revision Changes Path
1.17 +1 -1 openpkg-tools/cmd/build.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-tools/cmd/build.pl
============================================================================
$ cvs diff -u -r1.16 -r1.17 build.pl
--- openpkg-tools/cmd/build.pl 21 Jun 2006 15:17:28 -0000 1.16
+++ openpkg-tools/cmd/build.pl 21 Jun 2006 15:28:23 -0000 1.17
@@ -291,7 +291,7 @@
$url = run("($REL --fmt='%u') 2>/dev/null || true") || "";
$url =~ s/^\s+//s;
$url =~ s/\s+$//s;
- if ($url !~ m/^(?:file|ftp|http?):\/\//) {
+ if ($url !~ m/^(?:file|ftp|https?):\/\//) {
($rel) = run("$RPM -qi openpkg") =~ /Version:\s*(\S+)/m;
if ($rel =~ /^\d+$/) {
print "# $PROG current($rel)\n";
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]