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:           Fri Sep 13 05:19:27 UTC 2019

Modified Files:
        pkgsrc/pkgtools/url2pkg/files: Build.pm

Log Message:
pkgtools/url2pkg: fix typo, left over from manual testing


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/pkgtools/url2pkg/files/Build.pm

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/Build.pm
diff -u pkgsrc/pkgtools/url2pkg/files/Build.pm:1.2 pkgsrc/pkgtools/url2pkg/files/Build.pm:1.3
--- pkgsrc/pkgtools/url2pkg/files/Build.pm:1.2  Thu Sep 12 20:02:07 2019
+++ pkgsrc/pkgtools/url2pkg/files/Build.pm      Fri Sep 13 05:19:27 2019
@@ -79,7 +79,7 @@ sub create_build_script($) {
 
        $self->url2pkg_write_var("COMMENT", $self->{"dist_abstract"});
        my $license = $self->{"license"} || "";
-       if ($license eq "perxl") {
+       if ($license eq "perl") {
                $self->url2pkg_write_var("LICENSE", "\${PERL5_LICENSE}");
        } elsif ($license ne "") {
                $self->url2pkg_write_var("#LICENSE", "# TODO: $license (from Build.PL)")



Home | Main Index | Thread Index | Old Index