Mon Mar 31 08:19:33 2014 UTC ()
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


(wiz)
diff -r1.18 -r1.19 pkgsrc/devel/gnome-common/Makefile
diff -r1.13 -r1.14 pkgsrc/devel/gnome-common/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/devel/gnome-common/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/gnome-common/Makefile 2013/11/26 14:19:51 1.18
+++ pkgsrc/devel/gnome-common/Makefile 2014/03/31 08:19:33 1.19
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.18 2013/11/26 14:19:51 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2014/03/31 08:19:33 wiz Exp $
2 2
3DISTNAME= gnome-common-3.10.0 3DISTNAME= gnome-common-3.12.0
4CATEGORIES= devel gnome 4CATEGORIES= devel gnome
5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-common/3.10/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-common/3.12/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.gnome.org/ 9HOMEPAGE= http://www.gnome.org/
10COMMENT= Generic M4 macros for GNOME development 10COMMENT= Generic M4 macros for GNOME development
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13GNU_CONFIGURE= YES 13GNU_CONFIGURE= YES
14 14
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/devel/gnome-common/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/gnome-common/distinfo 2013/11/26 14:19:51 1.13
+++ pkgsrc/devel/gnome-common/distinfo 2014/03/31 08:19:33 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2013/11/26 14:19:51 wiz Exp $ 1$NetBSD: distinfo,v 1.14 2014/03/31 08:19:33 wiz Exp $
2 2
3SHA1 (gnome-common-3.10.0.tar.xz) = e44fffbe5ba9926e43b716cf57263d9294d3080d 3SHA1 (gnome-common-3.12.0.tar.xz) = c3f729009b3337ada19564687bb99a27a31ae406
4RMD160 (gnome-common-3.10.0.tar.xz) = da2a76865667cb8d4665fb5ada8ec4c09bfdd386 4RMD160 (gnome-common-3.12.0.tar.xz) = f23cb20600b9dd15da3149f9f585d2ceb69a531c
5Size (gnome-common-3.10.0.tar.xz) = 152440 bytes 5Size (gnome-common-3.12.0.tar.xz) = 153060 bytes