diff options
author | martti <martti@pkgsrc.org> | 2002-03-15 12:38:10 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-03-15 12:38:10 +0000 |
commit | b97a8f24245abb62773aa164723133077327b48f (patch) | |
tree | 54f283846195ed76742f29e6bfb0fa57a6ee78dc /devel/pkgconfig | |
parent | 61da464654ae1f906909aa0c280dd505a9797627 (diff) | |
download | pkgsrc-b97a8f24245abb62773aa164723133077327b48f.tar.gz |
Updated pkgconfig to 0.12.0 (provided by Shell Hung in pkg/15927)
* bug fixes (see the Changelog for details)
Diffstat (limited to 'devel/pkgconfig')
-rw-r--r-- | devel/pkgconfig/DESCR | 8 | ||||
-rw-r--r-- | devel/pkgconfig/Makefile | 4 | ||||
-rw-r--r-- | devel/pkgconfig/distinfo | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/pkgconfig/DESCR b/devel/pkgconfig/DESCR index b7be80c587c..2ae2da81b16 100644 --- a/devel/pkgconfig/DESCR +++ b/devel/pkgconfig/DESCR @@ -1,6 +1,6 @@ - pkg-config is a system for managing library compile/link flags that -works with automake and autoconf. It replaces the ubiquitous *-config -scripts you may have seen with a single tool. +pkg-config is a system for managing library compile/link flags that +works with automake and autoconf. It replaces the ubiquitous +*-config scripts you may have seen with a single tool. - Despite its name, this project is not related to the NetBSD package +Despite its name, this project is not related to the NetBSD package system! diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile index 5182897dc33..2255428f9ab 100644 --- a/devel/pkgconfig/Makefile +++ b/devel/pkgconfig/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2001/08/13 06:55:41 rh Exp $ +# $NetBSD: Makefile,v 1.3 2002/03/15 12:38:11 martti Exp $ # -DISTNAME= pkgconfig-0.8.0 +DISTNAME= pkgconfig-0.12.0 CATEGORIES= devel MASTER_SITES= http://www.freedesktop.org/software/pkgconfig/releases/ diff --git a/devel/pkgconfig/distinfo b/devel/pkgconfig/distinfo index c47b073f46b..2afd5f10d1e 100644 --- a/devel/pkgconfig/distinfo +++ b/devel/pkgconfig/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/08/11 14:15:37 rh Exp $ +$NetBSD: distinfo,v 1.2 2002/03/15 12:38:11 martti Exp $ -SHA1 (pkgconfig-0.8.0.tar.gz) = b750e4bab6c9ec9a8a2ac4cb2311d97314d56b0d -Size (pkgconfig-0.8.0.tar.gz) = 585852 bytes +SHA1 (pkgconfig-0.12.0.tar.gz) = 0fe17b87bb6bcddce96c9744167ccb2ca65c904c +Size (pkgconfig-0.12.0.tar.gz) = 603456 bytes |