pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/url2pkg GConf, not GConf2; bump version to 2.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ec4025f6457
branches:  trunk
changeset: 533719:9ec4025f6457
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 25 13:59:42 2007 +0000

description:
GConf, not GConf2; bump version to 2.7.

diffstat:

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

diffs (32 lines):

diff -r a58a9a3e1d66 -r 9ec4025f6457 pkgtools/url2pkg/Makefile
--- a/pkgtools/url2pkg/Makefile Tue Sep 25 13:59:21 2007 +0000
+++ b/pkgtools/url2pkg/Makefile Tue Sep 25 13:59:42 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.50 2007/03/19 01:38:56 rillig Exp $
+# $NetBSD: Makefile,v 1.51 2007/09/25 13:59:42 wiz Exp $
 #
 
-DISTNAME=      url2pkg-2.6
+DISTNAME=      url2pkg-2.7
 CATEGORIES=    pkgtools
 MASTER_SITES=  # none
 DISTFILES=     # none
diff -r a58a9a3e1d66 -r 9ec4025f6457 pkgtools/url2pkg/files/url2pkg.pl
--- a/pkgtools/url2pkg/files/url2pkg.pl Tue Sep 25 13:59:21 2007 +0000
+++ b/pkgtools/url2pkg/files/url2pkg.pl Tue Sep 25 13:59:42 2007 +0000
@@ -1,5 +1,5 @@
 #! @PERL@
-# $NetBSD: url2pkg.pl,v 1.9 2007/07/10 15:27:57 joerg Exp $
+# $NetBSD: url2pkg.pl,v 1.10 2007/09/25 13:59:42 wiz Exp $
 #
 
 use strict;
@@ -116,7 +116,7 @@
                                push(@extra_vars, ["GCONF2_SCHEMAS+", $1]);
                        }
                }
-               push(@includes, "../../devel/GConf2/schemas.mk");
+               push(@includes, "../../devel/GConf/schemas.mk");
        }
 }
 



Home | Main Index | Thread Index | Old Index