pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-PkgConfig Updated to version 1.11.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bfd33be06e5
branches:  trunk
changeset: 539956:2bfd33be06e5
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Mon Mar 17 22:31:21 2008 +0000

description:
Updated to version 1.11.

Pkgsrc changes:
  - The package supports installation to DESTDIR
  - A compiler is not necessary.
  - pkg-config must be available at run-time because this is only a
    Perl-wrapper for that program.
  - The source was not available at sourceforge, so I changed MASTER_SITES
    to CPAN.


Changes since version 1.07:
===========================
1.11  Sat Mar 15 00:35:35 CET 2008
        - Fix test failures.
        - If pkg-config isn't found, warn and exit with status 0 instead of
          just dying so that CPAN testers don't send bogus failure reports.

1.10  Sat Feb  9 20:29:22 CET 2008
        - Fix test failures with older versions of perl and pkg-config.

1.09  Tue Jan 22 21:34:35 CET 2008
        - Add support for more pkg-config commands: cflags-only-I,
          cflags-only-other, libs-only-other, and static-libs (RT #32426, patch
          by Diab Jerius).
        - Fix a test failure in t/4.t (RT #31966).
        - Only print failure messages if appropriate; silence test suite.

1.08  Fri Oct 19 22:04:08 CEST 2007
        - add Makefile.PL to MANIFEST.
        - In the version macro generator, handle non-numeric version number
          parts by only using the leading digits.
        - Make pkg-config print the errors it encounters so users know what went
          wrong.

diffstat:

 devel/p5-ExtUtils-PkgConfig/Makefile |  10 ++++++----
 devel/p5-ExtUtils-PkgConfig/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r aef869c84339 -r 2bfd33be06e5 devel/p5-ExtUtils-PkgConfig/Makefile
--- a/devel/p5-ExtUtils-PkgConfig/Makefile      Mon Mar 17 22:28:13 2008 +0000
+++ b/devel/p5-ExtUtils-PkgConfig/Makefile      Mon Mar 17 22:31:21 2008 +0000
@@ -1,19 +1,21 @@
-# $NetBSD: Makefile,v 1.13 2007/02/27 09:14:24 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2008/03/17 22:31:21 heinz Exp $
 #
 
-DISTNAME=      ExtUtils-PkgConfig-1.07
+DISTNAME=      ExtUtils-PkgConfig-1.11
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://gtk2-perl.sourceforge.net/
 COMMENT=       Simplistic perl interface to pkg-config
 
+PKG_DESTDIR_SUPPORT=   user-destdir
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 PERL5_PACKLIST=        auto/ExtUtils/PkgConfig/.packlist
-USE_TOOLS=     pkg-config
+USE_LANGUAGES= # empty
+USE_TOOLS+=    pkg-config:run
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r aef869c84339 -r 2bfd33be06e5 devel/p5-ExtUtils-PkgConfig/distinfo
--- a/devel/p5-ExtUtils-PkgConfig/distinfo      Mon Mar 17 22:28:13 2008 +0000
+++ b/devel/p5-ExtUtils-PkgConfig/distinfo      Mon Mar 17 22:31:21 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2007/02/27 09:14:24 wiz Exp $
+$NetBSD: distinfo,v 1.5 2008/03/17 22:31:21 heinz Exp $
 
-SHA1 (ExtUtils-PkgConfig-1.07.tar.gz) = 5bc9a7e9a5e21d3325c693950e2d9ba2aa6147a8
-RMD160 (ExtUtils-PkgConfig-1.07.tar.gz) = b94a077fc3db7248dad3850c8eacea16b333f5b4
-Size (ExtUtils-PkgConfig-1.07.tar.gz) = 6336 bytes
+SHA1 (ExtUtils-PkgConfig-1.11.tar.gz) = cc43ff17a19bbb4e63df9fffadee07bbb2efb4ae
+RMD160 (ExtUtils-PkgConfig-1.11.tar.gz) = 5818789ad0b1d0df5430e31d9d5e4dfc75ba6be8
+Size (ExtUtils-PkgConfig-1.11.tar.gz) = 8430 bytes



Home | Main Index | Thread Index | Old Index