Sun Oct 5 15:03:33 2014 UTC ()
Update to 3.14.0:

    version 3.14.0

    macros2: Update links to macros in the autoconf-archive

    Now that the macros have been committed upstream, we can link to their
    manual pages rather than the bug reports.

    macros2: Add support for APPSTREAM_XML macro

    And request that appstream-xml.m4 get installed if missing.

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

    macros2: Deprecate GNOME_CODE_COVERAGE

    The autoconf-archive AX_CODE_COVERAGE macro should be used instead.

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

    macros2: Deprecate GNOME_MAINTAINER_MODE_DEFINES

    The modules which it deprecates are all ancient and unused. Many of the
    modules which use GNOME_MAINTAINER_MODE_DEFINES don窶冲 make use of the
    DISABLE_DEPRECATED variable it generates anyway.

    If a module really wants maintainer mode, they should use
    AM_MAINTAINER_MODE. Otherwise, they should just eliminate this call
    entirely.

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

    macros2: Deprecate GNOME_DEBUG_CHECK

    The autoconf-archive AX_DEBUG_CHECK macro should be used instead, or the
    macro contents should just be substituted into configure.ac directly,
    since it窶冱 so simple.

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

    build: Remove a non-existent file from EXTRA_DIST

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

    compiler-flags: allow suppressing warnings

    Some projects want to see no warnings at all, for example, projects that
    are written in Vala. But GNOME_COMPILE_WARNINGS([no]) is a no-op that
    does nothing to turn off the default compiler warnings. Presumably if
    you ask for no compiler warnings, you want no compiler warnings, so
    suppress them in this case instead.

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

    code-coverage: Support lcov 1.11

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

    macros2: Remove FORBIDDEN_M4MACROS infrastructure

    It was completely outdated and unused. The REQUIRED_M4MACROS
    infrastructure is, however, still in use.

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

    macros2: Remove outdated README file

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

    doc: Move doc/usage.txt to README and update

    We don窶冲 like references to CVS any more. Update the guidelines to no
    longer reference GNOME_COMMON_INIT.

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

    make program_VERSION a local variable

    Otherwise we may end up overriding what was manually set in the
    environment.


(wiz)
diff -r1.19 -r1.20 pkgsrc/devel/gnome-common/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/gnome-common/PLIST
diff -r1.14 -r1.15 pkgsrc/devel/gnome-common/distinfo

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

--- pkgsrc/devel/gnome-common/Makefile 2014/03/31 08:19:33 1.19
+++ pkgsrc/devel/gnome-common/Makefile 2014/10/05 15:03:33 1.20
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.19 2014/03/31 08:19:33 wiz Exp $ 1# $NetBSD: Makefile,v 1.20 2014/10/05 15:03:33 wiz Exp $
2 2
3DISTNAME= gnome-common-3.12.0 3DISTNAME= gnome-common-3.14.0
4CATEGORIES= devel gnome 4CATEGORIES= devel gnome
5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-common/3.12/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-common/3.14/}
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.5 -r1.6 pkgsrc/devel/gnome-common/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/gnome-common/PLIST 2012/10/28 08:23:16 1.5
+++ pkgsrc/devel/gnome-common/PLIST 2014/10/05 15:03:33 1.6
@@ -1,8 +1,10 @@ @@ -1,8 +1,10 @@
1@comment $NetBSD: PLIST,v 1.5 2012/10/28 08:23:16 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.6 2014/10/05 15:03:33 wiz Exp $
2bin/gnome-autogen.sh 2bin/gnome-autogen.sh
3bin/gnome-doc-common 3bin/gnome-doc-common
 4share/aclocal/ax_check_enable_debug.m4
 5share/aclocal/ax_code_coverage.m4
4share/aclocal/gnome-code-coverage.m4 6share/aclocal/gnome-code-coverage.m4
5share/aclocal/gnome-common.m4 7share/aclocal/gnome-common.m4
6share/aclocal/gnome-compiler-flags.m4 8share/aclocal/gnome-compiler-flags.m4
7share/gnome-common/data/omf.make 9share/gnome-common/data/omf.make
8share/gnome-common/data/xmldocs.make 10share/gnome-common/data/xmldocs.make

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

--- pkgsrc/devel/gnome-common/distinfo 2014/03/31 08:19:33 1.14
+++ pkgsrc/devel/gnome-common/distinfo 2014/10/05 15:03:33 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2014/03/31 08:19:33 wiz Exp $ 1$NetBSD: distinfo,v 1.15 2014/10/05 15:03:33 wiz Exp $
2 2
3SHA1 (gnome-common-3.12.0.tar.xz) = c3f729009b3337ada19564687bb99a27a31ae406 3SHA1 (gnome-common-3.14.0.tar.xz) = 555ac7de25821f243f1838faa4d602da50237303
4RMD160 (gnome-common-3.12.0.tar.xz) = f23cb20600b9dd15da3149f9f585d2ceb69a531c 4RMD160 (gnome-common-3.14.0.tar.xz) = 4ce69a5bb5c428b4aadc155e0bae51a04e897cad
5Size (gnome-common-3.12.0.tar.xz) = 153060 bytes 5Size (gnome-common-3.14.0.tar.xz) = 156320 bytes