pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gnome-common Update to 3.12.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2e5ec9331d2
branches:  trunk
changeset: 632494:a2e5ec9331d2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 31 08:19:33 2014 +0000

description:
Update to 3.12.0:

    version 3.12.0

    gnome-autogen.sh: Fix check if stdin is a tty

    Commit 7f977b021462 introduced a check if stdin is ins't a tty, and
    prevent printing terminal codes in this case. But the check was wrong
    and always failed.

    https://bugzilla.gnome.org/show_bug.cgi?id=726892

    gnome-autogen: require automake 1.11.2

    This is the version of automake that introduced ACLOCAL_PATH support, so
    make sure that we have it before attempting to configure the package.


    gnome-common: use ACLOCAL_PATH over ACLOCAL_FLAGS

    jhbuild has set this variable for more than two years.

    https://bugzilla.gnome.org/show_bug.cgi?id=726208


    gnome-autogen.sh: correct IFS value

    Due to a likely copy-paste mistake, the default value of IFS was being
    set to 9 spaces instead of a tab and a space.  Fix that.

    https://bugzilla.gnome.org/show_bug.cgi?id=726208


    gnome-autogen.sh: Check for appdata-xml.m4 with APPDATA_XML


    compiler-flags: Simplify a case statement slightly


    compiler-flags: Replace deprecated AC_HELP_STRING with AS_HELP_STRING


    Read the dirlist file unconditionally

diffstat:

 devel/gnome-common/Makefile |  6 +++---
 devel/gnome-common/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r c68dab61f5bd -r a2e5ec9331d2 devel/gnome-common/Makefile
--- a/devel/gnome-common/Makefile       Mon Mar 31 08:19:05 2014 +0000
+++ b/devel/gnome-common/Makefile       Mon Mar 31 08:19:33 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2013/11/26 14:19:51 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2014/03/31 08:19:33 wiz Exp $
 
-DISTNAME=      gnome-common-3.10.0
+DISTNAME=      gnome-common-3.12.0
 CATEGORIES=    devel gnome
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnome-common/3.10/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnome-common/3.12/}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r c68dab61f5bd -r a2e5ec9331d2 devel/gnome-common/distinfo
--- a/devel/gnome-common/distinfo       Mon Mar 31 08:19:05 2014 +0000
+++ b/devel/gnome-common/distinfo       Mon Mar 31 08:19:33 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2013/11/26 14:19:51 wiz Exp $
+$NetBSD: distinfo,v 1.14 2014/03/31 08:19:33 wiz Exp $
 
-SHA1 (gnome-common-3.10.0.tar.xz) = e44fffbe5ba9926e43b716cf57263d9294d3080d
-RMD160 (gnome-common-3.10.0.tar.xz) = da2a76865667cb8d4665fb5ada8ec4c09bfdd386
-Size (gnome-common-3.10.0.tar.xz) = 152440 bytes
+SHA1 (gnome-common-3.12.0.tar.xz) = c3f729009b3337ada19564687bb99a27a31ae406
+RMD160 (gnome-common-3.12.0.tar.xz) = f23cb20600b9dd15da3149f9f585d2ceb69a531c
+Size (gnome-common-3.12.0.tar.xz) = 153060 bytes



Home | Main Index | Thread Index | Old Index