pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/url2pkg Variable for GConf is now called GCON...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/731a8795078e
branches:  trunk
changeset: 550857:731a8795078e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 01 13:48:34 2008 +0000

description:
Variable for GConf is now called GCONF_SCHEMAS (not GCONF2_SCHEMAS).
Bump version to 2.8.

diffstat:

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

diffs (32 lines):

diff -r 2e47e7f7befd -r 731a8795078e pkgtools/url2pkg/Makefile
--- a/pkgtools/url2pkg/Makefile Mon Dec 01 13:25:47 2008 +0000
+++ b/pkgtools/url2pkg/Makefile Mon Dec 01 13:48:34 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.54 2008/11/06 12:25:17 obache Exp $
+# $NetBSD: Makefile,v 1.55 2008/12/01 13:48:34 wiz Exp $
 #
 
-DISTNAME=      url2pkg-2.7
+DISTNAME=      url2pkg-2.8
 CATEGORIES=    pkgtools
 MASTER_SITES=  # none
 DISTFILES=     # none
diff -r 2e47e7f7befd -r 731a8795078e pkgtools/url2pkg/files/url2pkg.pl
--- a/pkgtools/url2pkg/files/url2pkg.pl Mon Dec 01 13:25:47 2008 +0000
+++ b/pkgtools/url2pkg/files/url2pkg.pl Mon Dec 01 13:48:34 2008 +0000
@@ -1,5 +1,5 @@
 #! @PERL@
-# $NetBSD: url2pkg.pl,v 1.10 2007/09/25 13:59:42 wiz Exp $
+# $NetBSD: url2pkg.pl,v 1.11 2008/12/01 13:48:34 wiz Exp $
 #
 
 use strict;
@@ -113,7 +113,7 @@
                push(@build_vars, ["MAKE_ENV+", "GCONF_SCHEMA_FILE_DIR=\${PREFIX}/share/gconf/schemas/"]);
                foreach my $f (@gconf2_files) {
                        if ($f =~ qr"(.*schemas)") {
-                               push(@extra_vars, ["GCONF2_SCHEMAS+", $1]);
+                               push(@extra_vars, ["GCONF_SCHEMAS+", $1]);
                        }
                }
                push(@includes, "../../devel/GConf/schemas.mk");



Home | Main Index | Thread Index | Old Index