diff options
author | xtraeme <xtraeme> | 2004-12-27 22:00:31 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-12-27 22:00:31 +0000 |
commit | 30529d223241b741616359cd8034625ad5c2c1fc (patch) | |
tree | dc7cab1e28daefd66fc15c39722ff06d9ddbd552 /devel | |
parent | 8fcdd55c6ad04b636b83458ffb7d622d56f34641 (diff) | |
download | pkgsrc-30529d223241b741616359cd8034625ad5c2c1fc.tar.gz |
Update to 0.106.
Changes:
1.06 Sun Sep 19 23:29:23 CEST 2004
- Remove the "found package ..." message to make Makefile.PL's less
verbose.
1.05 Fri Jul 16 14:52:39 EDT 2004
- add configure-time check for pkg-config, don't build without it.
- add a pointer to pkg-config's webpage in the docs.
1.04 Fri Mar 5 00:28:59 EST 2004
- add long-overdue version-checking import implementation.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-ExtUtils-PkgConfig/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-ExtUtils-PkgConfig/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-ExtUtils-PkgConfig/Makefile b/devel/p5-ExtUtils-PkgConfig/Makefile index abb19812c40..ab9facf1059 100644 --- a/devel/p5-ExtUtils-PkgConfig/Makefile +++ b/devel/p5-ExtUtils-PkgConfig/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2004/12/20 11:30:59 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/27 22:00:31 xtraeme Exp $ # -DISTNAME= ExtUtils-PkgConfig-1.03 +DISTNAME= ExtUtils-PkgConfig-1.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://gtk2-perl.sourceforge.net/ diff --git a/devel/p5-ExtUtils-PkgConfig/distinfo b/devel/p5-ExtUtils-PkgConfig/distinfo index c499b251571..75b8b39922b 100644 --- a/devel/p5-ExtUtils-PkgConfig/distinfo +++ b/devel/p5-ExtUtils-PkgConfig/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/04/19 17:23:15 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2004/12/27 22:00:31 xtraeme Exp $ -SHA1 (ExtUtils-PkgConfig-1.03.tar.gz) = 70a3f384f3e4db8419f47171b9f6540784c5af4a -Size (ExtUtils-PkgConfig-1.03.tar.gz) = 5840 bytes +SHA1 (ExtUtils-PkgConfig-1.06.tar.gz) = 84927f5a776a0e0d21b18af6ab09a66a5e0486f1 +Size (ExtUtils-PkgConfig-1.06.tar.gz) = 6169 bytes |