summaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-PkgConfig
diff options
context:
space:
mode:
authorheinz <heinz>2008-03-17 22:31:21 +0000
committerheinz <heinz>2008-03-17 22:31:21 +0000
commitab1941c3bafc6fdf62cb04fa851d491a985e5fee (patch)
tree19dac2256f171053d4ec4cf15dbf9716e06e6d35 /devel/p5-ExtUtils-PkgConfig
parent99e238c1bad5f269c7287c563a6a9803fa3a8782 (diff)
downloadpkgsrc-ab1941c3bafc6fdf62cb04fa851d491a985e5fee.tar.gz
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 (limited to 'devel/p5-ExtUtils-PkgConfig')
-rw-r--r--devel/p5-ExtUtils-PkgConfig/Makefile10
-rw-r--r--devel/p5-ExtUtils-PkgConfig/distinfo8
2 files changed, 10 insertions, 8 deletions
diff --git a/devel/p5-ExtUtils-PkgConfig/Makefile b/devel/p5-ExtUtils-PkgConfig/Makefile
index 22d1a883ab4..7bf0dded868 100644
--- a/devel/p5-ExtUtils-PkgConfig/Makefile
+++ b/devel/p5-ExtUtils-PkgConfig/Makefile
@@ -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
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 --git a/devel/p5-ExtUtils-PkgConfig/distinfo b/devel/p5-ExtUtils-PkgConfig/distinfo
index e778548f171..62162c58ef2 100644
--- a/devel/p5-ExtUtils-PkgConfig/distinfo
+++ b/devel/p5-ExtUtils-PkgConfig/distinfo
@@ -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