Tue Oct 25 07:13:24 2011 UTC ()
Based on PR pkg/45461
---------
Update mkfontdir 1.0.5 to 1.0.6

Date:   Sun Nov 7 11:12:11 2010 -0800
    config: Add missing AC_CONFIG_SRCDIR

    Regroup AC statements under the Autoconf initialization section.
    Regroup AM sttaements under the Automake initialization section.

Date:   Sun Nov 7 11:10:09 2010 -0800
    config: Remove unnecessary calls from configure.ac

    AC_PROG_SED & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now

Date:   Sun Nov 7 11:09:27 2010 -0800
    config: upgrade to util-macros 1.8 for additional man page support

    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.

    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    Enables use of platform appropriate version of sed.

Date:   Sun Nov 7 11:06:20 2010 -0800
    config: update AC_PREREQ statement to 2.60

    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.

    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz

Date:   Thu Nov 26 09:19:52 2009 -0500
    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES

    Now that the INSTALL file is generated.
    Allows running make maintainer-clean.

Date:   Wed Oct 28 14:09:07 2009 -0400
    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206

    Add missing INSTALL file. Use standard GNU file on building tarball
    README may have been updated
    Remove AUTHORS file as it is empty and no content available yet.
    Remove NEWS file as it is empty and no content available yet.

Date:   Mon Oct 26 22:08:38 2009 -0400
    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432

    ChangeLog filename is known to Automake and requires no further
    coding in the makefile.

Date:   Thu Oct 22 12:34:14 2009 -0400
    .gitignore: use common defaults with custom section # 24239

    Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.
---------


(mef)
diff -r1.6 -r1.7 pkgsrc/fonts/mkfontdir/Makefile
diff -r1.4 -r1.5 pkgsrc/fonts/mkfontdir/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/fonts/mkfontdir/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/fonts/mkfontdir/Attic/Makefile 2009/11/09 19:29:30 1.6
+++ pkgsrc/fonts/mkfontdir/Attic/Makefile 2011/10/25 07:13:24 1.7
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.6 2009/11/09 19:29:30 tnn Exp $ 1# $NetBSD: Makefile,v 1.7 2011/10/25 07:13:24 mef Exp $
2# 2#
3 3
4DISTNAME= mkfontdir-1.0.5 4DISTNAME= mkfontdir-1.0.6
5CATEGORIES= fonts x11 5CATEGORIES= fonts x11
6MASTER_SITES= ${MASTER_SITE_XORG:=app/} 6MASTER_SITES= ${MASTER_SITE_XORG:=app/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 10HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= X11 Font Index Generator 11COMMENT= X11 Font Index Generator
12 12
13PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= mkfontscale>=1.0.1:../../fonts/mkfontscale 16DEPENDS+= mkfontscale>=1.0.1:../../fonts/mkfontscale
17 17

cvs diff -r1.4 -r1.5 pkgsrc/fonts/mkfontdir/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/fonts/mkfontdir/Attic/distinfo 2009/11/09 19:29:30 1.4
+++ pkgsrc/fonts/mkfontdir/Attic/distinfo 2011/10/25 07:13:24 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2009/11/09 19:29:30 tnn Exp $ 1$NetBSD: distinfo,v 1.5 2011/10/25 07:13:24 mef Exp $
2 2
3SHA1 (mkfontdir-1.0.5.tar.bz2) = 971728b0f453ea5df028aa5d54fe3fbdb8e99a7d 3SHA1 (mkfontdir-1.0.6.tar.bz2) = c2b504f5a019777f2f0d3c2fc635b114c7924804
4RMD160 (mkfontdir-1.0.5.tar.bz2) = 35db47d62769081bb713ebb68f8a14fc3b36a4e3 4RMD160 (mkfontdir-1.0.6.tar.bz2) = 8c403c80ca5c4f0642d41486d2ba64f0d977dcf6
5Size (mkfontdir-1.0.5.tar.bz2) = 87198 bytes 5Size (mkfontdir-1.0.6.tar.bz2) = 97704 bytes